the_aking Advanced Cheater
Reputation: 0
Joined: 23 Aug 2006 Posts: 53
|
Posted: Fri Nov 06, 2009 8:38 am Post subject: msgbox error in pinball |
|
|
I injected a msgbox to pinball.exe
then
I did jmp 10033CD
and executed this code
I tryed diffrent things so this one might not work
but some of the times it just showed the msgbox and then game crashed..
I want that everytime that the ball hit somthing the msgbox will pop up..
can somone help me with that?
| Code: | [enable]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(exit)
01013C98:
jmp newmem
nop
nop
nop
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
jmp 010033cd
exit:
jmp returnhere
010033EC:
jmp exit
[disable]
01013C98:
mov [eax],ecx
mov [eax+04],00000001 |
|
|