| View previous topic :: View next topic |
| Author |
Message |
shoe7ess How do I cheat?
Reputation: 0
Joined: 03 May 2007 Posts: 7
|
Posted: Thu May 03, 2007 12:55 pm Post subject: Offset issue |
|
|
I'm new to the whole "pointers" thing, I've used cheat engine loads of times, but i just find the values i need each time i play the game that i'm cheating.
So I figured I'd save myself some time and get a few pointers down.
Everything was going good until I ran into this:
mov ecx, [eax*4+00573020]
I stopped at this point because I'm unsure whether the eax*4+(offset) was an equation of some sort.
EAX = 00000007
Any help would be appreciated.
Picture below:
| Description: |
|
| Filesize: |
22.68 KB |
| Viewed: |
4945 Time(s) |

|
|
|
| Back to top |
|
 |
me Grandmaster Cheater
Reputation: 2
Joined: 24 Jun 2004 Posts: 733 Location: location location
|
Posted: Thu May 03, 2007 3:17 pm Post subject: Re: Offset issue |
|
|
| shoe7ess wrote: | I'm new to the whole "pointers" thing, I've used cheat engine loads of times, but i just find the values i need each time i play the game that i'm cheating.
So I figured I'd save myself some time and get a few pointers down.
Everything was going good until I ran into this:
mov ecx, [eax*4+00573020]
I stopped at this point because I'm unsure whether the eax*4+(offset) was an equation of some sort.
EAX = 00000007
Any help would be appreciated.
Picture below: |
eax*4 is actually the pointer in this case,, its done backwards to what your used to seeing and the pointer is 00573020,
its the way the game is code compiled,
you see the eax*4 or whatever register is used, is just adjusting for addresses for 32 bits or 4 bytes
so that is just a standard for setting up arrays ect,
so in C for example you can have something like .....int weapons[5]
that code would sort out the 5 weapons addresses into 32 bit pointers
anyway to sum up the pointer is 00573020 and the offset is [eax=7] x 4
which is 28
not cheated a game for ages now too busy watching porn
_________________
|
|
| Back to top |
|
 |
shoe7ess How do I cheat?
Reputation: 0
Joined: 03 May 2007 Posts: 7
|
Posted: Thu May 03, 2007 4:43 pm Post subject: |
|
|
lol.
thanks a lot man, i thought that might be the case.
|
|
| Back to top |
|
 |
cereal1 Cheater
Reputation: 0
Joined: 29 May 2007 Posts: 27
|
Posted: Tue May 29, 2007 11:31 pm Post subject: |
|
|
| This isn't a tutorial. It should be deleted.
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6301
|
Posted: Wed May 30, 2007 11:48 am Post subject: |
|
|
| cereal1 wrote: | | This isn't a tutorial. It should be deleted. |
Sure it is.
Explainable tutorial. Knowledge is knowledge calm down.
|
|
| Back to top |
|
 |
|