Thread: Connecting Project Insanity Client To Hyperion

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1 Connecting Project Insanity Client To Hyperion 
    Registered Member `Eco's Avatar
    Join Date
    Oct 2010
    Posts
    162
    Thanks given
    12
    Thanks received
    3
    Rep Power
    2
    How do I connect a blank Project Insanity client to a Hyperion based source?

    I get "No response from server. Please try using a different world."

    The client console doesn't yield anything useful except for the response ID sent from the server.
    Reply With Quote  
     

  2. #2  
    Donator

    Arithium's Avatar
    Join Date
    May 2010
    Age
    31
    Posts
    4,721
    Thanks given
    199
    Thanks received
    1,256
    Rep Power
    1114
    edit the npc bit type server side from 12 to 14 in the npc updating task (if u have higher revision npcs), add a new byte under the headicon byte with a value of -1 in player updating task.
    Reply With Quote  
     

  3. #3  
    Ain't Messin' Around - Gary Clark Jr.

    Wolfs Darker's Avatar
    Join Date
    Jul 2012
    Posts
    1,530
    Thanks given
    598
    Thanks received
    464
    Rep Power
    252
    Damn i didnt knew we had a project insanity client.
    Attached image
    Reply With Quote  
     

  4. Thankful users:


  5. #4  
    Banned

    Join Date
    May 2011
    Posts
    1,773
    Thanks given
    854
    Thanks received
    853
    Rep Power
    0
    Disable RSA server sided.

    RS2LoginDecoder
    Reply With Quote  
     

  6. #5  
    Registered Member `Eco's Avatar
    Join Date
    Oct 2010
    Posts
    162
    Thanks given
    12
    Thanks received
    3
    Rep Power
    2
    Quote Originally Posted by Poesy700 View Post
    Disable RSA server sided.

    RS2LoginDecoder
    Would I remove all code inside doDecode? I did that and my client hangs on connecting, then says error connecting to server. It did fix the "no response" though.
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Nov 2013
    Posts
    170
    Thanks given
    67
    Thanks received
    33
    Rep Power
    0
    Quote Originally Posted by `Eco View Post
    Would I remove all code inside doDecode? I did that and my client hangs on connecting, then says error connecting to server. It did fix the "no response" though.

    lol nab!

    ive done it before i can quickly do it over teamviewer if you want, my skype is jiggly_
    Reply With Quote  
     

  8. #7  
    Registered Member `Eco's Avatar
    Join Date
    Oct 2010
    Posts
    162
    Thanks given
    12
    Thanks received
    3
    Rep Power
    2
    Quote Originally Posted by Randy View Post
    lol nab!

    ive done it before i can quickly do it over teamviewer if you want, my skype is jiggly_
    I just sent you a Skype request.
    Reply With Quote  
     

  9. #8  
    Banned

    Join Date
    May 2011
    Posts
    1,773
    Thanks given
    854
    Thanks received
    853
    Rep Power
    0
    Quote Originally Posted by `Eco View Post
    I just sent you a Skype request.
    Comment out these:

    Code:
    	//byte[] encryptionBytes = new byte[encryptSize];
    	//in.get(encryptionBytes);
    and put this under it:
    Code:
    				IoBuffer rsaBuffer = in;
    Reply With Quote  
     

  10. #9  
    Banned

    Join Date
    Nov 2013
    Posts
    170
    Thanks given
    67
    Thanks received
    33
    Rep Power
    0
    Quote Originally Posted by Poesy700 View Post
    Comment out these:

    Code:
    	//byte[] encryptionBytes = new byte[encryptSize];
    	//in.get(encryptionBytes);

    and put this under it:
    Code:
    				IoBuffer rsaBuffer = in;

    hes using hyperion 459 with a weird loginDecoder :/
    Reply With Quote  
     

  11. #10  
    Banned

    Join Date
    Dec 2011
    Posts
    967
    Thanks given
    234
    Thanks received
    208
    Rep Power
    0
    Quote Originally Posted by Randy View Post
    hes using hyperion 459 with a weird loginDecoder :/
    459 essentially won't connect to a 317 client, unless you modify a lot of the received and sent packets.
    Reply With Quote  
     

  12. Thankful user:


Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 9
    Last Post: 02-18-2016, 07:34 PM
  2. Replies: 318
    Last Post: 01-10-2016, 11:08 PM
  3. Replies: 12
    Last Post: 04-28-2013, 01:56 PM
  4. project insanity client download.
    By hontiris1 in forum Requests
    Replies: 7
    Last Post: 08-01-2011, 05:40 PM
  5. Replies: 3
    Last Post: 06-01-2010, 12:23 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •