Page 2 of 6

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

Posted: Sat Jun 19, 2010 11:21 am
by Jeof
guyz92 wrote:lucky MissPG AOB not here.
=D
i get what you mean :o

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

Posted: Sat Jun 19, 2010 12:08 pm
by xNewToThis
does the bypass works? i cant get this to work

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

Posted: Sat Jun 19, 2010 12:10 pm
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)

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

Posted: Sat Jun 19, 2010 12:20 pm
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

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

Posted: Sat Jun 19, 2010 12:41 pm
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 ?

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

Posted: Sat Jun 19, 2010 1:53 pm
by Raiden
This is a full leech well....................................From GMS..................That bypass 100-years-ago liao cant use one.

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

Posted: Sat Jun 19, 2010 4:33 pm
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 @_@

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

Posted: Sun Jun 20, 2010 8:06 am
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

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

Posted: Sun Jun 20, 2010 11:48 am
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 :)

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

Posted: Sun Jun 20, 2010 1:29 pm
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?>.<