View previous topic :: View next topic |
Author |
Message |
marine7000 How do I cheat?
Reputation: 0
Joined: 26 Apr 2008 Posts: 9
|
Posted: Tue Apr 29, 2008 8:02 am Post subject: i am stuck |
|
|
can some1 help me make it increase by 2
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
00D0EBA8:
jmp newmem
nop
nop
nop
nop
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
pop edi
add [eax],al
add [ebx+ebp*8+1453ff30],ch
exit:
jmp returnhere
|
|
Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Tue Apr 29, 2008 8:30 am Post subject: |
|
|
I could use a little more code to work from, if you pasted me a screengrab from the memory view window, a few lines above and below where it breakpointed...
But try this:
Code: |
[enable]
alloc(cave,100)
label(back)
cave:
pop edi
add [eax],al
mov [ebx+ebp*8+1453FF30],2
jmp back
D0EBA8:
jmp cave
nop
nop
nop
nop
nop
back:
[disable]
D0EBA8:
pop edi
add [eax],al
add [ebx+ebp*8+1453ff30],ch
dealloc(cave)
|
|
|
Back to top |
|
 |
marine7000 How do I cheat?
Reputation: 0
Joined: 26 Apr 2008 Posts: 9
|
Posted: Tue Apr 29, 2008 1:34 pm Post subject: |
|
|
hey step seven of the tutorial how do i do that
|
|
Back to top |
|
 |
|