Page 1 of 1

Xenimus bot,

Posted: Thu May 22, 2014 8:55 am
by anthonyreeder
This is mainly directed towards 'Administrator' as I don't see many others posting here.
I've read some previous posts where you helped someone create a bot for xenimus and was hoping you could assist me with a small issue though it isn't really coding related.

I've recreated this bot using the source code which I believe belonged to the other person posting here (The source was made public by him) I've changed all the packet types and it hooks in fine and decrypts all incoming packets and encrypts before sending packets, I've tested a few functions such as walk/cast spells ect and it all runs smoothly however I don't know how to get the co-ordinates in game, I'm guessing this is because the game is done to a scale however how would I figure this out?

Thanks
Ant

Re: Xenimus bot,

Posted: Thu May 22, 2014 10:32 am
by Administrator
I don't know any more about it than you do. First, where did you get the code from? What language was it even in? And, what are you trying to get the coordinates for?

If you only need to get your coordinates to plug into the bot for movement or whatever, then you could try finding the addresses with Cheat Engine. Most likely, they will be stored as float type so use changed/unchanged value searched.