Thread: Change the way how you add your background to clientside

Results 1 to 5 of 5
  1. #1 Change the way how you add your background to clientside 
    Registered Member supra s's Avatar
    Join Date
    Nov 2007
    Posts
    278
    Thanks given
    0
    Thanks received
    1
    Rep Power
    65
    When i was trying to get rid of my ugly Runscape logo i found somting look to pics ->

    normal when you want to add a background you need to do it like this :


    But i found the way to do it like everyone want to do it :


    kk now you want to know what did i do ?
    Go to Client file

    search for : public final void method56(int i)

    now you need to find this whole block end qoute it out or delete it :

    Code:
            aClass15_1110.method237(0);
            class30_sub2_sub1_sub1.method346(382, 0, -32357);
            aClass15_1111.method237(0);
            class30_sub2_sub1_sub1.method346(-255, 0, -32357);
            aClass15_1107.method237(0);
            class30_sub2_sub1_sub1.method346(254, 0, -32357);
            aClass15_1108.method237(0);
            class30_sub2_sub1_sub1.method346(180, -371, -32357);
            aClass15_1109.method237(0);
            class30_sub2_sub1_sub1.method346(180, -171, -32357);
            aClass15_1112.method237(0);
            class30_sub2_sub1_sub1.method346(382, -265, -32357);
            aClass15_1113.method237(0);
            class30_sub2_sub1_sub1.method346(-180, -265, -32357);
            aClass15_1114.method237(0);
            class30_sub2_sub1_sub1.method346(254, -171, -32357);
            aClass15_1115.method237(0);
            if(i != 0)
            {
                return;
    
            } else
            {
                class30_sub2_sub1_sub1.method346(-180, -171, -32357);
                class30_sub2_sub1_sub1 = new Class30_Sub2_Sub1_Sub1(aClass44_1053, "logo", 0);
                aClass15_1107.method237(0);
                class30_sub2_sub1_sub1.method348(382 - class30_sub2_sub1_sub1.anInt1440 / 2 - 128, 16083, 18);
                class30_sub2_sub1_sub1 = null;
                Object obj = null;
                Object obj1 = null;
                System.gc();
                return;
            }
        }
    now you whil have this left :
    Code:
        public final void method56(int i)
        {
            byte abyte0[] = aClass44_1053.method571("title.dat", null);
            Class30_Sub2_Sub1_Sub1 class30_sub2_sub1_sub1 = new Class30_Sub2_Sub1_Sub1(abyte0, this);
            aClass15_1110.method237(0);
            class30_sub2_sub1_sub1.method346(0, 0, -32357);
            aClass15_1111.method237(0);
            class30_sub2_sub1_sub1.method346(-637, 0, -32357);
            aClass15_1107.method237(0);
            class30_sub2_sub1_sub1.method346(-128, 0, -32357);
            aClass15_1108.method237(0);
            class30_sub2_sub1_sub1.method346(-202, -371, -32357);
            aClass15_1109.method237(0);
            class30_sub2_sub1_sub1.method346(-202, -171, -32357);
            aClass15_1112.method237(0);
            class30_sub2_sub1_sub1.method346(0, -265, -32357);
            aClass15_1113.method237(0);
            class30_sub2_sub1_sub1.method346(-562, -265, -32357);
            aClass15_1114.method237(0);
            class30_sub2_sub1_sub1.method346(-128, -171, -32357);
            aClass15_1115.method237(0);
            class30_sub2_sub1_sub1.method346(-562, -171, -32357);
            int ai[] = new int[class30_sub2_sub1_sub1.anInt1440];
            for(int j = 0; j < class30_sub2_sub1_sub1.anInt1441; j++)
            {
                for(int k = 0; k < class30_sub2_sub1_sub1.anInt1440; k++)
                    ai[k] = class30_sub2_sub1_sub1.anIntArray1439[(class30_sub2_sub1_sub1.anInt1440 - k - 1) + class30_sub2_sub1_sub1.anInt1440 * j];
    
                for(int l = 0; l < class30_sub2_sub1_sub1.anInt1440; l++)
                    class30_sub2_sub1_sub1.anIntArray1439[l + class30_sub2_sub1_sub1.anInt1440 * j] = ai[l];
    
            }
    add 1 extra } below it other while you will get a error

    100% by my brains end by my lucky life
    Reply With Quote  
     

  2. #2  
    Registered Member
    Shamon King's Avatar
    Join Date
    Aug 2007
    Posts
    3,336
    Thanks given
    90
    Thanks received
    228
    Rep Power
    1363
    already knew this cus i did it on accedent trying to get rid of the logo lol but good job good for the noobys
    Reply With Quote  
     

  3. #3  
    1-DUB
    Guest
    thank you. lol this will help save a few seconds rep+
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Oct 2008
    Posts
    395
    Thanks given
    22
    Thanks received
    9
    Rep Power
    0
    Thank you sooo muchhh i rep u
    Reply With Quote  
     

  5. #5  
    Donator

    Sir Lethal's Avatar
    Join Date
    Mar 2008
    Posts
    2,286
    Thanks given
    9
    Thanks received
    74
    Rep Power
    426
    Thanks for this.
    [Only registered and activated users can see links. ]
    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

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