View previous topic :: View next topic |
Author |
Message |
Nikita749 How do I cheat?
Reputation: 0
Joined: 03 Dec 2009 Posts: 2
|
Posted: Thu Dec 03, 2009 4:02 pm Post subject: Need help to find static address |
|
|
Hi, all I'm newbie with cheat engine most particularly with static address...
So I explain:
I want to find the static address for a game "Sengoku Rance" and I need help xD
I find without any problem the two dynamic address corresponding to my money.
I'm writing address manually cause i can't post url yet ^^
the two address are :
072317A4 4Bytes 9462
0728E890 4Bytes 9462
I made right click on the fist and choose "find out what writes to this address".
I double click on the unique result and the pop up appear.
03904957 - mov edx, [eax+14]
0390495a - mov eax, [esp+04]
>>0390495e - mov [edx+edi*4], eax
03904961 - mov al, 01
03904963 - ret 0004
The value of the pointer needed to find this address is probably 0728E870
EAX=000024F6 | EDX=0728E870 | EBP=03934BA0
EBX=03934E20 | ESI=000003D5 | ESP=0012F07C
ECX=00000016 | EDI=00000008 | EIP=03904961
But after I block I don't know how interpreted "mov [edx+edi*4], eax
what is significance of " , eax" at the end and don't know how to find address with this kind of command...
Someone to help me please
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25777 Location: The netherlands
|
Posted: Thu Dec 03, 2009 5:50 pm Post subject: |
|
|
,eax means absolutly nothing, all you need to know is [edx+edi*4]=address you searched for
edx=0728e870
edi=8
8*4=20 (heaxadecimal)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Nikita749 How do I cheat?
Reputation: 0
Joined: 03 Dec 2009 Posts: 2
|
Posted: Fri Dec 04, 2009 3:12 am Post subject: |
|
|
Ok thanks for your help, very helpfull. So I have an equation.
But after that how I have to do to find the static address, and right offset?
Thanks again
|
|
Back to top |
|
 |
|