Posted: Mon Aug 11, 2014 4:14 am Post subject: !!!!TROUBLE WITH AUTO ASSEMBLER SCRIPT!!!
Hi everybody!
I want to create an auto assembler script containing god mode for the game: Age of Empires 2 the conquerors 1.0c version, but when I dissect data / structure,the playerID offset was inside a pointer and I do not know how to introduce it in script! In other words I do not know how to filter out that pointer!
Sorry for my bad english !!!
PLEASE HELP ME !!!!!
THANKS FOR YOUR TIME !!!!
Capture 1.JPG
Description:
What write the health address
Filesize:
29.63 KB
Viewed:
2869 Time(s)
Capture.JPG
Description:
1dissect data/structures
2.the pointer
3.the player id offset
push eax //save the original value of eax
mov eax,[esi+0C] //save the address on 0C to eax
cmp [eax+9C],1 //compare player ID
pop eax //load the original value of eax
You can use any register of course, eax was just an example. _________________
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