Bot help
im trying to make a bot for the Reinforcements however im having a lot of difficulty reliably getting my character to navigate the last map without getting stuck here or pushed there.
My question is, has anyone else had difficulty with this and how did they solve it, is there something im not seeing that would make it easier without having a 15 mile long code telling my character to go left and right then forward, over and over to try to get over bumps in the terrain...
sorry if i explained myself badly im sleepy and not 100% focused, and for reference i tried the 1000 height thing just for the hell of it with no luck haha
i also cant really provide an example code i kinda rage deleted it until i am less fed up and ready to try again lol
One thing for sure is that botting isnt 100% accurate in AutoIT. things are allways going to mess up eventually.
but keeping it simple makes things workout most of the time.
Like:
Send ({"w down"});// moves forward for 3 seconds
Sleep 3000
Send({"w up"});//stops moving forward
Send({"a down"});//moves left for 3 seconds
Sleep 3000
Send({"a up"});//stops moving left