Thread: Removing Runescape sign on client load [srcAllDummysRemoved]

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Removing Runescape sign on client load [srcAllDummysRemoved] 
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    Ok im Going to show you how to delete the logo by just commenting out TWO
    LINES!

    Step 1 and only:

    Find in Drawlogo method in client.java:

    Code:
    sprite = new Sprite(titleStreamLoader, "logo", 0);
    make that look like:
    Code:
    //sprite = new Sprite(titleStreamLoader, "logo", 0);
    still, 2 lines under that code is:

    Code:
    sprite.drawSprite(382 - sprite.myWidth / 2 - 128, 18);
    make that look like this:

    Code:
    //sprite.drawSprite(382 - sprite.myWidth / 2 - 128, 18);
    And your done!

    heres a pic:




    Sorry about the new background, I used the suite cache editor by tom
    IF YOU USE SUITE CACHE EDITOR TO REMOVE THE LOGO
    YOUR CLIENT WILL CORRUPT!
    Reply With Quote  
     

  2. #2  
    Client God

    Join Date
    Aug 2009
    Posts
    3,130
    Thanks given
    3
    Thanks received
    614
    Rep Power
    896
    ^You can remove it from the cache and be fine... I did.. I also do it with the titlebox buttons
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    Removing from the cache isn't recommended because it's trying to draw something that's not there. Also should be in snippets.
    Reply With Quote  
     

  4. #4  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    660
    Discord
    View profile
    Rep Power
    5000
    Quote Originally Posted by Demetri View Post
    Removing from the cache isn't recommended because it's trying to draw something that's not there. Also should be in snippets.
    I don't see why this is a snippet? A snippet is exactly what it says, a snippet with no guide on how to use it.

    Ontopic: Thanks this helped me slightly on 474 client.
    Reply With Quote  
     

  5. #5  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    thanks guys
    Reply With Quote  
     

  6. #6  
    なぜこのテキストは日本語で書かれている ?

    Kenneh's Avatar
    Join Date
    Dec 2009
    Age
    27
    Posts
    2,754
    Thanks given
    63
    Thanks received
    296
    Rep Power
    478
    Quote Originally Posted by Thrown View Post
    Ok im Going to show you how to delete the logo by just commenting out TWO
    LINES!

    Step 1 and only:

    Find in Drawlogo method in client.java:

    Code:
    sprite = new Sprite(titleStreamLoader, "logo", 0);
    make that look like:
    Code:
    //sprite = new Sprite(titleStreamLoader, "logo", 0);
    still, 2 lines under that code is:

    Code:
    sprite.drawSprite(382 - sprite.myWidth / 2 - 128, 18);
    make that look like this:

    Code:
    //sprite.drawSprite(382 - sprite.myWidth / 2 - 128, 18);
    And your done!

    heres a pic:




    Sorry about the new background, I used the suite cache editor by tom
    IF YOU USE SUITE CACHE EDITOR TO REMOVE THE LOGO
    YOUR CLIENT WILL CORRUPT!
    OORRRRRRR

    find this
    Code:
    sprite = new Sprite(titleStreamLoader, "logo", 0);
    and change the 0 to a 1..



    Reply With Quote  
     

  7. #7  
    Registered Member Fagex.'s Avatar
    Join Date
    May 2010
    Posts
    63
    Thanks given
    0
    Thanks received
    0
    Rep Power
    12
    OR: How do I get rid of background encryption/flipping now lol?
    Reply With Quote  
     

  8. #8  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    im trying to figure that 1 out now lol.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Nov 2009
    Posts
    72
    Thanks given
    4
    Thanks received
    2
    Rep Power
    51
    Quote Originally Posted by Kenneh View Post
    OORRRRRRR

    find this
    Code:
    sprite = new Sprite(titleStreamLoader, "logo", 0);
    and change the 0 to a 1..

    OORRRRRRR his is better cause yours is trying to draw something that isnt there... You should really just remove it instead of having unused stuff in there.
    GTFO
    Reply With Quote  
     

  10. #10  
    Shake n Bake

    Organic's Avatar
    Join Date
    Apr 2010
    Posts
    2,501
    Thanks given
    204
    Thanks received
    322
    Rep Power
    588
    Good job....

    Just live life at its fullest.

    [Only registered and activated users can see links. ]
    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
  •