| View previous topic :: View next topic |
| Author |
Message |
Effection How do I cheat?
Reputation: 0
Joined: 25 Mar 2007 Posts: 5
|
Posted: Sun Mar 25, 2007 6:10 am Post subject: [help]Command and Conquer 3 Demo |
|
|
well i have found all the address i need for money power build time etc and the instructions that write to them. But my guess is that the game like other CnC games use the same instructions to write money and power for the AI so the AI also have infinite money , when i try and set a breakpoint on the address that writes so i can find all the different pointers the games freezes!! i've tried it with olydbg as well just to see if it was CE and it's not
any ideas?
thanks
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25962 Location: The netherlands
|
Posted: Sun Mar 25, 2007 7:04 am Post subject: |
|
|
write a codeinjection routine that saves the pointers
then when you're found the pointers, see if you can find something particular in the structures that distinguish you from the ai, if you've found it, write a script that edits the money to inf only if the pointer points to a structure you own.
And if you have several months the time you could try the pointer scanner with a high level and big sruct size
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Effection How do I cheat?
Reputation: 0
Joined: 25 Mar 2007 Posts: 5
|
Posted: Sun Mar 25, 2007 7:33 am Post subject: |
|
|
where do i save the pointers to? just a location in memory ?
and ive tried a big pointer search overnight which returned nothing
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25962 Location: The netherlands
|
Posted: Sun Mar 25, 2007 7:37 am Post subject: |
|
|
you can allocate memory yourself and store the pointers there.
about the pointer scan, it should have found something, even if it's useless.
make sure to select as module the game module
level depth 10 good enough, else try 20
and structsize of 10240 ...
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|