Jump to content

ScripterQQ

Members
  • Posts

    484
  • Joined

  • Last visited

Everything posted by ScripterQQ

  1. I believe I got a ban for using AutoIt aswell. Can't confirm it was because of it 100%, but I wouldn't be surprised.
  2. There are false positives I even opened a thread on forum and GM/Moderator confirmed this, after I got banned twice and then unbanned immediately while I was using only the Auction House and the panel to mass craft Glyphs. They say it might be the warden or a GM "miss-clicking" ban. So yeah, automatic auctions, even allowed by Blizzard such as "Create All" on profession panel, may trigger a false positive. I don't know exactly in detail how it works but well I got banned twice and unbanned immediately, and accounts are still "in good standing" so they fuck up sometimes. Also I forgot regarding bans with wrobot, if they found a way to detect it 100%, for sure it's only a flag, and when let's say the situation is out of control, they mass ban everyone. If they ban one single bot every week, the developers of wrobot have time to figure out new mechanism to stay safe. By mass banning in waves and faking they "don't know where to look at" or faking GM inspecting you may be a tactic to cover the fact they already spotted wrobot 100% and they are only waiting for mass "idiots" to caught, and also to improve their warden by keep tracking wrobot updates.
  3. The fact alone a guy has been banned IN ISTANCE means it's detected, or flagged and then banned, but definitely not a safe product. I believe it has been flagged then the gm "reads" the log and somehow see the injection in the game, and procede with ban. They can't ban you instant like PQR because there might be a false positive, thats why it needs some time to get you banned, they need to check with their eyes the log and the injections made on the game. As already said, I myself abused for 2 years+ straight Battlegrounder (got more than 100k HKs on different char, 24/7 spamming BGs) and not a single report on 6 character (I got good fight classes and profiles), then some weeks ago i botted for 1-2 hours radomly and got banned. A guy got banned for using WRotation, another guy for using it in Instance..too many signs that something is not right. Every person with at least 2 brain cells would understand this concept, everyone saying the opposite and defending wrobot has serious problems sorry.
  4. By the way it's not GMs, it's an automatic ban from the warden that detects wrobot. The product isn't safe anymore and I won't use it again. Enough looses, time to stop.
  5. Problem in wrobot already reported, not related to fight class. Greetings.
  6. There is no point in reporting player, just the fact that the reports must be submitted via ticket in game and not on the forum (unless you want to get banned) makes you understand what kind of admins there are there. By reporting on forum everyone can share his opinion, and people can agree with you, if you do ticket in game, its like a piece of paper on admin's hands, so when you report their friend abusing/botting/cheating do u think they say "oh let's ban our frien XXX"? I don't trust this behaviour, looks so mafia-ish and corrupted. And yes I reported with video people abusing with PQR in arena (something that I always hated) and they NEVER got a single minute of ban, so I gave up.
  7. I know some AH campers/botters that control the auction house basically, they never log out, they are always in the same zone, and they NEVER ran out of stuff to sell. For example one well known AH botter is an Inscriptioner, that instant undercuts you on every glyph, he puts them like 5 stacks of 1 everytime, and it goes on and on and on I never saw him outside Ironforge AH or Ironforge Mailbox, I even bought some glyphs from him to see who the hell was the crafter and the crafter was him. Since he NEVER moves from Ironforge, he can't farm herbs, and he can't buy Dalaran reagents for glyphs, not to mention if you target him he is afk, he is not crafting anything so I believe 1) He developed his own bot 2) He managed to dupe items. No way a person can stand afk all day in the same spot and have unlimited resources, without even crafting them. You can reply "maybe you saw him when he was afk, he crafts at night", well no, I logged at every possible hour to understand his behaviour and he just..stand in Ironforge AH/Mailbox. Reported multiple time still he plays 24/7. I don't know what the hell he is using.
  8. Lost a Shadowmourne BiS account after few hours of Battlegrounder. Definitely detected since it's 2 years+ I abuse Battlegrounder almost 24/7 with every class and never got a single ban. All bans I "collected" were because of professions or grinding, but bg was the safest.
  9. No because if you Vanish at low health the bot will continue to attack the mob that is evading (this has nothing to do with the fight class its something about wrobot)
  10. Got a ban too, I think I won't use the robot anymore, the risk of loosing main account is too high, I have lost enough of them.
  11. Happening almost every day, don't want to be paranoid but this looks like a trap for botters, no brained person would use such retard spells and no brained people would sit 3min with divine intervention. FIX THIS FOR FUCK' SAKE!! I even reported the log
  12. How did u manage to make it work? Last time I tried it was not working.
  13. No, what Matenia said is what should happen, I was not starting the path at middle-way, I was starting the path at the beginning still It was going on a slighty different path. But it's long time I don't use that quester profile, after all the banwaves and so on, so I didn't even try to fix the problem, I believe it still persists
  14. Not sure if ironic or what ? but well this is what a friend of mine said about retail, there is a fishing macro that is bannable. I don't know why Blizzard doesn't simply block the macro (like a protected LUA function) and instead it bans the users..
  15. Make a trash account and fish for a while using the macro that clicks the lure, i'm pretty sure you will get banned.
  16. Hello, when playing as Alliance on Arathi Basin and spawning at the starting cemetery, instead of going straight to the gate, the bot goes to the right and does all the path around the house, and then reaches the gate. Can you make it that after ress it simply goes straight to the gate so it looks less bottish and weird? Thanks P.S. I'm using a custom profile, not free mode.
  17. It's because there is a macro for fishing that basically click the lure for you, instead of doing it manually with mouse. It was bannable on retail, and apparently it is bannable on your server too. So Wrobot is safe, just don't use fishing feature.
  18. I never got whispered/teleported/talke by a gm in all bans "collected" in 2+ years, everytime istant disconnect from server and then account permabanned.
  19. Hello, I created a plugin that when it's not in battleground it goes to the gem vendor and buy a gem if honor is enough, otherwise it goes into a "wait position". The problem is when he moves, doesnt matter if to go to the vendor or to the wait position, it moves for like 10 yards, then stops, then moves again, then stops and so on.... It's bottish as hell and I don't understand why this behaviour, why doesnt he run all the way to the destination without stopping every 10 steps? I didn't add any sleep in the code. This is the code using System; using robotManager.Products; using wManager.Plugin; using wManager.Wow.Enums; using robotManager.Helpful; using System.Threading; using wManager.Wow; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { const int HONORREQUIRED = 10000; bool _running; public void Initialize() { _running = true; while (_running) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore && !Battleground.IsInBattleground()) { var zone = Lua.LuaDoString<string>("return GetZoneText()"); var h = Lua.LuaDoString<int>("local points = GetHonorCurrency(); return points;"); if (h >= HONORREQUIRED && zone == "Stormwind City") { wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(new Vector3(-5768.91, 419.931, 103.921), 34081); Lua.LuaDoString<int>("BuyMerchantItem(9,1)"); } // Wait Position if (h < HONORREQUIRED && zone == "Stormwind City") { wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(-5814.899, 650.6406, 94.55161)); } } } } public void Dispose() { _running = false; } public void Settings() { } } Can anyone help me figuring how to fix this? Thanks
  20. Not wanting to spread false rumors but sounds like the injection is detected, somehow. Kinda like the PQR. But I may be wrong. As my experience I can say I'm using the robot on the most populated and (apparently) protected WoTLK server (needless to say the name) and I don't see any problem, so it's weird other smaller server developed a better warden imho. Hope to hear some good news because it's not the first time I read something like this. (even if I don't play on northdale I'm interested anyway on what's going on overall)
  21. Thanks soo much! I was going crazy ? Works perfectly +++
  22. I use this profile with battlegrounder feature. What you mean you can't attack same faction? I tested it on a cross-faction server and it works good, but this isn't related to the fight class, wrobot automatically attacks enemies in battleground, no matter if they are horde or alliance, if you are alliance and there is an alliance player on the opposite team it should attack it anyway, no matter which fight class. Greetings
  23. Hello, I'm trying to create a simple Quester profiles that press few buttons on the game, I'm using mainly RunMacroLua. Step like "/target Dalaran Inkeeper" work good, also InteractUnit("target") (this one is RunLuaCode) The problem is after I targeted the NPC and I interact with it, I want the bot to press some buttons, which are basically a lua macro with "/click Button1" "/click Button2" and so on. For some reason, the bot cannot execute the commands and it stucks at the InteractUnit step, what am I missing? Thanks for any help ?
×
×
  • Create New...