//Script Updated For: gMS Version 100.12+
//this is not a full/DR/bypass! this is (BETA)version
//Currently at testing!FULL/DR bypass comming!
//alloc(dump,15789745) may Be wroung but it work tell me if you found a bug!
[enable]
alloc(msgetcrcplz,100)
alloc(hsgetcrcplz,100)
alloc(copy,1024)
alloc(dump,15789745)
createthread(copy)
label(exitmsgetcrcplz)
label(msgetcrcplzret)
label(hsgetcrcplzret)
label(godofwar)
label(getoutahereplz)
msgetcrcplz:
cmp ecx,00401000
jl exitmsgetcrcplz
cmp ecx,00B6FFC6
jg exitmsgetcrcplz
sub ecx,00401000
push eax
lea eax,[dump]
add ecx,eax
pop eax
exitmsgetcrcplz:
movzx ecx,byte ptr [ecx]
mov edx,[ebp+14]
jmp msgetcrcplzret
copy:
mov eax,00401000
lea ecx,[dump]
godofwar:
xor ebx,ebx
movzx ebx,byte ptr [eax]
mov byte ptr [ecx],bl
inc eax
inc ecx
cmp eax,00B6FFC6
jg getoutahereplz
jmp godofwar
getoutahereplz:
lea ebx,[dump]
add ebx,E55790//F47EF8 - 401000
xor eax,eax
mov al,0F
mov byte ptr [ebx],al
inc ebx
mov al,B6
mov byte ptr [ebx],al
inc ebx
mov al,09
mov byte ptr [ebx],al
inc ebx
mov al,8B
mov byte ptr [ebx],al
inc ebx
mov al,55
mov byte ptr [ebx],al
ret
hsgetcrcplz:
mov eax,fs:[20]
cmp eax,[esp+0c]
jne hsgetcrcplzret
mov fs:[34],57
xor eax,eax
ret 000c
hsgetcrcplzret:
mov edi,edi
push ebp
mov ebp,esp
jmp OpenProcess+05
00F47EF8:
jmp msgetcrcplz
db 14
msgetcrcplzret:
OpenProcess:
jmp hsgetcrcplz
[disable]
00F47EF8:
db 0F B6 09 8B 55 14
OpenProcess:
db 8B FF 55 8B EC
dealloc(msgetcrcplz)
dealloc(hsgetcrcplz)
dealloc(dump)
dealloc(copy)
What if we got this go GMS?
Could he make us a GMS Bypass?
@Dreamer Wow thanks alot
I'm not gonna lie I don't really understand every single line but I think I get the gist of it. As you probs have guessed I'm suing the Oppai source but I have a problem with it, that I cannot include boost/foreach.hpp....
Do you have any ideas how I can get around this?
Im guessing your gonna have to go create it. lmao. Thats why it couldn't be opened?
IDK but it don't matter any more as finally someone on another site is helping me Chilax is basically giving me one to one, step by step help on how to make a bypass
Originally Posted by ainslie
IDK but it don't matter any more as finally someone on another site is helping me Chilax is basically giving me one to one, step by step help on how to make a bypass
Get him to show you how to make a GMS bypass.
We'll love you
Originally Posted by Sketchy
Get him to show you how to make a GMS bypass.
We'll love you
Haha well I now understand the theory of how a bypass works. I still have to learn how to find addies and the reg they belong to (without a HSbypass). Also I need to learn how you would write it into a program and the biggest problem is that all the old public methods of HS bypassing no longer work. there is however a private one floating round between the coders and hopefully if I can do everything else Chilax will help me make a HS bypass
hmm very nice. Chilax doesnt reply to me.
you could inject it using CE as well. For what i know, the [enable] and [disable] tags are found in a similar code which i used in CE to inject into some other games. Advice on this.
Basically most maple hacks ARE CE scripts converted to C++ code. Good job for noticing.
@Dragontoothz