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.

TheSmokie

Banned
  • Joined

Everything posted by TheSmokie

  1. I do sometimes
  2. TheSmokie replied to sanerrr's topic in General assistance
    He’s using a cracked copy.
  3. TheSmokie commented on Droidz's article in News
    Happy new year my friend
  4. From me to you. Marry Christmas and have a awesome holidays !
  5. You can make a addon or quester profile with code looking like this (Untested.) while(Conditions.InGameAndConnectedAndAlive) { List<string> ProsSpectList() { return new List<string> { "Item 1", "item 2", //etc }; } if (!ObjectManager.Me.IsCast) { foreach (string prop in ProsSpectList()) { string spellName = ""; if(ItemsManager.GetItemCountByNameLUA(prop) > 0) { Lua.LuaDoString("CastSpellByName(\"" + spellName + "\")"); Thread.Sleep(50); List<int> bagAndSlot = Bag.GetItemContainerBagIdAndSlot(prop); Lua.LuaDoString("UseContainerItem(" + bagAndSlot[0] + "," + bagAndSlot[1] + ")"); Usefuls.WaitIsCastingAndLooting(); } } } Thread.Sleep(1000); }
  6. Only @Droidz can do what your asking.
  7. That isn’t custom script, that’s fullcsharp
  8. Custom script is a area where you can have code stored then able to call it via run code or have code ran on another thread. Custom script is so powerful. If you want, dm me and a few hours and I’ll help you.
  9. Hello, is there a way to make a plugin load before hitting start on a product? and have it keep running while product has stopped?
  10. My bad, forgot to provide the right offsets, 0xB6AA40
  11. Try this, var accountName = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(0x10D7914); Logging.Write(accountName.ToString());
  12. What patch you using? These offset is for worlk
  13. Hello, no there is no way to import but you can remake them using C#. or use the undetected pqr i released.
  14. Your Welcome,
  15. Hey @pudge, While i was looking to help you, I've looking into offsets that does what you asking, this works, I tested it on my account and it returned the name. enjoy. Note : i only ran in dev tools. var accountName = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(0x10D7914); if(!string.IsNullOrEmpty(accountName)) { Logging.Write(accountName.ToString()); }
  16. the code @Droidz work for some achs, not all. this works for all achs public static bool Achievement(int achievementID, int index) { bool haveAchievement = Lua.LuaDoString<bool>("local achievementID = " + achievementID + "; local indexCriteria = " + index +"; local achievementInfo = {GetAchievementInfo(achievementID)}; if achievementInfo[4] then return achievementInfo[4] end local achCriteriaInfo = {GetAchievementCriteriaInfo(achievementID, indexCriteria)}; return achCriteriaInfo[3];"); return haveAchievement; }
  17. or if you know lua, you can write a simple search function using https://wowwiki.fandom.com/wiki/API_GetAuctionItemInfo
  18. @AndyMartinhey , be more respectful and maybe someone will help you, else your gonna get told to go f?&@ yourself
  19. Honestly cata lacks everything, I don’t know a single person who plays cats tbh
  20. Yes, use TRIAL key to see if you server detects wrobot. Happy Botting.
  21. Did you turn on quest not needed in settings

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.