| View previous topic :: View next topic |
| Author |
Message |
panbydlak How do I cheat?
Reputation: 0
Joined: 02 Dec 2014 Posts: 4
|
Posted: Tue Dec 02, 2014 9:47 am Post subject: dynamic changing pointer value every second |
|
|
heros life in
Address Value
025ADFD0 77ADE38C
025ADFD0 2F786928
025ADFD0 025AE0A0
the value is changing every second.
I try to do pointer scanning and i have 0 same pointers between two scanning.
Is this some special kind of pointer ?
I got this address (025ADFD0) from "finds out what write into ..".
the instruction is simple mov [eax],ecx.
How to fight with it ?
|
|
| Back to top |
|
 |
aikoncwd Grandmaster Cheater
Reputation: 23
Joined: 21 Dec 2012 Posts: 591 Location: Spain (Barcelona)
|
Posted: Tue Dec 02, 2014 10:06 am Post subject: Re: dynamic changing pointer value every second |
|
|
| panbydlak wrote: | heros life in
Address Value
025ADFD0 77ADE38C
025ADFD0 2F786928
025ADFD0 025AE0A0
the value is changing every second.
I try to do pointer scanning and i have 0 same pointers between two scanning.
Is this some special kind of pointer ?
I got this address (025ADFD0) from "finds out what write into ..".
the instruction is simple mov [eax],ecx.
How to fight with it ? |
Maybe this instruction access more than 1 address, use memory view, rightclick the instruction and select "Find out what address this adress access". If this window show more than 1 address then you have a "shared code". Use the registers (EAX, EBX, ECX, etc) to determine what address is accessed or dissect the structure.
_________________
Hey Hitler
Test here your skill with CheatEngine, I coded a challenge for you. Try to beat it!
HERE |
|
| Back to top |
|
 |
panbydlak How do I cheat?
Reputation: 0
Joined: 02 Dec 2014 Posts: 4
|
Posted: Tue Dec 02, 2014 10:30 am Post subject: |
|
|
thx, I will try to learn more about shared code
|
|
| Back to top |
|
 |
|