| View previous topic :: View next topic |
| Author |
Message |
twebbas How do I cheat?
Reputation: 0
Joined: 17 May 2005 Posts: 6
|
Posted: Tue May 17, 2005 3:19 pm Post subject: little nooby me try to hack empire earth 2.. plz help.. |
|
|
Hi.
Im trying to hack empire earth 2.
my first goal was for instance getting the wood-adress. i got it. since it seems to change even during gameplay, id figured id try
that pointer-thing.
as you probably can tell im a newb on this. =) anyways. i got the adress. then i got the extra info on possible pointer value.
i found this adress: 04d5ded0 and its from this adress i looked for pointer.
and this is what came out of that extra info.
006e9957 - mov [esi],eax
the value of the pointer needed to find this adress
is probably 04d5ed0. This is the same adress I found in the first place..
Whats wrong? I know the upper asm is something
like the value in eax-registry is copied to esi
in memory. And the value in eax is, for now,
000001c2. So this is the value that i get when
"making" the pointer.. But thats not right.
Even if it was, i cant change the value in it..
Plz help a noob like me. ;)
Just a hint would be nice, as I´m trying to learn how to do this.. =)
So just dont give me too much help. It´ll ruin everything.
Thnx  |
|
| Back to top |
|
 |
twebbas How do I cheat?
Reputation: 0
Joined: 17 May 2005 Posts: 6
|
|
| Back to top |
|
 |
Leonidas Advanced Cheater
Reputation: 0
Joined: 07 Mar 2005 Posts: 98
|
Posted: Fri May 20, 2005 6:31 am Post subject: |
|
|
It says : the VALUE of the pointer needed to find this adress
is probably 04d5ded0
so, do a hexadecimal 4 byte scan for 04d5ded0 perhaps you'll find the address of the pointer. (my gues is that esi gets modified before that instruction, but if not, this may work) |
|
| Back to top |
|
 |
|