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.

happiness7

Members
  • Joined

  • Last visited

  1.    happiness7 reacted to a post in a topic: Enter corpse in Dungeon
  2.    happiness7 reacted to a post in a topic: Items on BuyList
  3.    happiness7 reacted to a post in a topic: Looking for assistance with a method idea
  4.    happiness7 reacted to a post in a topic: Properly kill threads
  5.    happiness7 reacted to a post in a topic: Bot on the way to flightmaster?
  6.    happiness7 reacted to a post in a topic: Quester settings saving
  7.    happiness7 reacted to a post in a topic: Add new relogger profile code
  8. Really good job, but i only needed wowitem from itemlink for modification "Butler" plugin. Thanks anyway 🙂
  9. How i can create WoWItem from itemlink? GetLootRollItemLink. I need code like: WoWItem itemRollLink = Lua.LuaDoString<string>("local link = GetLootRollItemLink("+args[0]+"); return link"); Please
  10. Nice code, took something. Thank you. But for what public static bool Face(Vector3 vector3) wrobot have MovementManager.Face(vector3);
  11. if(Skill.GetValue(SkillLine.Herbalism) >= 155 && !wManager.wManagerSetting.CurrentSetting.ListHarvest.Contains(2046))wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(2046);
  12. your bot is Tauren, i think.
  13.    OMGhixD reacted to a post in a topic: Default profile
  14. I think you mean what he need to use non-cracked version and buy subscription
  15. its cool, but it get my reloger settings coorupt
  16. Hello. I want keep my wrobot files on Dropbox for fast swapping betwean 2 PC's. How i can disable cripting settings?
  17. Hello. 3 month ago i used wrobot for professions and AH selling. Now when i come back and updated i seen what any addons like Postal make wrobot broken (most all lua executions/spellcast/runmacro). Without some addons my botting is impossible, so there only way is find old version of wrobot 3.3.5. Can some one share it for me?
  18. 10 VMs with one wrobot on each || 5 VMs with 2 wrobots on each || 2 VMs with 5 wrobots on each ...
  19.    vessie reacted to a post in a topic: Bot wont use skills
  20. Last time wrobot has very bad work with addons
  21.    Serrec reacted to a post in a topic: Warmane Lordaeron Bans
  22. you can make 100 own profiles with different hotspots/waypoints , but path line between big amount of bridges, stairs, and and and... will be same. For example path to druid trainer in Thunder Bluff bridge have one line of path with always static hotspots. Sure you can manualy change it, but spots like that i can imagine >999, and randomize it for each by hands - impossible.
  23. I think Warmane anty-bot system work very simply. If you watched bots, started in one time - you may have noticed what all chars moves always the same hotspots accurate to 0.1 So all what need for detect bots - its make "traps" like this: int BotScore; if(UnitPlayer.Position.DistanceTo(x111.1, y101.2, z121.2) < 0.1) BotScore ++; if(UnitPlayer.Position.DistanceTo(x111.1, y101.3 z121.2) < 0.1) BotScore ++; if(UnitPlayer.Position.DistanceTo(x111.2, y101.3 z121.2) < 0.1) BotScore ++; ................. if(BotScore >= 1337){ //this boy got 1337 score in last 2 hours Logging.Write("One ban for this kid, please"); youDied(); }
  24. Maybe i can grab it from UI info frame?

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.