C# how to create a bot

07/18/2016 23:44 passa1248#1
Hi All,
sorry for my bad english...
I want to create a background bot for a MMORPG but I don't know how to move the pg to a specific position because if I have the X, Y address and I increase these value for move my pg, the server is not synchronized and disconnect me...

any suggestions?

thanks in advice!
07/19/2016 11:37 Luirich#2
position maybe serverside per to per is long time ago :) often :D check in ce debugger when u got the variable wich adresses access to this , there could be a check for trigger false information which is copyed in other adresses so if u have 1 correct adress but in the game memory is that value more often, go to browe memory nop the trigger check if it worked , with some actions like that u can disable fall dmg etc so the paket send trigger for falling, but often games have nowadays better hack protections you need to bypass
07/19/2016 21:25 passa1248#3
I would need a guide, there is it?