packet getserverip v142?

Results 1 to 7 of 7
  1. #1
    Grand Master mixtamal6 is offline
    Grand MasterRank
    Mar 2013 Join Date
    686Posts

    packet getserverip v142?

    hi could someone pass me the package serverip version of 142.2?
    please
    here an example of the version v146.1

    v146.1
    00 00 //short
    08 1F 63 AA // gms ip
    89 21 // port
    2B DD 48 00 //client id
    00 00 00 00 //int
    00 00 //short
    00 00 00 00 //int
    01 00 00 00 //int1
    01 // byte1


  2. #2
    I'm overrated. Fraysa is offline
    Grand MasterRank
    Apr 2008 Join Date
    4,889Posts

    Re: packet getserverip v142?

    This is probably the same, just different opcode.

  3. #3
    Grand Master mixtamal6 is offline
    Grand MasterRank
    Mar 2013 Join Date
    686Posts

    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



  4. #4
    I'm overrated. Fraysa is offline
    Grand MasterRank
    Apr 2008 Join Date
    4,889Posts

    Re: packet getserverip v142?

    Quote Originally Posted by mixtamal6 View Post
    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


    If you send 8.31.99.141 in the Server IP packet - make sure your redirector actually redirects it (try with netsh command first).

  5. #5
    Grand Master mixtamal6 is offline
    Grand MasterRank
    Mar 2013 Join Date
    686Posts

    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};
    Last edited by mixtamal6; 15-03-14 at 01:44 AM.

  6. #6
    I'm overrated. Fraysa is offline
    Grand MasterRank
    Apr 2008 Join Date
    4,889Posts

    Re: packet getserverip v142?

    Quote Originally Posted by mixtamal6 View Post
    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).

  7. #7
    Grand Master mixtamal6 is offline
    Grand MasterRank
    Mar 2013 Join Date
    686Posts

    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



Advertisement