Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Sorry, the code I had written could not work correctly, I just rewrite it
  2. if it is not that, it is probably you VM settings or Windows version, Wow works on VMware
  3. Hello, no option to put fake character level. If you can modify profile you can change zones level, but if it is paid profile the file is probably encrypted (and you cannot modify encrypted files, in this case only profile creator can do it). If you can also try to change wow memory with plugin like (not recommanded method): using System.Threading; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { const uint LevelChangeOffset = 4; private uint CurrentLevel { get; set; } public void Initialize() { EventsLua.AttachEventLua("PLAYER_LEVEL_UP", context => { CurrentLevel = 0; }); while (Conditions.ProductIsStarted) { if (Conditions.InGameAndConnectedAndProductStartedNotInPause) { var lvl = wManager.Wow.ObjectManager.ObjectManager.Me.Level; if (CurrentLevel == 0) CurrentLevel = lvl; uint newLevel = CurrentLevel + LevelChangeOffset; if (lvl > 0 && lvl != newLevel) wManager.Wow.Memory.WowMemory.Memory.WriteUInt32(wManager.Wow.ObjectManager.ObjectManager.Me.GetDescriptorAddress(wManager.Wow.Patchables.Descriptors.UnitFields.Level), newLevel); } Thread.Sleep(100); } } public void Dispose() { } public void Settings() { } }
  4. Hello, you use last version of WRobot? You have try to download wow client in another website?
  5. when npc is near you (in objectmanager)?
  6. when this happen again, if you can send me by private message result of "all memory info" buton in dev tools
  7. Hi, not quickly but normally the bot blacklist mob (15-30 seconds) and leaving the fight. You have tried to wait?
  8. Hello, in advanced general settings increment your min latency
  9. Hello, you can found upgrade invoice here: https://wrobot.eu/clients/orders/
  10. Hi, you get same problem with "OnStartEngine"? You can also try to use "OnAddState" when bot add "Idle" (it is all time last state)
  11. Try to close all useless programs. Try also fresh wrobot install with default settings (use only your profile, try without fightclass)
  12. try to install Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86)
  13. Yes I also looked the code and did some tests I was going to tell you that I cannot reproduce this problem.
  14. Hello, try to increment your min latency (in advanced general settings). If you use wow addons disable all. You can also try without plugin/fihtclass and with fresh WRobot install (with default settings) (to be sure that is not problem)
  15. Do you have error in your log file?
  16. Hello, this problem is generally caused by teamviewer, but can be caused by your antivirus. You have try to disable all?
  17. Hello, try again problem resolved
  18. Droidz commented on Pudge's bug report in Bug Tracker
    You are sure that you use last version? I tested again I cannot reproduct problem. For me the problem came from CTM, sometime he was called with float.NaN param (that do blackscreen or crash wow)
  19. Droidz replied to alzaem121's topic in General assistance
    Hello, use old version https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  20. Hello, problem resovled
  21. Droidz commented on Pudge's bug report in Bug Tracker
    if you can try with new update

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.