View previous topic :: View next topic |
Author |
Message |
boredtc How do I cheat?
Reputation: 0
Joined: 04 Dec 2010 Posts: 7
|
Posted: Sat Dec 04, 2010 2:14 pm Post subject: Finding right address |
|
|
Hi all,
I'm confused about this:
Let's say I found the "right" static health address
that won't change on game reboot, but also holds
the health amount of the enemy.
So when I freeze/nop this, it's gonna be a long and endless slaughterfest.
How do i get around this and find the right address that holds
only the value of "the good guy"?
Cheers!
|
|
Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5636
|
Posted: Sat Dec 04, 2010 2:35 pm Post subject: |
|
|
Try to use "find out what accesses this address" and You will get more codes. Check all of them to see if there is at least one code which is reading Your health only. If You have found one, You can use code injection to change Your health.
_________________
|
|
Back to top |
|
 |
boredtc How do I cheat?
Reputation: 0
Joined: 04 Dec 2010 Posts: 7
|
Posted: Sun Dec 05, 2010 6:00 am Post subject: Can't figure it out |
|
|
I can't figure it out, i've tried it all over.
Used the pointerscanner to find the pointer that always points to the right address.
If I freeze the pointer, it freeze only the "good guy's" health.
From here I really don't understand the next steps.
How can I use this for, as an example, write my trainer in Delphi
(where I write my trainers in most of the time)
Hope someone can clear this up for me.
cheers
|
|
Back to top |
|
 |
|