Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, check if you use fightclass for your game version and if he is correctly installed
  2. Hello, it is false positive, try to add file in your antivirus whitelist (or rename WRobot.exe and launch bot with renamed file)
  3. Hello, you can try to lock how bliz use them here: https://github.com/goldpaw/WoW_UI_Source_WotLK/blob/7ac7bc5b6ebc57f7de70c64aaf61072bb22bc511/FrameXML/LFRFrame.lua
  4. Droidz

    NoMemoryEdit shortcut

    You save/restore function in same lua script (in one Lua.LuaDoString )?
  5. Hello, sorry you cannot change that with xml fightclass
  6. Hey, wait next update I added "CustomClassThread" in CusomClass
  7. Hello, try to download another wow client in another website
  8. Hello, look in folder "WRobot\Profiles\Quester\Cache\", use "Name"
  9. Droidz

    NoMemoryEdit shortcut

    Hey, "no memory edit" shortcut hook Wow with HWBP (instead to change few bytes in Wow memory to jmp to hook code), but you can write in memory this change nothing. ( http://www.rohitab.com/discuss/topic/41855-tutorial-the-different-ways-of-hooking/ )
  10. Hello, yes use this c# code: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.A); Replace "A" by your key https://docs.microsoft.com/fr-fr/dotnet/api/system.windows.forms.keys?f1url=https%3A%2F%2Fmsdn.microsoft.com%2Fquery%2Fdev15.query%3FappId%3DDev15IDEF1%26l%3DFR-FR%26k%3Dk(System.Windows.Forms.Keys);k(SolutionItemsProject);k(TargetFrameworkMoniker-.NETFramework,Version%3Dv4.5);k(DevLang-csharp)%26rd%3Dtrue%26f%3D255%26MSPPError%3D-2147217396&view=netframework-4.8
  11. Hello, in you npc db add npc vendor (tab tools)
  12. Run only wrobot with: (arg is: -bphook)
  13. Are you sure they do not find you again every time (with ip or other)? Have you ever had weird stuff in the game or ban since when you level by hand?
  14. Hello, try to run c# code like: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.T);
  15. Bans are at what level / time?
  16. Hey, does launch WRobot only with shortcut "WRobot No Edit Memory" change anything?
  17. sorry for delay, it is x86.
  18. Hello, wait next update
  19. Droidz

    bot problem

    Bonjour, essayez de désactiver vos addons wow
  20. Hello, look https://wrobot.eu/forums/topic/5250-force-loot-bop-items/?do=findComment&comment=24677
  21. Hello, it is normal, WRobot call PathFinder.ReportArea when you change continent (from list that you create with wManagerSetting.AddBlackListZone, WRobot add only blacklist of current continent)
  22. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. hey, robotManager.Helpful.Var.SetVar("DismountRightClick", true); wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (robotManager.Helpful.Var.GetVar<bool>("DismountRightClick") && ObjectManager.Me.IsMounted) { MountTask.DismountMount(); } } catch { } }; // .... disable robotManager.Helpful.Var.SetVar("DismountRightClick", false);
  24. Hello, it is strange problem, try to redownload and reinstall WRobot (in new folder), if your problem is not resolved if you can share your log file please
  25. Hello, I do not think the bot is detected. Create an account with a new IP, a new web browser and change the name of your Windows session, remove also wow cache (and don't download wow client on server website). Use another profile (a not-popular profile), another fightclass (a simple one) and avoid plugins, I'm sure your account will be not banned. If you bot on several accounts, don't register account with same ip/webbrowser, and try to run one account per windows install and ip (at the same time).
×
×
  • Create New...