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!

v140.1 WvsRedirector

Newbie Spellweaver
Joined
Jan 2, 2011
Messages
38
Reaction score
38
@LegitLisa

so this pretty much look like a LEN for v140 but only the fact that the LEN was able to remove hs,blackcipher and all other crc detections?

well I dont know what you meant by 40/60 but if you ask me this person looks like pretty knowledge about what he/she is doing I think if it was not wrong the LEN was actually made to sent plain user/password which is why it was broken in v115 which required a new LEN

well if this person can do it dynamically it would pretty much boost the servers which are stuck at v117... everyone here knows that vpn/loopback isnt that useful...

Not sure what you mean by doing it dynamically. The stuff I posted should work on all future versions of MS so no update would be required for 141+ unless Nexon patches it. I don't think the issue with LEN was user/pass because the login auth stuff has been around since v90 or even less. I think the issue was changes to VMed code and hackshield.

As long as the method I use doesn't get patched as a whole then the user/ pass should work perfectly like normal regardless of any updates/ patches. The only issue with what I've done is that I don't remove hackshield/ blackcipher which could be problematic if the method gets patched on future versions as hackshield will eventually stop working on older versions of MS.
 
Legendary Battlemage
Joined
Mar 21, 2013
Messages
665
Reaction score
90
#tooshort

Indepth:

Listens for connections on port 8484. Once a connection is accepted (the original MapleStory clienjt), connects to your server as if it were the original client (acts like a bridge). Data received by the client is sent to the server, and vice versa.
how can i decrypt the packet that send by WvsRedirector?
 
Newbie Spellweaver
Joined
Jun 14, 2013
Messages
71
Reaction score
0
so this thread is like a guide how i can make a launcher for v140.1 or what?? cuz thats what im looking for... and i've been searching alot-.. (well like change ip from another v140 servers launcher.)
 
Legendary Battlemage
Joined
Mar 21, 2013
Messages
665
Reaction score
90
Server does that for you, lol.
try to handle packet but all packet useless (header is too large), i think may be all we have wrong redirector
Code:
Received data : (Unhandled)
DC B3 20 52 C5 BB 2F
ܳ RŻ/
Received data : (Unhandled)
DD E4 29 AC 58 2C
Ýä)¬X,
Received data : (Unhandled)
62 2E
b.
Received data : (Unhandled)
9D 92 CB 67 78 47 9B
??ËgxG?
Received data : (Unhandled)
A1 C6 A6 15 0A BE 85 E9 52 9D DA 31 B6 CA 7F
¡Æ¦..¾?éR?Ú1¶Ê
Received data : (Unhandled)
F9 44 D8 8F A9 89 D0 A3 52 30 EF CD 92 29 16
ùDØ?©?УR0ïÍ?).
use with "admin","121212"
here, i'm sure that packet send by WvsRedirector are strange
 
Experienced Elementalist
Joined
Feb 10, 2008
Messages
249
Reaction score
161
If anyone can make one and connect it to akashispro.zapto.org please send me a skype request at Ninjaxmist. We are willing to purchase.We are in need of a re director.

Run it like WvsRedirector.exe akashispro.zapto.org 8484 and youre done o.o

Error start listening on port 8484
Something else is listening on that port. Check your login server port.

here, i'm sure that packet send by WvsRedirector are strange

Jeez its for v140.1 update your aes key dont give me any fuckery please



Also updated the link again im sorry i forgot to add the user/pass packet replacement @___@ duck me
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Mar 14, 2010
Messages
5,363
Reaction score
1,343
Anyone can post the encryption key for 140.1 source?

new byte[]{(byte) 0xCD, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x5C, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0xDC, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x98, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0xD8, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x1C, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x9A, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x47, (byte)0x00, (byte)0x00, (byte)0x00}, "AES")),
 
Newbie Spellweaver
Joined
Sep 26, 2011
Messages
29
Reaction score
5
new byte[]{(byte) 0xCD, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x5C, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0xDC, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x98, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0xD8, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x1C, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x9A, (byte)0x00, (byte)0x00, (byte)0x00, (byte) 0x47, (byte)0x00, (byte)0x00, (byte)0x00}, "AES")),
Where do i put this?
 
Newbie Spellweaver
Joined
Sep 26, 2011
Messages
29
Reaction score
5
Whereever your source's AES Encryption file is located.

This is how my current encryption looks like.
Its a bit different :) Do i have to change it to hex?

aeskeyhel - v140.1 WvsRedirector - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top