Re: packet getserverip v142?
This is probably the same, just different opcode.
Re: packet getserverip v142?
I have the problem that I can not play, do not know if this Redirector failing and put the ip of the vps
This controls the operation code nexon ip 8.31.99.141
http://sia1.subirimagenes.net/img/20...0530544907.png
Re: packet getserverip v142?
Quote:
Originally Posted by
mixtamal6
If you send 8.31.99.141 in the Server IP packet - make sure your redirector actually redirects it (try with netsh command first).
Re: packet getserverip v142?
this is key v142.2? byte static [] = new byte USERKEY [] {(byte) 0x6D, 0x00, 0x00, 0x00, (byte) 0x23, 0x00, 0x00, 0x00, (byte) 0x13, 0x00, 0x00 , 0x00, (byte) 0xE9, 0x00, 0x00, 0x00, (byte) 0xEE son, 0x00, 0x00, 0x00, (byte) 0x27, 0x00, 0x00, 0x00, (byte) 0xA8, 0x00, 0x00, 0x00, (byte) 0xCF, 0x00, 0x00, 0x00};
Re: packet getserverip v142?
Quote:
Originally Posted by
mixtamal6
this is key v142.2? byte static [] = new byte USERKEY [] {(byte) 0x6D, 0x00, 0x00, 0x00, (byte) 0x23, 0x00, 0x00, 0x00, (byte) 0x13, 0x00, 0x00 , 0x00, (byte) 0xE9, 0x00, 0x00, 0x00, (byte) 0xEE son, 0x00, 0x00, 0x00, (byte) 0x27, 0x00, 0x00, 0x00, (byte) 0xA8, 0x00, 0x00, 0x00, (byte) 0xCF, 0x00, 0x00, 0x00};
It has nothing to do with the AES's key. Are you even listening to me? Make sure you're redirecting Nexon's login IP (8.31.99.141).
Re: packet getserverip v142?
ok, where in the search redirector, routeip in?
private void routeIP()
{
Process p = new Process();
p.StartInfo.FileName = "netsh.exe";
p.StartInfo.Arguments = "int ip add addr 1 address=8.31.99.141 mask=255.255.255.0 st=ac";//8.31.99.141
p.StartInfo.UseShellExecute = false;
p.StartInfo.CreateNoWindow = true;
p.Start();
}
- - - Updated - - -
bump..
- - - Updated - - -
ready, the packet sent to server ip is correct and if it contains Nexon's login IP (8.31.99.141).
- - - Updated - - -
ohh yeahh thks! solved thanks sr fraysa :D