LelouchXV How do I cheat?
Reputation: 0
Joined: 12 Aug 2016 Posts: 2
|
Posted: Fri Aug 12, 2016 6:08 am Post subject: Impossible to find address with pointer |
|
|
Hi,
For every game I play, I never find address pointing. And yet I do exactly the same thing about the tutorials.
Exemple for my game Resident Evil 0 HD in steam. I want infinte ammo for pistol.
I do this :
First I find the value of my ammo (easy)
- 29 ammo in game, First scan with 29
- I shoot then reload, 28 ammo, Next scan with 28
- 1 result Found, I got my ammo address
Then I right click my value and I go on "Find out what writes to this address"
In my video game, I shoot and I reaload. Then i got this
- 004DBCF7 - sub [eax+04],ecx
The value of the pointer needed ... : 2D59501C
Then I copie the same pointer address on my search value with Hex box checked and i got 0 result.
And it is the same for all my video games, if someone can help me.
(Sorry for my english)
|
|