Jump to content

Andoido

WRobot user
  • Posts

    398
  • Joined

  • Last visited

Posts posted by Andoido

  1. My profile contains custom codes to click flight paths, and to use them in certain situations while questing.

    I dont controll buying food or drinks that is a plugin that you should look for on the forums. HMP does this.

    Its a simple runluacode that goes to the flight path clicks, it then clicks the defined destination. If you do not have the destination then you will run into issues, for example starting at level 20 and not having camp taurajo FP. and the profile says lets fly to taurajo.. Well it wont =p.

    Other than the flight path issue. There are plugins like "Vanilla Flight Master" or its updated version atleast, which will always fly. I recommend you look into using this.

  2. With my Horde Remake Release - ive decided to relase Every single piece of code ive ever written, discovered, edited, messed with etc.

    I put... MANY .. MANY Manyyy hours into this list. Because i have a disibility with my memory @elitecasaj00 Reccomended that i "write it all down". Using VS to create the code for the specific quest and adding to my cheatsheet.

    Youll notice i have specific names for the // commands -- like // Gather, harvest, xgather - runcode - so i can CTRL-F stuff easier.

    Not all credit was given proper to the authers of some of this code, however the ones i do know off the top of my head are @Droidz, @Matenia, @Smokie  @reapler 
    and on some i tried copying the exact url of where i found it.

     

     

    @Droidz Can you Pin this topic - I think it is sup sup helpfull !

  3. in the off chance your creating your own quester profile here is a small code that i use.

    Make sure to change the ContinentID != (aka does not equal) Azeroth. so if your in Kalimdor, you would put == instead of != and change Azeroth to Kalimdor.

            if (wManager.Wow.Helpers.Usefuls.ContinentId != (int) wManager.Wow.Enums.ContinentId.Azeroth)
            {
                wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false;
                wManager.Wow.Helpers.ItemsManager.UseItem(6948);
                System.Threading.Thread.Sleep(1000 * 20); // 20 secondes
                wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = true;
            }

    And if you wish to check your hearths location in an IF statment

    Lua.LuaDoString<string>("bindlocation = GetBindLocation(); return bindlocation;") != "Orgrimmar"

     

  4. @droidz

    I changed my IP, Computer ID, and everything (Used NordVPN)

    Started a rogue - got to level 7 (Troll Rogue) and did about 4 quests (mostly grinding) - banned, same code - Reason: Automatic Anti-Cheat Ban.

    Ban happened about 15 mins ago, about 1h4 or so of botting to lvl 7.

    Hope this helps. I am baffled, no idea wtf is up. Most bans are from lvl 7-10.

    However i did get a ban at 22 on my main account, and i have a mage whos 21 - i just logged out.. till i can get a solution.

    Account #9 - All same codes, all between 7-20 (avg seems to be level 7-10 when it happens.)

     

  5. Alriht boys.. i did a few tests

    Started 4 Accountsm all on diff IP's.

    Did not have any hacks loaded.

    1) Rogue

    2) mage

    3) mage

    4) rogue.

    1 -- Got to level 7, banned, , chars 2 3 4 - were not banned at the same time.

    2) level 21 and still going.. (not banned yet)

    3) Got to level 7, and got - Reason: Automatic Anti-Cheat Ban.  Same error as ALL my bans. - Accounts 2 and 4 were NOT banned at the same time.

    4) got to level 11 and Reason: Automatic Anti-Cheat Ban. - Account 2 Was NOT banned at the same time.

    All were banned at different times, not at once.

     

    Im sorry to say but - i think wrobot is tripping the Anticheat on Silver Hand.

    Can i get any other people who have had issues similar ? GMs are beig douchbags. and wont tell me why

×
×
  • Create New...