Posted: Mon Aug 22, 2016 12:08 pm Post subject: CE and AutoIt hex value and offset not adding correctly?
In Cheat engine, Address + offset + offset = hexSomething1
In AutoIt, Address + offset + offset = hexSomething2
I don't understand why I am doing the same problem and it's giving me different answers. Maybe I just don't understand offsets? I am trying to bot ShellShock Live(google pictures of it so you know what i'm working with), this means I need the games trajectory(which is displays on the screen). I can get this (well I thought I could) by using cheat engine to find pointers to my power and angle. My issue is that when I try to take my address + offset + offset from Cheat Engine and add those together as hexes in AutoIt to get my pointer, the addresses they return are different.
Correct, you just don't understand offsets.
You need to resolve each offset along the way.
game.exe+offset1 = address1
value at address1 = pointer1
pointer1+offset2 = address2
value at address2 = pointer2
pointer2+offset3 = hexSomething1
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum