Thread: [667] Trying to connect a deob to the server

Results 1 to 7 of 7
  1. #1 [667] Trying to connect a deob to the server 
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Now my problem is the client stays at 1%, I've disabled the RSA & isaac like on the other 667's client so I don't know what to do to make it connect.

    I also changed this:

    Deob:
    Code:
    if ((bs_1_.length ^ 0xffffffff) != 66) {
    			throw new RuntimeException();
    		}
    To 65 since it's 65 in the other 667's clients:
    Code:
    if ((bs_1_.length ^ 0xffffffff) != 65) {
    			throw new RuntimeException();
    		}
    If you want to check by yourself, the deob I worked on: https://www.dropbox.com/s/3zqyb6180c...20deob.7z?dl=0

    Feather Client (Matrix): https://www.dropbox.com/s/029sbxjll3...Client.7z?dl=0
    Reply With Quote  
     

  2. #2  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Try:

    Code:
    buffer.method2179(667, 0);
    buffer.method2179(RS2Loader.MINOR_BUILD, 0);
    ?
    Project thread
    Reply With Quote  
     

  3. #3  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Quote Originally Posted by clem585 View Post
    Try:

    Code:
    buffer.method2179(667, 0);
    buffer.method2179(RS2Loader.MINOR_BUILD, 0);
    ?
    Attached image

    It requires the "(byte)" before.

    Tried this also: "buffer.method2179((byte) RS2Loader.MINOR_BUILD, 0);", same error.
    Reply With Quote  
     

  4. #4  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Stimulant View Post
    Attached image

    It requires the "(byte)" before.

    Tried this also: "buffer.method2179((byte) RS2Loader.MINOR_BUILD, 0);", same error.
    Oh I'm pretty sure it's just the wrong method then. It's supose to be a writeInt but that seems to be the writeByte.
    Project thread
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Feb 2010
    Posts
    715
    Thanks given
    133
    Thanks received
    378
    Rep Power
    550
    -5 is simply a dummy parameter added by obfuscator

    If you are adding it to make it compatible with some server, 2 lines before this it allocates a buffer of size 5, you are trying to write 9 bytes to it.
    You also need to change the size of the write on the next line to 9 bytes instead of 5
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Quote Originally Posted by Vincent View Post
    -5 is simply a dummy parameter added by obfuscator

    If you are adding it to make it compatible with some server, 2 lines before this it allocates a buffer of size 5, you are trying to write 9 bytes to it.
    You also need to change the size of the write on the next line to 9 bytes instead of 5
    Thanks, it stopped crashing, now the client just stays at 1% without any errors, gonna need to find whats the problem
    Reply With Quote  
     

  8. #7  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Updated the post.
    Reply With Quote  
     


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: 61
    Last Post: 04-27-2017, 05:46 AM
  2. How to get a deob to connect to riotscape.
    By Hooligan in forum Help
    Replies: 0
    Last Post: 12-19-2009, 03:07 PM
  3. Connecting 317 deob to Delta
    By Kenneh in forum Help
    Replies: 8
    Last Post: 12-14-2009, 07:52 AM
  4. Replies: 18
    Last Post: 01-23-2009, 03:50 AM
  5. Replies: 10
    Last Post: 07-02-2008, 10:35 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •