Just a question: How do I turn of the hacks if I am ingame? Or do I have to restart with no CE running?
[ENABLE] alloc(newmem,2048) //2kb should be enough label(returnhere) label(originalcode) label(exit) 004599BD: jmp newmem nop returnhere: newmem: //this is allocated memory, you have read,write,execute access //place your code here originalcode: mov edx,[eax+1c] mov [ecx+20],edx exit: jmp returnhere [DISABLE]
[ENABLE] alloc(newmem,2048) //2kb should be enough label(returnhere) label(originalcode) label(exit) 0053DB4A: jmp newmem nop nop returnhere: newmem: //this is allocated memory, you have read,write,execute access //place your code here originalcode: movzx eax,word ptr [esi+00000154] exit: jmp returnhere [DISABLE]
[ENABLE] 004599BD: mov edx,[eax+1c] mov [ecx+20],edx [DISABLE]
[ENABLE] 0053DB4A: movzx eax,word ptr [esi+00000154] [DISABLE]
This part deleted, as it was for skill hackQuote:
[/SPOILER]CoolHack: This speeds up the cool down of techniques so you can use them many times.
(I like the name I gave it ^.^)
[SPOILER]Give thanks to Drako (me)Code:[ENABLE] edited :p