Quantcast Maplestory Power leveling | Maplestory Guide Hacks Cheats Skill Tips Accounts Guide: March 2008

Pages

Welcome :)

maplestory accounts [2005-2013] Top 1 MapleStory Store Usfine.com Open 24/7

Do You Want To Buy Maplestory Powerleveling Or Maplestory Mesos

They strive to offer the fastest and most reliable service on the web for all your gaming needs. Feel free to contact them 24 hours a day, 7 days a week by phone, live chat and email. They work hard with their suppliers to offer the lowest prices they can. If you find a lower price somewhere please let them know and they will try their hardest to match it.

  1. Cheap MapleStory Mesos
  2. Cheap MapleStory Items
  3. Cheap MapleStory Power leveling
  4. Cheap MapleStory Accounts
  5. MapleStory Nexon Cash Card

Suggest New Service==>

MapleStory Accounts On sale Now!

Wednesday, March 12, 2008

MapleStory V46 Cheats


==>All Maplestory Guide List<==

==>Maplestory Cheats List<==




MapleStory V46 Cheats



There are some V46 Cheats,if you wanna,try it!


MyEngine CT+CEM


[ Download Now ]


Furyking V0.46.CEM


[ Download Now ]



Monday, March 10, 2008

MapleStory Cheats --ZenxEngine LATEST

==>All Maplestory Guide List<==

==>Maplestory Cheats List<==



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)


ZenxEngine LATEST




==>All Maplestory Guide List<==

==>Maplestory Cheats List<==

Sunday, March 9, 2008

MapleStory Cheats--Mapler600 CT CEM

==>All Maplestory Guide List<==

==>Maplestory Cheats List<==



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 ]




==>All Maplestory Guide List<==

==>Maplestory Cheats List<==

Saturday, March 8, 2008

Maple Story Cheats — MapleMacro v2

==>All Maplestory Guide List<==

==>Maplestory Cheats List<==



Maple Story Cheats — MapleMacro v2



Quote:


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)



BTW: I think I might have done something wrong with the driver… I have no clue… so see if it works,

kthxbai


[ Download Now ]





==>All Maplestory Guide List<==

==>Maplestory Cheats List<==

Friday, March 7, 2008

Maple Story Cheats — ICheat2

==>All Maplestory Guide List<==

==>Maplestory Cheats List<==




Maple Story Cheats — ICheat2


Quote:


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)


BTW: I think I might have done something wrong with the driver… I have no clue… so see if it works,

kthxbai


[ Download Now ]




==>All Maplestory Guide List<==

==>Maplestory Cheats List<==

Maplestory Cheats List

Maplestory Cheats List




==>All Maplestory Guide List<==




  1. Maple Story Cheats — ICheat2

  2. Maple Story Cheats — MapleMacro v2

  3. MapleStory Cheats--Mapler600 CT CEM

  4. MapleStory Cheats --ZenxEngine LATEST

  5. MapleStory V46 Cheats



==>All Maplestory Guide List<==