Thread: [PI] The Real way of getting Galkons client to connect to Project Insanity!

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1 [PI] The Real way of getting Galkons client to connect to Project Insanity! 
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Some of you may have already tried to Get Galkons client to connect to you PI server but only got as far as typing in your username and password but was thrown an error much similar to this:
    Code:
    Error: T1 - 123,0 - 36,36
    This is caused by Sanity's shitty crash-frame aimed at stopping cheat clients and would-be server developers, but don't worry, I'm going to change that all for you.


    Step 1 - In your server folder open up client.java and search for:
    Code:
    if (playerName.equalsIgnoreCase("Sanity")) {
    There you will see a method like this:
    Code:
    if (playerName.equalsIgnoreCase("Sanity")) {
    				getPA().sendCrashFrame();
    			}
    *This sends the crash packet to the cheat client if a cheat client has been detected from PlayerAssistant class.
    Step 2 - Remove that fully or just comment it out.

    Step 3 - In your server folder open up PlayerAssistant.java and search for:
    Code:
    public void sendCrashFrame() {
    There you will see a method like this:
    Code:
    public void sendCrashFrame() { // used for crashing cheat clients
    		synchronized(c) {
    			if(c.getOutStream() != null && c != null) {
    				c.getOutStream().createFrame(123);
    				c.flushOutStream();
    			}
    		}
    	}
    *This checks to see if the client connecting to the server is an unrecognised client (cheat client)
    Step 4 - Remove that fully or just comment it out.

    Step 5 - In your server folder open up Player.java and search for:
    Code:
    playerProps.writeByte(headIconPk);
    *Since Galkons Refactored client doesn't read this byte, we will comment it out, if not then our players will become invisible because the client doesn't know what to do with it.
    Step 6 - Comment out that line

    Step 7 - Do Galkons tutorial on loading head icons through the cache


    Save/Compile


    CREDITS
    Sanity - For PI Server Base
    Galkon - For Client Base
    T1GER - For showing me how to complete step 5 to 6
    Me - Figuring out the rest and making this tut
    Missed you out? Gimmie a VM
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    DystopiaPS

    Bells's Avatar
    Join Date
    Dec 2008
    Age
    27
    Posts
    3,788
    Thanks given
    600
    Thanks received
    1,449
    Rep Power
    4098
    Thanks.
    Reply With Quote  
     

  4. #3  
    ~! Legit ~!

    Join Date
    Nov 2010
    Posts
    1,973
    Thanks given
    183
    Thanks received
    211
    Rep Power
    237
    Nice tut bro repped
    [email protected]
    Spoiler for My Vouches:
    Quote Originally Posted by mattsforeal View Post
    I paid $5 went first, he fixed my problem and it worked. 100% legit would do it again.
    Quote Originally Posted by Mythic View Post
    Vouch for him, very smooth and fast trade, purchased his last 4m. Have fun with your new membership
    Quote Originally Posted by Harlan View Post
    Vouch, trustworthy guy.
    Quote Originally Posted by iPhisher™ View Post
    Vouch for Super-Man, he is a very legit and trustable guy.
    Reply With Quote  
     

  5. #4  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Cheers man

    When I can be fucked I'll explain what I did
    Reply With Quote  
     

  6. #5  
    Registered Member
    Join Date
    Aug 2011
    Posts
    45
    Thanks given
    0
    Thanks received
    1
    Rep Power
    9
    Thanks man. Repped.
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Quote Originally Posted by NeonProX View Post
    Thanks man. Repped.
    eh no problem dude, it fucked me over for years :\
    Reply With Quote  
     

  8. #7  
    Registered Member

    Join Date
    Mar 2010
    Age
    29
    Posts
    686
    Thanks given
    35
    Thanks received
    92
    Rep Power
    157
    I wouldn't suggest just looking up the 'Sanity' part, but more as the crash frame. Some PI-derived servers send the crash frame based on other things.
    Reply With Quote  
     

  9. #8  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Meh, I based this on the original PI server, some of the steps wont work if you are using a source that has modified head icons or diverted the crash packet in some other way.
    Reply With Quote  
     

  10. #9  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Updated the tutorial as promised, now people shouldn't be telling people false facts about PI's crash frame.
    Reply With Quote  
     

  11. #10  
    Super Donator

    Batukka's Avatar
    Join Date
    Oct 2011
    Posts
    2,433
    Thanks given
    86
    Thanks received
    342
    Rep Power
    496
    you forgot:

    Code:
    Error: T2 - 81,73,171 - 57,3087,3500 - -26,-47,-72,7,-1,16,-50,0,0,0,0,0,1,25,0,
    1,29,1,39,1,7,1,35,1,44,1,14,7,8,9,5,0,3,40,3,55,3,51,3,52,3,53,3,54,3,56,0,0,0,
    0,
    for this error fix lol this isn't headicons
    Reply With Quote  
     

Page 1 of 4 123 ... 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: 12
    Last Post: 05-20-2011, 02:16 PM
  2. Galkons client connect to PI
    By D Dox in forum Requests
    Replies: 1
    Last Post: 04-07-2011, 05:00 AM
  3. Replies: 5
    Last Post: 08-16-2010, 06:07 AM
  4. (Project insanity) Client Cmd)
    By PrataKosong in forum Help
    Replies: 7
    Last Post: 05-14-2010, 10:24 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
  •