C+P
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 :
Spoiler:
How to add it to your .CT :
1. Start 2moons with the normal launcher.
2. Login till you are standing in game.
3. Start Cheat Engine and open your cheat table.
4. Attach the process "dekaron.exe" to CE.
5. Open the Memory View, press Ctrl+A, an Auto Assemble window will appear.
6. Paste this script in this little window and click on execute.
7. In the Auto Assemble window, click on File -> Assign to current cheat table.
8. It will pop-up at the bottom of the CE main window, now just rename it .
Code:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
00665E40: // 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)
00665E40: // Array Of Bytes Scan : 8A 44 24 04 88 81
mov [ecx+000000a8],al
Have fun .
_________________
I DO NOT TAKE CREDIT FOR MY INFO.
I am a member of a exploit guild and post it here because i like this site and want to help it.
|