Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › MapleStory Hacks, Cheats & Trainers › MapleStory Hack Coding/Source Code › [SOURCE]CE/MSCRC/HSCRC Bypass!CE in scripts!

[SOURCE]CE/MSCRC/HSCRC Bypass!CE in scripts!

Posts 1–10 of 10 · Page 1 of 1
Dreamer
Dreamer
[SOURCE]CE/MSCRC/HSCRC Bypass!CE in scripts!
Credits to Mybads.
@ainslie

Code:
//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)
#1 · 15y ago
Sketchy
Sketchy
What if we got this go GMS?
Could he make us a GMS Bypass?
#2 · 15y ago
Genoble
Genoble
@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?
#3 · 15y ago
Dreamer
Dreamer
Im guessing your gonna have to go create it. lmao. Thats why it couldn't be opened?
#4 · 15y ago
Genoble
Genoble
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
#5 · 15y ago
Sketchy
Sketchy
Quote Originally Posted by ainslie View Post
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
#6 · 15y ago
Genoble
Genoble
Quote Originally Posted by Sketchy View Post

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
#7 · 15y ago
Dreamer
Dreamer
hmm very nice. Chilax doesnt reply to me.
#8 · 15y ago
DR
Dragontoothz
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.
#9 · 14y ago
Dreamer
Dreamer
Basically most maple hacks ARE CE scripts converted to C++ code. Good job for noticing.
@Dragontoothz
#10 · 14y ago
Posts 1–10 of 10 · Page 1 of 1

Post a Reply

Similar Threads

  • I want a source of a punkbuster bypassBy HeXel in Trade Accounts/Keys/Items
    0Last post 18y ago
  • [IDEE]hack source code forum for peapel who can scriptBy lauwy in CrossFire Hack Coding / Programming / Source Code
    0Last post 16y ago
  • Source Combat Arms com Bypass!By CodingHack in Combat Arms Brazil Discussions
    11Last post 15y ago
  • I buy a source of a bypassBy CoolyMinion in Trade Accounts/Keys/Items
    4Last post 18y ago
  • Trading my PB bypass and my ct for uce sourceBy xydox in Trade Accounts/Keys/Items
    2Last post 19y ago

Tags for this Thread

None