Last Update (26.09.2009)
18.09.09 : UPDATED OFFSET : Version 4.6.33
26.09.09 : UPDATED OFFSET : Version 4.7.4
------------------------------------------------------------------------------------------
Okay guys, since I haven't seen the Range Hack for CE here, I'll post mine.
------------------------------------------------------------------------------------------
How to add Range Hack to your cheat table :
------------------------------------------------------------------------------------------
Have fun :D.
18.09.09 : UPDATED OFFSET : Version 4.6.33
26.09.09 : UPDATED OFFSET : Version 4.7.4
------------------------------------------------------------------------------------------
Okay guys, since I haven't seen the Range Hack for CE here, I'll post mine.
------------------------------------------------------------------------------------------
How to add Range Hack to your cheat table :
------------------------------------------------------------------------------------------
Code:
[ENABLE] alloc(newmem,1024) label(returnhere) label(originalcode) label(exit) 00666314: // Array Of Bytes Scan : 8A 44 24 04 88 81 jmp newmem nop returnhere: newmem: mov al,90 originalcode: mov [ecx+000000a8],al exit: jmp returnhere [DISABLE] dealloc(newmem) 00666314: // Array Of Bytes Scan : 8A 44 24 04 88 81 mov [ecx+000000a8],al
Have fun :D.