benttao How do I cheat?
Reputation: 0
Joined: 02 Dec 2009 Posts: 1
|
Posted: Wed Dec 02, 2009 12:16 pm Post subject: Torchlight 1.12B ->One Hit Kill!!! |
|
|
| Code: |
[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
0048BACF:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
add eax,[esi+00000398]
cmp esi,[020506D4] //020506D4 <--base address
je exit
mov eax,0
originalcode:
exit:
jmp returnhere
[DISABLE]
0048BACF:
add eax,[esi+00000398]
|
[/code]
|
|