[v8X+] LocalMS Client Source

Re: LocalMS Client Source

Ok to make things clear...
Once the client is started the tool sends your username and password like real client did before. After that, it auto skips the login page (using Simon's source) and you get e.g. till character select. Now here comes the tricky part: the SERVER_IP packet has to contain Nexon's IP as an array, while your IP inside of the server config is your real WAN IP. To get rid of the accountcheck, just go to the loginbutton code and remove everything that calls AccountCheck (so assign username, pass to program.cs and then launch maple basically)
Also, remember that this does not work running the client on localhost, the server has to be on another computer / LAN / WAN ip.

Hope this solves most of your problems.
 
Re: LocalMS Client Source

I'm getting this error after getting in to maplestory.
How do I fix this?

Listening on port 8484
IoSession with /63.251.217.3:2471 opened.
Yeah, ClientStartHandler accessed.
 
Re: LocalMS Client Source

That's not an error, it's a "System.out.println".
 
Re: LocalMS Client Source

Luckily the majority of this community isn't capable of logical thinking and is too retarded to actually read the useful information posted above. Instead they spam-click the first download link and think things will work out if they just double-click a file.
OTHERWISE, there would be OVER 9000! private servers with this source.
 
Re: LocalMS Client Source

How do I fix that?

You could just comment it (ClientStartHandler.java),

PHP:
System.out.println("Yeah, ClientStartHandler accessed.");

to

PHP:
//System.out.println("Yeah, ClientStartHandler accessed.");

I don't recommend it but whatever...
 
Re: LocalMS Client Source

You could just comment it (ClientStartHandler.java),

PHP:
System.out.println("Yeah, ClientStartHandler accessed.");

to

PHP:
//System.out.println("Yeah, ClientStartHandler accessed.");

I don't recommend it but whatever...

The client closes immediately once I selected the channel,
and that error I quoted to you was what being shown in the channel.bat.

What is the cause of this?
 
Re: LocalMS Client Source

Just....take a look in "ClientStartHandler". It's pretty much self-explanatory.
 
Re: LocalMS Client Source

Can't change Simon to anything else?
Like user-defined whichever account was logged
 
Last edited:
Re: LocalMS Client Source

i can't login with another account. what should i do??
i use another computer to connect but after char selection it dc.
 
Re: LocalMS Client Source

Ok... I can get my client to work and everything but how can i change the CLient name from
LocalMS v88.2 to ?????? v88

When I try i does crap...

can any1 pm a tut.. or just edit then send me a link...

ALso which folder is actual client in, There is multiple..

Any1 just PM a file with everything edited or PM the Tut sort of thing..
 
Re: LocalMS Client Source

Ive disabled IP Checks function. However when I select channel it closes. Any solutions for this?
 
Back