Thread: Pressing enter to login when on password Entry

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 Pressing enter to login when on password Entry 
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    27
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Simple, but cool.

    Credits: Me
    Infomation:Well its basicly to add when you press enter when on the password Entry, it will log you in, Like on RuneScape.
    Client Type: Non-renamed
    Requirements: Maybe a little Java Experience.
    Base: Pablo's 317 Deob

    Step 1:
    Open client.java, Search for:

    Code:
    public final void method140(boolean flag)
    Step 2:
    now Find:
    Code:
    if(anInt1216 == 1)
    Yours will prob look like this:
    Code:
    if(anInt1216 == 1)
                        {
                            if(l1 == 8 && aString1174.length() > 0)
                                aString1174 = aString1174.substring(0, aString1174.length() - 1);
                           if(l1 == 9 || l1 == 10 || l1 == 13){
                               anInt1216 = 2;
    					}
                            if(flag1)
                                aString1174 += (char)l1;
                            if(aString1174.length() > 20)
                                aString1174 = aString1174.substring(0, 20);
                        }
    Step 3:
    change it to:
    Code:
    if(anInt1216 == 1)
                        {
                            if(l1 == 8 && aString1174.length() > 0)
                                aString1174 = aString1174.substring(0, aString1174.length() - 1);
                           if(l1 == 9 || l1 == 10 || l1 == 13){
                               // anInt1216 = 2;
    					anInt1038 = 0;
                        method84(aString1173, aString1174, false);
    					}
                            if(flag1)
                                aString1174 += (char)l1;
                            if(aString1174.length() > 20)
                                aString1174 = aString1174.substring(0, 20);
                        }
    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------

    Step 1:
    If you want it to be so when you press enter on server instead, use this:.
    Find:
    Code:
    if(anInt1216 == 2)
    Step 2:
    Code:
    add under:
    anInt1038 = 0;
                        method84(aString1173, aString1174, false);
    Reply With Quote  
     

  2. #2  
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,556
    Thanks given
    183
    Thanks received
    198
    Rep Power
    561
    looking good
    Reply With Quote  
     

  3. #3  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    27
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Quote Originally Posted by dust r i p View Post
    looking good
    Thanks, Post if you have any problems.
    Reply With Quote  
     

  4. #4  
    Community Veteran

    Dust R I P's Avatar
    Join Date
    Jan 2008
    Posts
    2,556
    Thanks given
    183
    Thanks received
    198
    Rep Power
    561
    it works fine no errors
    Reply With Quote  
     

  5. #5  
    Brown
    Guest
    Good job sir
    Reply With Quote  
     

  6. #6  
    Registered Member
    ViperSniper's Avatar
    Join Date
    Apr 2007
    Age
    27
    Posts
    2,417
    Thanks given
    367
    Thanks received
    82
    Rep Power
    976
    Glad you like and posted, pretty pissed about 3 comments and 44 views but thats life.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Sep 2007
    Posts
    1,838
    Thanks given
    22
    Thanks received
    21
    Rep Power
    0
    Wow, this is actually sweet
    Reply With Quote  
     

  8. #8  
    ( ͡° ͜ʖ ͡°)
    Edgeville's Avatar
    Join Date
    Nov 2007
    Posts
    2,455
    Thanks given
    80
    Thanks received
    428
    Rep Power
    2589
    Awsome Thank you, Repped

    Reply With Quote  
     

  9. #9  
    Registered Member samy's Avatar
    Join Date
    Sep 2006
    Age
    29
    Posts
    133
    Thanks given
    0
    Thanks received
    1
    Rep Power
    30
    Nice job, good to see some people still focus on the details. =P
    Reply With Quote  
     

  10. #10  
    Dutch Knight
    Explorz's Avatar
    Join Date
    Feb 2008
    Age
    27
    Posts
    519
    Thanks given
    10
    Thanks received
    6
    Rep Power
    90
    Gj works fine
    Reply With Quote  
     

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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •