| View previous topic :: View next topic |
| Author |
Message |
qwerty879 How do I cheat?
Reputation: 0
Joined: 19 Jul 2007 Posts: 5
|
Posted: Wed Jul 25, 2007 3:46 pm Post subject: is there a script for unlimited nudges? |
|
|
is there a script 4 unlimited nudges cause the best i could do was a injection code
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
005EDD25:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [esi+0000000c],eax
exit:
jmp returnhere
|
|
| Back to top |
|
 |
spedchyyz Master Cheater
Reputation: 0
Joined: 16 Jun 2007 Posts: 268 Location: what ?
|
Posted: Wed Jul 25, 2007 4:16 pm Post subject: |
|
|
lewk around!!! ill post link in a sec
msn unlimited nudge hack
_________________
|
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Thu Jul 26, 2007 1:39 pm Post subject: Re: is there a script for unlimited nudges? |
|
|
| qwerty879 wrote: | is there a script 4 unlimited nudges cause the best i could do was a injection code
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
005EDD25:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [esi+0000000c],eax
exit:
jmp returnhere |
So what does this code do?
Absolutely nothing.
You didn't inject anything.
Look in the tutorials section, there are some great MSN nudge tuts all over. Here is one !
http://forum.cheatengine.org/viewtopic.php?t=93386
|
|
| Back to top |
|
 |
|