| View previous topic :: View next topic |
| Author |
Message |
oblo Newbie cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 12
|
Posted: Mon Jun 04, 2007 4:45 pm Post subject: Replace with code that does nothing... |
|
|
...hangs the game I try to cheat. It's a game created with Multimedia Fusion as a standalone aplicattion (I don't know even if it's relevant) and the money var seems to be DMA, so, as the tutorial says:
1) Search the value
2) Find out what write to this address
3) Once found, Add to Codelist
4) Change to "Replace with code that does nothing" hangs the game
5) If I back to "Restore to original code", the games back to life again
What is going on? And most important, How it can be solved?
Thanks in advance
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Mon Jun 04, 2007 4:52 pm Post subject: |
|
|
Ok you have some good info, But didn't say what game it is.
The is freezing because your are nopping some code it uses to continue game flow.
Now im surprised that it didnt crash the game.
Tell the name of the game and a link if possible where it can be gotten.
You dont have enough posts to post a link so do it like this.
www"dot"game"dot"com
|
|
| Back to top |
|
 |
oblo Newbie cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 12
|
Posted: Mon Jun 04, 2007 5:01 pm Post subject: |
|
|
sealhunter dot com
(sorry for the notation but forum doesn't allow me to post URLs)
Thanks
|
|
| Back to top |
|
 |
Madman I post too much
Reputation: 1
Joined: 04 May 2006 Posts: 3978
|
Posted: Mon Jun 04, 2007 5:07 pm Post subject: |
|
|
www.sealhunter.com
edit: lol thats a funny game
_________________
|
|
| Back to top |
|
 |
oblo Newbie cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 12
|
Posted: Mon Jun 04, 2007 5:11 pm Post subject: |
|
|
yeah but hard as hell -that's why I'm using CE
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Mon Jun 04, 2007 5:31 pm Post subject: |
|
|
Madman340000
Did you try memhacking it ?
====================
Ok i just tried it, Pretty easy to find address's for this game.
I think you did a bad code injection is all.
* You cant just freeze like cash in this game it will crash when changing levels.
|
|
| Back to top |
|
 |
oblo Newbie cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 12
|
Posted: Mon Jun 04, 2007 5:42 pm Post subject: |
|
|
Freezing or change value address doesn't work (not for me at last, the game simply ignores both of them) I'm trying to make a code injection but, I don't know what code inject. I've found this:
mov [esi+ecx*4],eax
mov [ecx+esi+6c],dl
I can barely read assembly, so I assume that this code is copying somekind of variables and moving the values onto another addreess.
Any suggestion?
edit: if I change eax or dl with a fix value (f.e. 100 or 500) the game freeze as well
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Mon Jun 04, 2007 5:49 pm Post subject: |
|
|
Yeah if you tell me what you was hacking, ammo or what
And the freeze does work on ammo i did it 30 seconds ago.
But it is dynamic address so these instructions you are finding is going to be what you need to defeat that.
So far so good, now what are those for?
Screenshots would be good of more info window on each too.
I have the game and will look myself in a bit , But right now i got to look at the forums for a minute.
|
|
| Back to top |
|
 |
oblo Newbie cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 12
|
Posted: Mon Jun 04, 2007 5:57 pm Post subject: |
|
|
Ammo is working (no wasting time reloading r00lz) but the problem is in the money.
As a tip, I can tell you that, when the money address is freeze with a highter value of original money, you can see the same amount being substracting above the head of our "hero".
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Mon Jun 04, 2007 5:58 pm Post subject: |
|
|
| Ill have to play with it to see,... Keep trying stuff. Ill get back.
|
|
| Back to top |
|
 |
Madman I post too much
Reputation: 1
Joined: 04 May 2006 Posts: 3978
|
Posted: Mon Jun 04, 2007 5:58 pm Post subject: |
|
|
search for the miniguns cost, and change it to 1
buy it
find ammo ammount
PWNAGE.
_________________
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Mon Jun 04, 2007 5:59 pm Post subject: |
|
|
| Madman340000 wrote: | search for the miniguns cost, and change it to 1
buy it
find ammo ammount
PWNAGE. |
Theres something . GJ MAdman.
|
|
| Back to top |
|
 |
oblo Newbie cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 12
|
Posted: Mon Jun 04, 2007 6:05 pm Post subject: |
|
|
| Madman340000 wrote: | search for the miniguns cost, and change it to 1
buy it
find ammo ammount
PWNAGE. |
How can it can be searched? Isn't it a fixed value that doesn't move?
edit: I see... there's only two values
thanks for the idea! now this is a piece of cake... however, I'd like if you can help me to find how to cheat money so I can learn a bit more about dealing with this type of stuff
|
|
| Back to top |
|
 |
CZ3R0C Grandmaster Cheater
Reputation: 0
Joined: 17 Nov 2006 Posts: 792
|
Posted: Tue Jun 05, 2007 9:58 am Post subject: |
|
|
| oblo wrote: |
mov [esi+ecx*4],eax
mov [ecx+esi+6c],dl
|
ecx+esi+6c...
try the value of esi+ecx(calculate the valuse in calc(don't forget to tick the Hex radio button))
esi+ecx == address
6c == Offset
_________________
|
|
| Back to top |
|
 |
oblo Newbie cheater
Reputation: 0
Joined: 04 Jun 2007 Posts: 12
|
Posted: Tue Jun 05, 2007 1:10 pm Post subject: |
|
|
| CZ3R0C wrote: | | oblo wrote: |
mov [esi+ecx*4],eax
mov [ecx+esi+6c],dl
|
ecx+esi+6c...
try the value of esi+ecx(calculate the valuse in calc(don't forget to tick the Hex radio button))
esi+ecx == address
6c == Offset |
It seems that first value is the var that "injects" legal money and the second the previous value, so it always does a comprobation... tried what you say, looking for pointers but nothing. I'll review the steps that I've taken -probably a mistake or something
Thanks
|
|
| Back to top |
|
 |
|