Quote Originally Posted by Gunblazer42 View Post
I'm actually interested in knowing how the bot works.

Like, on a technical level. What do they abuse in the game code that allows them to teleport, and that sort of stuff.
Most often, it's based on a positioning packet. E.g., the server and the client have to communicate on where your character is located; as you move (client-side), the server changes your pointer (server-side). The hacks usually abuse this by making you "move" to some specific position instantly, and the server just accepts it. IIRC in WoW, they implemented a "check" system that prevented the server from moving you any further in a single jump than you could have gone via normal travel means, but I could be wrong.