All Activity
- Today
-
qq3767 joined the community
- Yesterday
-
Korax joined the community
-
Shifter_g joined the community
-
huun3535 joined the community
-
omarmechmech joined the community
- Last week
-
paskal_sk1 joined the community
-
C3C joined the community
-
alsirat1 joined the community
-
EmeukalUser joined the community
-
gravshark joined the community
-
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)
-
Banned on Warmane.
nax replied to varendew's topic in WRobot for Wow Wrath of the Lich King - Help and support
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. -
Banned on Warmane.
Pepa replied to varendew's topic in WRobot for Wow Wrath of the Lich King - Help and support
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 -
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
-
Turtle..
-
qwe900 started following Get The unit in 40yards with skull marker
-
Is there anychance to check and get the unit in 40yards range with skull marker ?
-
Sakonung started following Bot wird inaktiv nach 10 Sek Und will sich ausloggen?
-
Hi, what's the server?
-
cem5454 started following Bot wird inaktiv nach 10 Sek Und will sich ausloggen?
-
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.
-
Pepa started following Banned on Warmane.
-
Banned on Warmane.
Pepa replied to varendew's topic in WRobot for Wow Wrath of the Lich King - Help and support
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 -
Sakonung started following Project Epoch wrobot doesn't work
-
@DroidzHi, can you add new version for this project, please?
- Earlier
-
eowgik started following Project Epoch wrobot doesn't work
-
also a problem. admin help us
-
diego123t13 started following WRobot for Wow Vanilla
-
Bot not working on Vanilla Turtle wow
Skemez replied to Sanyachan93's topic in WRobot for Wow Vanilla - Help and support
Have you tried Toggling off use CTM and toggle Use Lua Movement? -
Sanyachan93 reacted to a comment on a file: [Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
-
Sanyachan93 reacted to a comment on a file: [Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
-
[Free] Project Wholesome - WOTLK Fightclasses (all 10 included)
Sanyachan93 commented on Talamin's file in Fight Classes - Wotlk
-
Hello! I use a translator, sorry How to logout if a player with a specific nickname has join the game?
-
Да, та же проблема. Явно какой-то детект идёт, но я пока не знаю какой. В последний раз, такое было, когда они вынесли в отдельный детектр CastByName, CastBySpell и добавили туда RunMacroPlugin. Сейчас явно другое, так как отбаны идут тех, что выключены и иногда не могу понять, что именно смотрят.
-
Короч, банят даж тех, кто просто качается Полдня покачался. Вышел. На след день пытаешься зайти - уже забанен акк
-
Проблемы начались после того, как они обновили Client.dll Возможно, стоит попробовать 1 клиент - 1 бот Но хз ахаха
-
Судя по тому, что на фанпее до сих пор много продавцов с большим количеством голд, убили что-то одно Как я понял, добавили новую метрику для отслеживания, но хз какую
-
Что. неужели никого не банит сирус и я один такой на весь сервер?
-
fkrausewow reacted to a post in a topic: How can I summon "Field Repair Bot 75B" to sell junk and repair gear?
-
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() { } }
-
tsurui111 reacted to a file: Horde Questing 1-75
-
Мужики, кто ботит на сирусе. Подскажите, как у вас с банами? У меня баны идут даже на аккаунты, что выключены. Хотелось бы узнать, это я один такой или сирус решили бороться с ботами максимально?