| View previous topic :: View next topic |
| Author |
Message |
rocrfella How do I cheat?
Reputation: 0
Joined: 14 Aug 2009 Posts: 3
|
Posted: Sat Sep 26, 2009 12:39 pm Post subject: Game Offet |
|
|
Hi guys,
I'm a newbie. I want to know how do you over come the changing offets when you restart the game?
I found the offset for ammo but when it restarts, the offset changes. I see people are able to use the Base + HEX and get to the offet. What program do I need to do that? Thanks.
Duey
|
|
| Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Sun Sep 27, 2009 5:22 am Post subject: |
|
|
All you need is your windows calculator set to scientific and cheat engine.
Put the module in CE with offset 0
example game.exe+0
It'l show you what it equals. Tick (HEX) on your calculator and put your address in. Then subtract whatever the value of game.exe+0.
You'l be left with the offset, so game.exe+offset from calculator
example:
game.exe+0 = 00D50000
Your address = 104D8000
104D8000 - 00D50000 = F788000
new address will be game.exe+F788000
I believe what you'r experiencing is codeshifing unless i read the question wrong
_________________
|
|
| Back to top |
|
 |
rocrfella How do I cheat?
Reputation: 0
Joined: 14 Aug 2009 Posts: 3
|
Posted: Sun Sep 27, 2009 3:31 pm Post subject: |
|
|
I tried that and it didn't work. It says cant find the address when I debug the game.
Here is the game info:
Offset: 0063AFAB (this is the address for ammo. when the game restarts this address is no longer the same)
The game.exe is 4194304 (I get this by using GetProcModuleBaseAddr (Module32First))
4194304 + 0 = 4194304
4194304 - 0063afab = 3B59359
When I used 4194304 + &H3B59359, it was unable to goto 0063AFAB.
Did I do something wrong?
|
|
| Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Sun Sep 27, 2009 6:16 pm Post subject: |
|
|
That isnt the base address you're using.
The base address will never be higher then the address.
Ammo address 0063AFAB minus the base, not the other way around.
Just use cheat engine to get it, takes 2sec. If you know the address is stored in the .exe, then all you need to type in CE is the .exe name. Gamehere.exe+0
That address will be the base, then subtract that base from 0063AFAB or whatever the new address is.
_________________
|
|
| Back to top |
|
 |
|