Re: List of Array of Bytes + MSEA v93.CEM
Posted: Sat Jun 19, 2010 11:21 am
i get what you meanguyz92 wrote:lucky MissPG AOB not here.
=D

The community that will never stop discussing!
https://xemectrum.guyz92.men/
i get what you meanguyz92 wrote:lucky MissPG AOB not here.
=D
so this just enables us to find addressesiLostMyBallz 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
>< Ok this came from neaazzuri not me :XNerrazzuri wrote:This seems familiar....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![]()
![]()
i thought Instruction No.4 was for GMS ?[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
Yea...he got list some part leech de :XRaiden wrote:This is a full leech well....................................From GMS..................That bypass 100-years-ago liao cant use one.
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
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
U found the crc bypass liao arh?>.<Chance wrote:the Dynamic CRC Bypass is what version ?
[ Edit 1 ]
I tried updating the CRC Bypass ,
the one you provided :and the address I found :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
which parts do I change ? 0MG -_-'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
[ Edit 2 ]
Nvm , i got it