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!

[Release] S16 MuDevs files

Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
if you dont have it! this is it! make your hand fast before the owner of this link, remove the file and make mirror for other! good luck!!!!

files from: MuDevs

Server


Client


Vidtut
 
Last edited by a moderator:
Voyager of Time and Space
Joined
Sep 27, 2008
Messages
598
Reaction score
159
Re: S16 MuDevs files

Isn't this already public? the public version was also full of viruses, or false positives they call it, I still wouldn't trust it regardless.
 
Elite Diviner
Joined
May 25, 2020
Messages
498
Reaction score
227
Re: S16 MuDevs files

if you dont have it! this is it! make your hand fast before the owner of this link, remove the file and make mirror for other! good luck!!!!

files from: MuDevs

This is s16ep0 ? :D or what ? if only s16 that was already share long long time ago ...
 
Coxiez
Banned
Joined
Aug 31, 2006
Messages
859
Reaction score
67
Re: S16 MuDevs files

there is s16ep2 not sure if there already fix some issue? of that ep2 im just watching what are they doing, im enjoying playing Downgrade server to s6 ^_^
 
Junior Spellweaver
Joined
Aug 27, 2008
Messages
183
Reaction score
133
Re: S16 MuDevs files

Some research from main.dll ^.^

Code:
BYTE GG_HOOK1[] = { 0xE9, 0x88, 0x00, 0x00, 0x00, 0xEB };
Utilits.SetBuffer((LPVOID)0x00501FB6, GG_HOOK1, sizeof(GG_HOOK1));

BYTE RG_HOOK1[] = { 0xE9, 0x95, 0x00, 0x00, 0x00 };
Utilits.SetBuffer((LPVOID)0x00D3E6CD, RG_HOOK1, sizeof(RG_HOOK1));

Utilits.SetByte(0x00E1F0D7, 0xEB); //RG
Utilits.SetByte(0x00E1F210, 0xEB); //RG
Utilits.SetByte(0x00501F73, 0x75); //GG
Utilits.SetByte(0x00501F73, 0x75); //GG
Utilits.SetByte(0x00506B93, 0xEB); //GG?

Utilits.SetRange((LPVOID)0x00F74BF0, 32, ASM::NOP); //MuError.log encryption

//From the main.dll
Utilits.SetOp((LPVOID)0x00F9D580, (int)sub_69D45BA0,ASM::JMP); // ResourceGuard Funtion sub_69D45BA0-> return 0; function

//My solution:
Utilits.SetRange((PVOID)0x0050868C, 5, ASM::NOP);	//-> Disable ResourceGuard Call
Utilits.SetRange((PVOID)0x00D3E69E, 5, ASM::NOP);	//-> Disable ResourceGuard Call
Utilits.SetRange((PVOID)0x00E1F0AC, 5, ASM::NOP);	//-> Disable ResourceGuard Call
Utilits.SetRange((PVOID)0x00E1F1E5, 5, ASM::NOP);	//-> Disable ResourceGuard Call	

//From the main.dll
Utilits.SetOp((LPVOID)0x00587C1A, (int)sub_69D45BB0,ASM::JMP); // ???? Call sub_69D45BB0 -> return 1; function


IP:0x0183B9D8 -> "connect.muonline.co.kr"
Port: 0x0183B9DC ->  HEX: 0AD75 = 44405
Version: 0x01845EA8 -> 1.19.48 - 23<8=
Serial: 0x01845EB0 ->  21Rxoph0rV1P4fWE

Utilits.SetOp((LPVOID)0x00D76110, (LPVOID)ProtocolCore, ASM::NONE); //Protocolcore

//Maybe protection moved functions offsets (Not full)
Start: 0162E5D0
End: 0162E5D0

Start: 0162E9B0
End: 0162E9EC

Start: 0162EA90
End: 0162EACC

Start: 0162EC20
End: 0162EC68

Start: 0162F158
End: 0162F1A0

Start: 0162FAE8
End: 0162FB30

Start: 0162FBA8
End: 0162FBE4

Start: 01630238
End: 01630274

Start: 016304A8
End: 016304E4

Start: 016305A0
End: 016305DC

Start: 01630650
End: 0163068C
 
Last edited:
Initiate Mage
Joined
Jun 20, 2016
Messages
51
Reaction score
41
Re: S16 MuDevs files

Isn't this already public? the public version was also full of viruses, or false positives they call it, I still wouldn't trust it regardless.

I'm going to steal all your information and bank accounts muahahahaha

pd:I'm going to say it one last time, the files don't have anything strange, only protection systems against people who don't have the capacity to carry out a development by themselves;)
 
Voyager of Time and Space
Joined
Sep 27, 2008
Messages
598
Reaction score
159
Re: S16 MuDevs files

I'm going to steal all your information and bank accounts muahahahaha

pd:I'm going to say it one last time, the files don't have anything strange, only protection systems against people who don't have the capacity to carry out a development by themselves;)

Well, hopefully that's the case haha, I'm just paranoid with public files since there's always a chance for it to be filled with like actual viruses, like a certain release in the past- it doesn't even have to be from you, OP "could have" repacked it but accidentally put something with it.
 
Back
Top