Thread: Adding More Title Screens!

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Adding More Title Screens! (For Both Non-Renamed and Renamed Clients!) 
    Member
    Join Date
    Nov 2007
    Posts
    291
    Thanks given
    5
    Thanks received
    7
    Rep Power
    0
    Adding More Title Screens!

    Purpose: Add More Title Screens

    Difficulty: 1/10

    Assumed Knowledge: Copy and Paste, and how to use Find

    Classes Modified: Client.java

    Procedure
    Step 1: First off Open up client.java and search for

    (NON RENAMED CLIENTS!)
    Code:
            if(anInt833 == 3)
            {
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffff00, c / 2, anInt939, "Create a free account", c1 / 2 - 60, true);
                int k = c1 / 2 - 35;
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, c / 2, anInt939, "To create a new account you need to", k, true);
                k += 15;
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, c / 2, anInt939, "go back to the main RuneScape webpage", k, true);
                k += 15;
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, c / 2, anInt939, "and choose the red 'create account'", k, true);
                k += 15;
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, c / 2, anInt939, "button at the top right of that page.", k, true);
                k += 15;
                int j1 = c / 2;
                int i2 = c1 / 2 + 50;
                aClass30_Sub2_Sub1_Sub2_967.method361(j1 - 73, 16083, i2 - 20);
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, j1, anInt939, "Cancel", i2 + 5, true);
            }
    (RENAMED CLIENTS)
    Code:
            if(loginScreenState == 4)
            {
                            chatTextDrawingArea.method382(0xffff00, c / 2, "Text Here (Title)", c1 / 2 - 60, true);
                int k = c1 / 2 - 35;
                chatTextDrawingArea.method382(0xffffff, c / 2, "Create a free account", k, true);
                k += 15;
                chatTextDrawingArea.method382(0xffffff, c / 2, "To create a new account you need to", k, true);
                k += 15;
                chatTextDrawingArea.method382(0xffffff, c / 2, "go back to the main RuneScape webpage", k, true);
                k += 15;
                chatTextDrawingArea.method382(0xffffff, c / 2, "and choose the red 'create account'", k, true);
                k += 15;
                chatTextDrawingArea.method382(0xffffff, c / 2, "button at the top right of that page.", k, true);
                k += 15;
                int j1 = c / 2;
                int i2 = c1 / 2 + 50;
                aBackground_967.method361(j1 - 73, i2 - 20);
                chatTextDrawingArea.method382(0xffffff, j1, "Cancel", i2 + 5, true);
            }
    After that add
    (NON RENAMED CLIENTS)
    Code:
            if(anInt833 == 4)
            {
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffff00, c / 2, anInt939, "Text Here!(Title)", c1 / 2 - 60, true);
                int k = c1 / 2 - 35;
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, c / 2, anInt939, "Text Here!(Line 1)", k, true);
                k += 15;
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, c / 2, anInt939, "Text Here!(Line 2)", k, true);
                k += 15;
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, c / 2, anInt939, "Text Here!(Line 3)", k, true);
                k += 15;
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, c / 2, anInt939, "Text Here!(Line 4)", k, true);
                k += 15;
                int j1 = c / 2;
                int i2 = c1 / 2 + 50;
                aClass30_Sub2_Sub1_Sub2_967.method361(j1 - 73, 16083, i2 - 20);
                aClass30_Sub2_Sub1_Sub4_1272.method382(0xffffff, j1, anInt939, "Cancel", i2 + 5, true);
            }
    (RENAMED CLIENTS)
    Code:
            if(loginScreenState == 4)
            {
                            chatTextDrawingArea.method382(0xffff00, c / 2, "Text Here (Title)", c1 / 2 - 60, true);
                int k = c1 / 2 - 35;
                chatTextDrawingArea.method382(0xffffff, c / 2, "Text Here (Line 1)", k, true);
                k += 15;
                chatTextDrawingArea.method382(0xffffff, c / 2, "Text Here (Line 2)", k, true);
                k += 15;
                chatTextDrawingArea.method382(0xffffff, c / 2, "Text Here (Line 3)", k, true);
                k += 15;
                chatTextDrawingArea.method382(0xffffff, c / 2, "Text Here (Line 4)", k, true);
                k += 15;
                chatTextDrawingArea.method382(0xffffff, c / 2, "Text Here (Line 5)", k, true);
                k += 15;
                int j1 = c / 2;
                int i2 = c1 / 2 + 50;
                aBackground_967.method361(j1 - 73, i2 - 20);
                chatTextDrawingArea.method382(0xffffff, j1, "Cancel", i2 + 5, true);
            }

    Step 2: Search in client.java for

    Code:
                if(anInt833 == 3){
                    int k = super.anInt10 / 2;
                    int j1 = super.anInt11 / 2 + 50;
                    j1 += 20;
                    if(super.anInt26 == 1 && super.anInt27 >= k - 75 && super.anInt27 <= k + 75 && super.anInt28 >= j1 - 20 &&
                       super.anInt28 <= j1 + 20)
                        anInt833 = 0;
                }
    After that add
    (NON RENAMED CLIENTS)
    Code:
                }else{
                if(anInt833 == 4){
                    int k = super.anInt10 / 2;
                    int j1 = super.anInt11 / 2 + 50;
                    j1 += 20;
                    if(super.anInt26 == 1 && super.anInt27 >= k - 75 && super.anInt27 <= k + 75 && super.anInt28 >= j1 - 20 &&
                       super.anInt28 <= j1 + 20)
                        anInt833 = 0;
                }
    (RENAMED CLIENTS)
    Code:
                }else{
                if(loginScreenState == 4)
                {
                    int k = super.myWidth / 2;
                    int j1 = super.myHeight / 2 + 50;
                    j1 += 20;
                    if(super.clickMode3 == 1 && super.saveClickX >= k - 75 && super.saveClickX <= k + 75 && super.saveClickY >= j1 - 20 && super.saveClickY <= j1 + 20)
                        loginScreenState = 0;
                }
    (You may need to add another
    Code:
    }
    at the end of that code)


    Credits: Jagex Ltd. and Me (Mime/Jon)

    Lol 62 Views no posts....Wow
    Last edited by Mime; 01-10-2008 at 08:49 PM. Reason: Double posting is not allowed!
     

  2. #2  
    Adding More Title Screens!



    Scu11's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    16,307
    Thanks given
    7,215
    Thanks received
    12,308
    Rep Power
    5000
    Pic plz but seems like a good job

    Attached image
     

  3. #3  
    Registered Member
    Alex's Avatar
    Join Date
    Apr 2007
    Posts
    1,658
    Thanks given
    0
    Thanks received
    0
    Rep Power
    284
    Its O.K,
    You just changed 1 number lol,
    but anyway I guess good job
    Keep up the good work..?
    Your password is 354 days old, and has therefore expired.


    Fail
     

  4. #4  
    Banned

    Join Date
    Sep 2006
    Posts
    1,258
    Thanks given
    17
    Thanks received
    14
    Rep Power
    0
    Any pics?.....
     

  5. #5  
    Member
    Join Date
    Nov 2007
    Posts
    291
    Thanks given
    5
    Thanks received
    7
    Rep Power
    0
    lol its not much and for pictures all it is, is making the "New User" have more title screens like instead of "Cancel" its "Next Page" etc etc
     

  6. #6  
    Registered Member
    Join Date
    Nov 2006
    Posts
    222
    Thanks given
    0
    Thanks received
    0
    Rep Power
    5
    this seems pretty nice,i may use it
     

  7. #7  
    Il Gr0zny Il
    Guest
    Looks nice for me , got some pics?
     

  8. #8  
    Hippy
    Guest
    no idea what this does lol.
     

  9. #9  
    newservermaker
    Guest
    Quote Originally Posted by Hippy View Post
    no idea what this does lol.
    this makes it so if you hit the New Account button thing you can add another button for more menus to look at, usefull for listing more information
     

  10. #10  
    Member
    Join Date
    Nov 2007
    Posts
    291
    Thanks given
    5
    Thanks received
    7
    Rep Power
    0
    Quote Originally Posted by newservermaker View Post
    this makes it so if you hit the New Account button thing you can add another button for more menus to look at, usefull for listing more information
    exactly what i've been trying to say lol
     

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
  •