Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Yesterday
  3. Last week
    It works almost perfectly, but in the case of the shaman specifically, it spams CotE, causing mana to run out very quickly. The only way to prevent this is to turn off the function in the settings, but now he only uses one totem, usually the magma totem, which is not very productive in the leveling process, considering the usefulness of the other totems, as well as the ability to use Totemic Recall (something that is mentioned that he does, but I haven't seen him do yet)
  4. You deserve a refund. They’re not using the Auctioneer addon for detection at all — that’s just a cover. In reality, they’re exploiting GetThreadContext to extract breakpoints from WRobot through a remote code execution (RCE) technique. Additionally, they’re manipulating movement flags to gain unfair advantages.
  5. I have information from a bribed member of the development team of the server Warmane. They apply a delayed ban to make it harder to bypass bot detection. Marked accounts in the pre-ban phase get kicked from the server as soon as they perform a get all scan using the auctioner addon
  6. So, I can't say, why doesn't work "verwenden" because I don't see your logs/bot, but, I cant offer you using quest profile for this. It's should be easy
  7. Is there anychance to check and get the unit in 40yards range with skull marker ?
  8. Hi, what's the server?
  9. Hallo, ich habe mir den Bot gerade gekauft und will ihn zum Grinden verwenden. Das Problem ist: Wenn ich ihn aktiviere, läuft er nur ca. 5 Sekunden und dann kommt die Meldung, dass er sich wegen Inaktivität ausloggen will. Woran liegt das? Und wie kann ich das verhindern? im Log steht Rogue FC Stop in progress.
  10. They probably do this with the help of Blizzard Warden and wrobot leaves a unique signature that is the same for everyone with bot . I recommend creating a random fake hash report on running processes and not the static warden defaulting by wrobot . and other more randomized the combat rotations (wrotation) . from chat bot ( how detect wow bots ) : Detection Methods Behavioral Analysis Monitor movement patterns for repetitive, non-human-like behavior (perfect straight lines, identical timing intervals) Track combat patterns that are too consistent or optimal for human players Look for players who never take breaks or play for impossibly long periods Check for instant reactions that are faster than human response times Technical Detection Implement CAPTCHA challenges during gameplay at random intervals Monitor memory access patterns and detect common bot injection methods Check for multiple clients running from the same IP address Analyze network traffic patterns for automated requests Statistical Monitoring Track experience/gold gain rates that exceed normal human capabilities Monitor auction house activity for repetitive buying/selling patterns Flag accounts with unusual progression speeds or resource accumulation Prevention Measures Server-Side Protection Implement Warden-like anti-cheat systems that scan client memory Add randomized server delays to disrupt bot timing Use hardware fingerprinting to detect multiple accounts from same machine Implement rate limiting on certain actions (looting, crafting, etc.) Active Monitoring Set up automated alerts for suspicious activity patterns Have GMs periodically test suspected bots with direct interaction Monitor popular botting locations more closely Track players who ignore chat or don't respond to GM messages
  11. @DroidzHi, can you add new version for this project, please?
  12. Earlier
  13. also a problem. admin help us
  14. Have you tried Toggling off use CTM and toggle Use Lua Movement?
  15. My character is not doing anything anymore since it hit level 60? Any idea why this happens? It says "idle" all the time and "npc scanner"
  16. Hello! I use a translator, sorry How to logout if a player with a specific nickname has join the game?
  17. чек личку
  18. Да, та же проблема. Явно какой-то детект идёт, но я пока не знаю какой. В последний раз, такое было, когда они вынесли в отдельный детектр CastByName, CastBySpell и добавили туда RunMacroPlugin. Сейчас явно другое, так как отбаны идут тех, что выключены и иногда не могу понять, что именно смотрят.
  19. Короч, банят даж тех, кто просто качается Полдня покачался. Вышел. На след день пытаешься зайти - уже забанен акк
  20. Проблемы начались после того, как они обновили Client.dll Возможно, стоит попробовать 1 клиент - 1 бот Но хз ахаха
  21. Судя по тому, что на фанпее до сих пор много продавцов с большим количеством голд, убили что-то одно Как я понял, добавили новую метрику для отслеживания, но хз какую
  22. + такая же проблема
  23. Что. неужели никого не банит сирус и я один такой на весь сервер?
  24. Hello, Try with this plugin Main.cs : using System.Threading; using wManager.Wow.Class; using wManager.Wow.Enums; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { const int SpellId = 46457; const int NpcId = 50041; public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is wManager.Wow.Bot.States.ToTown) { MovementManager.StopMove(); new Spell(SpellId).Launch(true); Thread.Sleep(5000); var npc = new Npc { ContinentId = (ContinentId)Usefuls.ContinentId, Name = "Field Repair Bot 75B", Entry = NpcId, Position = wManager.Wow.ObjectManager.ObjectManager.Me.Position, Type = Npc.NpcType.Repair, Faction = Npc.FactionType.Neutral }; NpcDB.ListNpc.RemoveAll(n => n.Active && n.Entry == npc.Entry && n.Type == npc.Type && n.ContinentId == npc.ContinentId && n.CurrentProfileNpc); NpcDB.AddNpc(npc, false, true); } }; } public void Dispose() { } public void Settings() { } }
  25. Мужики, кто ботит на сирусе. Подскажите, как у вас с банами? У меня баны идут даже на аккаунты, что выключены. Хотелось бы узнать, это я один такой или сирус решили бороться с ботами максимально?
  26. It's a spell that, when used, summons an NPC. When clicked, that NPC opens the blacksmith window, which allows you to sell and repair items. Spell ID: 46457 NPC ID: (Entry: 50041 )
  27. Hello, When you use this spell, does an NPC or GameObject appear (if so, could you provide me with the entry ID)? Or do you directly get the sales window?
  1. Load more activity
×
×
  • Create New...