2013-01-31, 09:14 PM
Spadow Wrote:![]()
It seems like yours were taken from a JMS client or something. Notice how the numbers look differently?
The image above is from KMS.
You are partially correct. I play every single version of MS and really can't be bothered to change locale and restart my computer every time I want to hop onto a different version of MS. Therefore I do a very simple reroute of GetSystemDefaultLangID/ GetACP and a fairly complex reroute of WideCharToMultiByte. I currently run on japanese locale which is why my screenshot looks different
Eos Wrote:Because he admitted to pulling the numbers out of his ass and expects a trophy and recognition for it.
What I said is true. I don't own Nexon's source code but I do have my own simple C# source which I occasionally update to look at interesting things on KMS.
Here is my "proof" http://pastebin.com/LnW3YysB. It's a very basic server which will jump the character straight in game from the login screen and then sends packets to level you up from 200 to 250 by pressing any key in the console to level up. To avoid any code bloat there is no encryption and all of the packets are pre-made based on that specific encryption key (send/ recv of 0 in this case).
To use this you need to loopback Nexon's login IPs which range from 175.207.0.20 - 175.207.0.50. I'm sure there's someone here who knows how to do that to verify the EXP table.

