Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[v176] Client + Bypass

Newbie Spellweaver
Joined
Jun 18, 2014
Messages
47
Reaction score
1
The localhost setup has everything needed to connect locally. The MapleStory.exe in the folder is the unpacked version so you have to replace it.

Localhost setup:






If you want people to connect remotely change the IP ( and name if you want ) in MoonLight.cpp in the DLL source:

Code:
const char* moonlightWindowName = "MoonLight";
const char* moonlightRedirectIP = [B]"127.0.0.1"[/B];

Source (DLL):


Source(Client/Injector):



This might work for other versions but I made it to help people create servers based on Swordie's 176.

Swordie Discord:


Swordie 176 Source:




Here's how to set this up for any possible configuration you need.



credits for usage guide go to g1
credits go to everyone on the swordie discord who helped & the creator of GK's bypass.
someone have this Localhost setup for me to downlaod, this link is offline!
 
Back
Top