How to make the bot move?

02/27/2014 05:36 danteps3#1
I'm making a aion bot, it works fine for now in background mode, exept that i can't make it move, what do i have to do to make it move?
02/27/2014 12:42 Paraly#2
there are 2 ways to move the first one is you just write the coords in the memory and the second is you move the camera in direction where u wanna walk and then send automove until the coords are reached
02/27/2014 15:12 danteps3#3
but how do i find the addresses of the coordenates i have to write so the bot can move in the game?

PS:i have the of the camera and autorun address, but when i write 4 to its memory, it keeps activating and deactivating for ever
02/27/2014 15:19 Paraly#4
just go in cheat engine and search for type = byte and exact value = 0
then go ingame and press numlock(you should auto run forword now)
go in cheat engine again and search for "exact value = 7"
press numlock again that he stop autorun
go in cheat engine again and search for "exact value = 0"
just repeat this steps until you find the right address if you set the value to 7 your character will autorun and with 0 you can stop him