List of Array of Bytes + MSEA v93.CEM

Download MapleStory hacks and bots over here!
Jeof
Sacred Guardian
Sacred Guardian
Posts: 373
Joined: Sat Aug 29, 2009 9:32 am
Location: SexBomb

Re: List of Array of Bytes + MSEA v93.CEM

Post by Jeof »

guyz92 wrote:lucky MissPG AOB not here.
=D
i get what you mean :o
Image
Image

Image
xNewToThis
Sacrificer
Sacrificer
Posts: 28
Joined: Mon Aug 31, 2009 1:36 pm

Re: List of Array of Bytes + MSEA v93.CEM

Post by xNewToThis »

does the bypass works? i cant get this to work
PIEzLOVERS
Master of Darkness
Master of Darkness
Posts: 431
Joined: Sat Dec 12, 2009 9:01 pm
Location: Heaven !
Contact:

Re: List of Array of Bytes + MSEA v93.CEM

Post by PIEzLOVERS »

iLostMyBallz wrote:
PIEzLOVERS wrote:how can you guys find all this shit w/o a bypass?
._.
When u click maplestory while the HSUpdate.exe is running
go to ur task manager,go to HSUpdate.exe and kill it
Open cheat engine/MLE and attach it to MapleStory.exe
Go to Memory View...Walah u see all of the memory but u cant play maple as it requires the thing to run:X
so this just enables us to find addresses :D
thanks !
kinda newb in this stuff cuz usually experimenting on exe games that does not require bypasses (mostly PS)
iLostMyBallz
Headmaster of Darkness
Headmaster of Darkness
Posts: 627
Joined: Mon Apr 26, 2010 8:08 pm

Re: List of Array of Bytes + MSEA v93.CEM

Post by iLostMyBallz »

Nerrazzuri wrote:
iLostMyBallz wrote:
PIEzLOVERS wrote:how can you guys find all this shit w/o a bypass?
._.
When u click maplestory while the HSUpdate.exe is running
go to ur task manager,go to HSUpdate.exe and kill it
Open cheat engine/MLE and attach it to MapleStory.exe
Go to Memory View...Walah u see all of the memory but u cant play maple as it requires the thing to run:X
This seems familiar.... 8-) 8-) 8-)
>< Ok this came from neaazzuri not me :X
Support me While Earning $$$ at the same time
If i reach almost alot of click i might gib u a private hack :D
Click On The Links:
http://eb3534c7.linkbucks.com
Image
http://www.linkbucks.com/referral/304317
Chance
Dark Lord
Dark Lord
Posts: 177
Joined: Fri May 14, 2010 3:34 pm

Re: List of Array of Bytes + MSEA v93.CEM

Post by Chance »

[2]:Click Auto Assemble on MLE and paste the script into it.

[3]: Go to File> Assign to Current CT

[4]:Open Up Maplestory, but don't click "Play"

[5]: Make sure your engine is attached

[6]: Tick the scripts you would like.

[7]: Close the Engine and click play and you're set! =D
i thought Instruction No.4 was for GMS ?
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: List of Array of Bytes + MSEA v93.CEM

Post by Raiden »

This is a full leech well....................................From GMS..................That bypass 100-years-ago liao cant use one.
iLostMyBallz
Headmaster of Darkness
Headmaster of Darkness
Posts: 627
Joined: Mon Apr 26, 2010 8:08 pm

Re: List of Array of Bytes + MSEA v93.CEM

Post by iLostMyBallz »

Raiden wrote:This is a full leech well....................................From GMS..................That bypass 100-years-ago liao cant use one.
Yea...he got list some part leech de :X
maybe he making tuts for people to learn mem edit @_@
Support me While Earning $$$ at the same time
If i reach almost alot of click i might gib u a private hack :D
Click On The Links:
http://eb3534c7.linkbucks.com
Image
http://www.linkbucks.com/referral/304317
evilkie
Master of Darkness
Master of Darkness
Posts: 227
Joined: Wed Sep 02, 2009 6:15 pm

Re: List of Array of Bytes + MSEA v93.CEM

Post by evilkie »

it's not even a tutorial.

he gave you the scripts

he gave you the aobs

update your own scripts

make your own bypass

done
Image
Chance
Dark Lord
Dark Lord
Posts: 177
Joined: Fri May 14, 2010 3:34 pm

Re: List of Array of Bytes + MSEA v93.CEM

Post by Chance »

the Dynamic CRC Bypass is what version ?

[ Edit 1 ]

I tried updating the CRC Bypass ,

the one you provided :

Code: Select all

[Enable]
Alloc(NewMemory, 4194304)
Alloc(CRCCave, 128)
Alloc(CopyMemory, 128)
CreateThread(CopyMemory)
Label(End)

0047CC9E:
jmp CRCCave

CRCCave:
cmp ecx,00400000
jl End
cmp ecx,00800000
jg End
add ecx,NewMemory-00400000

End:
mov eax,[ebp+10]
push esi
push edi
jmp 0047CCA3

CopyMemory:
mov esi,00400000
mov edi,NewMemory
mov ecx,00100000
rep movsd
push 00
call ExitThread
[Disable]
//nothing here
and the address I found :

Code: Select all

v93 Dynamic crc Bypass 

AOB:

8B 45 10 56 57 8B 7D 0C 83 FF 10 0F 82 91 01 00

1) 
Address : 004AAB37 
Btyes : 8b 45 10 
Opcode : mov eax,[ebp+10]

2)
Address : 004AAB3A
Btyes : 56
Opcode: push esi

3)
Address : 004AAB3B
Bytes : 57
Opcode: push edi

4)
Address : 004AAB3C
Bytes : 8b 7d 0c
Opcode: mov edi,[ebp+0c]

5)
Address : 004AAB3F 
Bytes : 83 ff 10 
Opcode: cmp edi, 10

6)
Address : 004AAB42 
BYtes : 0f 82 91 01 00 00
Opcode: jb 004aacd9
which parts do I change ? 0MG -_-'

[ Edit 2 ]
Nvm , i got it :)
iLostMyBallz
Headmaster of Darkness
Headmaster of Darkness
Posts: 627
Joined: Mon Apr 26, 2010 8:08 pm

Re: List of Array of Bytes + MSEA v93.CEM

Post by iLostMyBallz »

Chance wrote:the Dynamic CRC Bypass is what version ?

[ Edit 1 ]

I tried updating the CRC Bypass ,

the one you provided :

Code: Select all

[Enable]
Alloc(NewMemory, 4194304)
Alloc(CRCCave, 128)
Alloc(CopyMemory, 128)
CreateThread(CopyMemory)
Label(End)

0047CC9E:
jmp CRCCave

CRCCave:
cmp ecx,00400000
jl End
cmp ecx,00800000
jg End
add ecx,NewMemory-00400000

End:
mov eax,[ebp+10]
push esi
push edi
jmp 0047CCA3

CopyMemory:
mov esi,00400000
mov edi,NewMemory
mov ecx,00100000
rep movsd
push 00
call ExitThread
[Disable]
//nothing here
and the address I found :

Code: Select all

v93 Dynamic crc Bypass 

AOB:

8B 45 10 56 57 8B 7D 0C 83 FF 10 0F 82 91 01 00

1) 
Address : 004AAB37 
Btyes : 8b 45 10 
Opcode : mov eax,[ebp+10]

2)
Address : 004AAB3A
Btyes : 56
Opcode: push esi

3)
Address : 004AAB3B
Bytes : 57
Opcode: push edi

4)
Address : 004AAB3C
Bytes : 8b 7d 0c
Opcode: mov edi,[ebp+0c]

5)
Address : 004AAB3F 
Bytes : 83 ff 10 
Opcode: cmp edi, 10

6)
Address : 004AAB42 
BYtes : 0f 82 91 01 00 00
Opcode: jb 004aacd9
which parts do I change ? 0MG -_-'

[ Edit 2 ]
Nvm , i got it :)
U found the crc bypass liao arh?>.<
Support me While Earning $$$ at the same time
If i reach almost alot of click i might gib u a private hack :D
Click On The Links:
http://eb3534c7.linkbucks.com
Image
http://www.linkbucks.com/referral/304317
Post Reply