Credits to
XxOsirisxX
Since there are a lot of people asking and saying than theys cant get how to make an .CEM file.. here is a tutorial..
Tutorial: .CEM Files
In this tutorial i use XP Engine. [Just to let you know]
1. Extract
XP Engine from the
.rar file.
2. Open the file "
xpengine.exe"
3. Make sure your settings are rights.. and then Open
MapleStory.
4. Attach you
UCE to
MapleStory while GameGuard is loading in case it dose'nt do it automatic.
5. Log in, intro you account, and stay in game. and go back to you engine.
6. In the
XP Engine, go to
Memory View and then goto File>
Save Memory Region. [
Or press Control+S]
7. In the "
Save Memory Region" window, in the first field put
00400000 and in the second one put,
00780000 then
Tick the
Header option at botton. Press
Save
8. Save it
In the same folder of you UCE and put the name than you want.
9.[
Close MapleStory] Goto
Memory View and press
Control+A and then a Auto Asemmbler window will appeir. Paste there the CRC script:
Quote:
[enable]
alloc(newmem,2048)
alloc(blaaaa,3670018)
label(originalcode)
loadbinary(blaaaa,XxOsirisxX.CEM)
newmem:
cmp ecx,00400000
jb originalcode
cmp ecx,00780000
ja originalcode
mov eax,blaaaa
sub eax,00400000
add ecx, eax
originalcode:
mov eax,[ebp+10]
push esi
push edi
jmp 45de2c
0045de27:
jmp newmem
[disable]
0045de27:
mov eax,[ebp+10]
push esi
push edi
dealloc(newmem)
dealloc(blaaaa)
In the 5 line, change the "
XxOsirisxX" for the name of you .CEM file.
10. Press File>
Assing To Current Cheat Table and then a new address called "
Assing Current Cheat Table" will be there. If you wish, change the name to
CRC Bypass.
11. Open
MapleStory and you
UCE, attach it if it dose'nt do it atomatic and then
Tick the
CRC Bypass address
While GameGuard is Loading.