View previous topic :: View next topic |
Author |
Message |
Demonfighter How do I cheat?
Reputation: 0
Joined: 05 Nov 2008 Posts: 2
|
Posted: Fri Nov 07, 2008 2:30 pm Post subject: Offset Value - * |
|
|
Hey,
i try to make a Trainer for the Missions of Red Alert 3.
And i looking for the Base Pointer, because every Mission have a different pointer (yes, a pointer^^).
But i dont understand how offset value i must set.
There stand edx+edi*4
I know what i need to do if there stand edx+04 or something like that.
Can someone help me?
greez
Demonfighter
Description: |
|
Filesize: |
10.54 KB |
Viewed: |
2630 Time(s) |

|
|
|
Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Fri Nov 07, 2008 3:56 pm Post subject: |
|
|
Search for edx to get your pointer. If you notice edi is empty. This might hold other smaller values at different times... 0, 1, 2, 3 etc, which are multiplied by for and added to that edx value. If you come across this, always try searching the biggest value or the one that makes sense logically. The game might be multi-level though, so using the pointer scanner in CE might be a consideration. Backtracing levelled-pointers manually can take hours navigating assembly (or at least it can anyway).
~Psy
|
|
Back to top |
|
 |
Demonfighter How do I cheat?
Reputation: 0
Joined: 05 Nov 2008 Posts: 2
|
Posted: Sat Nov 08, 2008 8:33 am Post subject: |
|
|
ok, i see.
Ty for the quick reply and the help.
|
|
Back to top |
|
 |
grasmanek94 Master Cheater
Reputation: 0
Joined: 03 Jun 2008 Posts: 283 Location: The Netherlands
|
|
Back to top |
|
 |
|