Your Ad Here

Thursday, October 9, 2008

Maple Story Cheat

Maple Story Cheats — ICheat2
Settings

Code:
General Settings
(X) Show Undo Button
(X) Show advanced options
(X) Update the list of found adresses ever after scanning
(X) Center the moon light when bringing to front
(X) Hide some/all windows instantead of trying to bring moon 1light engine to front
( ) Show autoattach to Maple Story button

( ) Show values as if they are signed
( ) Show and work with binaries as if they are decimals
( ) Simple copy/paste

Scan Settings
( ) Fast scan on by deafault
(X) Enable hyperscan when possible
( ) Don’t scan memory that is protected with the No Cache option
( ) Keep low memory usage doing an “Unknow Initial Value scan” with hyper Scan

(X) MEM_PRIVATE
(X) MEM_IMAGE
( ) MEM_MAPPED

(X) Run scan in separated thread

Code Finder
(X) Use debug registers

( ) Memory acces exceptions

(X) Try to prevent detection of the debugger
( ) Handle beakpoints not caused by ME

Assembler
(X) Show disassembler
(X) Show debugger options
(X) Use hardware breakpoints
( ) Use int3 instructions for breakpoints
(X) Replace incomplete opcodes with nops
(X) Ask for replace with nop

(X)Try to prevent detection of the debugger

Extra
(X) Query memory region routines
(X) Read/Write process memory
(X) Open process

( ) Undo changes to ME
( ) Force memory to be writable in case the standard method is blocked

(X) Enable use of the process watcher
(X) Use kernelmode debugger option when possible

( ) Stealth mode (Usermode)
( ) Stealth mode (Kernelmode)

Download Now

Maple Story Cheats — MapleMacro v2
Settings

Code:
General Settings
(X) Show Undo Button
(X) Show advanced options
(X) Update the list of found adresses ever after scanning
(X) Center the moon light when bringing to front
(X) Hide some/all windows instantead of trying to bring moon 1light engine to front
( ) Show autoattach to Maple Story button

( ) Show values as if they are signed
( ) Show and work with binaries as if they are decimals
( ) Simple copy/paste

Scan Settings
( ) Fast scan on by deafault
(X) Enable hyperscan when possible
( ) Don’t scan memory that is protected with the No Cache option
( ) Keep low memory usage doing an “Unknow Initial Value scan” with hyper Scan

(X) MEM_PRIVATE
(X) MEM_IMAGE
( ) MEM_MAPPED

(X) Run scan in separated thread

Code Finder
(X) Use debug registers

( ) Memory acces exceptions

(X) Try to prevent detection of the debugger
( ) Handle beakpoints not caused by ME

Assembler
(X) Show disassembler
(X) Show debugger options
(X) Use hardware breakpoints
( ) Use int3 instructions for breakpoints
(X) Replace incomplete opcodes with nops
(X) Ask for replace with nop

(X)Try to prevent detection of the debugger

Extra
(X) Query memory region routines
(X) Read/Write process memory
(X) Open process

( ) Undo changes to ME
( ) Force memory to be writable in case the standard method is blocked

(X) Enable use of the process watcher
(X) Use kernelmode debugger option when possible

( ) Stealth mode (Usermode)
( ) Stealth mode (Kernelmode)

Download Now

MapleStory Cheats--Mapler600 CT CEM
(Use this code)
[Enable]
//================================
// pRush v1.00 for MSEA 0.46
// by PedraSimon@CEF
//
// Usage:
// F4: cycle external portals
// F5: toggle cs mouse vac
// F6: cycle spawn points
// dblClick: mouse teleport
//================================Alloc(chkHotkey, 512)
Label(hotkeyDone)

Label(initParam)
Label(cyclePtl)
Label(cycleSpPtl)

Label(cSpLoop)
Label(cSpPtlNxt)
Label(cSpPtlDone)

Label(cLoop)
Label(cPtlNxt)
Label(cPtlDone)

Label(dClickTele)
Label(dClickTeleDone)
Label(mouseTele)

Label(resetPosn)
Label(chrWarp)
Label(csmvX)
Label(csmvXDone)
Label(csmvY)
Label(csmvYDone)
Label(csmvFlag)
Label(lastPosn)

chkHotkey:
test edi,80000000
jns hotkeyDone

cmp [ebp+c],73
je cyclePtl

cmp [ebp+c],75
je cycleSpPtl

cmp [ebp+c],74
jne hotkeyDone
xor [csmvFlag],1

hotkeyDone:
jmp 68c23f

cyclePtl:
pushad
call initParam
call cPtlNxt

push [eax+10]
sub [esp],a
push [eax+c]
call chrWarp
popad
jmp hotkeyDone

cycleSpPtl:
pushad
call initParam
call cSpPtlNxt

push [eax+10]
sub [esp],a
push [eax+c]
call chrWarp
popad
jmp hotkeyDone

dClickTele:
mov eax, [ecx+9B4]
test eax,eax
jnz dClickTeleDone

cmp [esi],007866dc
je mouseTele

dClickTeleDone:
ret

mouseTele:
pushad
mov edi,[007ed280]
mov edi,[edi+978]
push [edi+84]
push [edi+80]

call chrWarp
mov [csmvFlag],0
popad
ret

initParam:
mov ebx,[007edcac]
mov ebx,[ebx+4]
mov edx, [007edca8]
mov edx, [edx+5d4]
mov edi, [lastPosn]
ret

//==== cycle external portal
cPtlNxt:
test edi,edi
jnz cLoop
mov edi,[ebx-4]

cLoop:
dec edi
mov ecx,[ebx+8*edi+4]

cmp [ecx+14],edx //skip current-map portal
je cPtlNxt

cmp [ecx+8],7 //accept type7 (fm)
je cPtlDone

cmp [ecx+14],3B9AC9FF //skip portal 99999999
je cPtlNxt

cPtlDone:
mov eax,ecx
mov [lastPosn],edi
ret

//==== cycle spawn points
cSpPtlNxt:
test edi,edi
jnz cSpLoop
mov edi,[ebx-4]

cSpLoop:
dec edi
mov ecx,[ebx+8*edi+4]

cmp [ecx+8],0 //cycle ONLY type 0
jne cSpPtlNxt

cSpPtlDone:
mov eax,ecx
mov [lastPosn],edi
ret

csmvX:
cmp [csmvFlag],0
je csmvXDone
push eax
mov eax, [007edc10]
mov eax, [eax+61c]
cmp eax,esi
pop eax
jne csmvXDone
mov eax, [007ed280]
mov eax, [eax+978]
mov eax, [eax+80]
csmvXDone:
mov [ebx], eax
mov edi,[ebp+10]
ret

csmvY:
cmp [csmvFlag],0
je csmvYDone
push eax
mov eax, [007edc10]
mov eax, [eax+61c]
cmp eax,esi
pop eax
jne csmvYDone
mov eax, [007ed280]
mov eax, [eax+978]
mov eax, [eax+84]
csmvYDone:
mov [edi], eax
mov ebx,[ebp+14]
ret

chrWarp:
push [esp+8]
push [esp+8]

mov edi, [007edc10]
mov edi,[edi+61c]
push edi
mov edi,[edi]
call [edi+40]
ret 8

resetPosn:
mov [lastPosn],0
lea eax,[ebp-18]
mov esi,ecx
ret

csmvFlag:
dd 0

00773B94:
lastPosn:
dd 00

004baeb9:
call chkHotkey

0068B06B:
call resetPosn

006CD116:
call csmvX

006CD17B:
call csmvY

006E1B6E:
call dClickTele
nop

[Disable]
004baeb9:
call 68c23f

0068B06B:
lea eax,[ebp-18]
mov esi,ecx

006CD116:
mov [ebx], eax
mov edi,[ebp+10]

006CD17B:
mov [edi],eax
mov ebx,[ebp+14]

006E1B6E:
mov eax, [ecx+9B4]

Dealloc(chkHotkey, 512)
// pRush v1.00
// PedraSimon@CEF

Download Now

MapleStory Cheats --ZenxEngine LATEST

This engine was created, and used for GMS. No quickload buttons are added for any other versions.
Enjoy!

Here are the settings;
Code:

General Settings:
Tick Everything - exept the last oneScan Settings:
[ ] Fast scan on by default
[x] Enable hyperscan when possible
[ ] Don't scan memory that is protected with the No Cache Option
[ ] Keep low memory usage when doing an "Unknown Initial Value scan" with Hyper Scan

[x] MEM_PRIVATE
[x] MEM_IMAGE
[ ] MEM_MAPPED
[X] Run scan in seperate thread.

File Associations:
Tick Nothing

Code Finder:
[x] Use Debug Registers
[ ] Memory Access Exceptions
[x]Try to prevent detection of the debugger
[ ] Handle breakpoints not caused by CE

Assembler:
[x] Show disassembler
[x] Show debugger options
[x] Use hardware breakpoints
[ ] Use int3 instructions for breakpoints
[x] Replace incomplete opcodes with nops
[x] Ask for replace with nop
[x] Try to prevent detection of the debugger

Extra:
[ ] Query memory region routines
[x] Read/Write process memory
[x] Open Process

[ ] Use APC to inject dll's
[ ] Use APC to create new threads
[ ] Undo changes to CE
[ ] Force memory to be writable in case the standard method is blocked
[x] Enable use of Process Watcher
[x] Use kernel debugger options when possible

[ ] Stealth mode (Usermode)
[ ] Stealth mode (Kernelmode)


Download Now

MapleStory V46 Cheats
- MyEngine CT+CEM
Download Now

Furyking V0.46.CEM
Download Now


MapleStory Cheats Code

Cheat mode:
Submit one of the codes below during game play to enable that particular cheat code for Maple Story

What code does Code
Flip screen right side up [Ctrl] + [Alt] + [Up]
Flip screen upside down [Ctrl] + [Alt] + [Down]

Extra Mesos:
Drop about 10 Mesos. It will become 15 Mesos when picked up.

Easy experience for spellcasters:
Go to Ellinia and buy some potions. Then find and fight some slimes and snails (tree stump is not that effective). Fight until your life, mana, and potions run out. You should have enough money to buy more potions. Do so, restore yourself, and fight again.

Nella's Quest:
If you are a level 15 to 19 Warrior, go to Kerning City and do all of Nella's Quest. After you complete all of them, she will give you level 20 Warrior Gloves and Venom.

Minimize:
Press [Alt] + [Tab] to minimize the game. You may have to press them more than once.

Easy experience:
Inflict a reasonable amount of damage on a monster, then wait for someone else to kill it. When it dies, you will automatically get experience. While you are waiting, inflict some damage on another monster.

Recommended Magician stats:
To be a good magician, your stats and skills should be as follows:

STR: As low as possible
DEX: As low as possible
INT: Everything that does not go into LUK
LUK: 3+ your level at levels x0, x2, x5, and x8
Skills:
Max Bolt, Magic Armor, Magic Guard, Improving MP Recovery. Put every other SP into Magic Claw.

Recommended swordsman stats:
To be a good swordsman, your AP should be as follows:

STR: Everything that does not go to DEX
DEX: Twice your level
INT: As low as possible
LUK: As low as possible
SP:
Improving HP Recovery: Max out
Improving Hp Increase: Level 3
Endure: Max out
Iron Body: For Fighter: 1; Page/Spearman: None
Power Blast: Max out
Slash Blast: Max out

Recommended training locations:

Level 1 to 10: Snails, Blue Snails, Red snails (all over Maple Island)
Level 10 to 18: Slimes, Orange Mushrooms. (Slime Tree, Mushroom Garden)
Level 18 to 25: Pigs, Ribbon pigs. (Pig Beach)
Level 25 to 30: Party Quest. (Kerning City)
Level 30 to 35: Ant tunnel
Level 35 to 40: Wild boars, Fire boars. (Over the wall)
Level 40 to 45: Jr. Grupin.(Orbis)
Level 45 to 50: Copper Drakes
Level 50 to 55: Stone Golems
Level 55 to 60: Hectors
Level 60 to 62: Dark Stone Golems
Level 62 to 70: Yetis, Transformed Yetis, Dark Yetis, Dark Transformed Yetis
Level 70: Zombies

Bypass censor:
Press [Alt] + [Tab] to switch out of the game without exiting. Start Windows Notepad, then hold [Alt] and type 0610 on the [Keypad]. Highlight the square character that appears and press [Ctrl] + C to copy it. Press [Alt] + [Tab] to switch back to Maple Story and go to the speech bar. Press [Ctrl] + V after any word you enter and a space will appear. Then, type in a censored word and it will no longer be blocked.