Thread: Project Pkz is loading - HowTo

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Project Pkz is loading - HowTo 
    Registered Member

    Join Date
    Aug 2007
    Posts
    545
    Thanks given
    6
    Thanks received
    0
    Rep Power
    196
    This little howto guide will guide you trough adding a loading more similar to runescape

    like this:


    Requirements:
    * A renamed client
    * Pretty good copy and paste skills

    Step1:

    find:
    Code:
    if(anInt1069 / 8 == 48 && anInt1070 / 8 == 148)
    a little bit under you will see:
    Code:
                    aRSImageProducer_1165.initDrawingArea();
                    aTextDrawingArea_1271.drawText(0, "Loading - please wait.", 151, 257);
                    aTextDrawingArea_1271.drawText(0xffffff, "Loading - please wait.", 150, 256);
                    aRSImageProducer_1165.drawGraphics(4, super.graphics, 4);
    replace that with this:
    Code:
                    aRSImageProducer_1165.initDrawingArea();
            	DrawingArea.fillPixels(20, 150, 34, 0xffffff, 15);
            	DrawingArea.method336(32, 16, 21, 0, 148);
                	aTextDrawingArea_1271.drawText(0, "Project Pkz is Loading", 40, 90);
                	aTextDrawingArea_1271.drawText(0xffffff, "Project Pkz is Loading", 39, 89);
                    aRSImageProducer_1165.drawGraphics(4, super.graphics, 4);
    Step2:

    Save and compile! :woot:
    Mainly this is just a showoff, and im just sharing some info with you.
    Note: This isnt hard to make but i just wanted to contribute with something.

    Edit
    To get it even closer use this code
    Code:
                    aRSImageProducer_1165.initDrawingArea();
            	DrawingArea.fillPixels(2, 130, 22, 0xffffff, 2); //white box around
            	DrawingArea.method336(20, 3, 3, 0, 128); //black fill
                	aTextDrawingArea_1271.drawText(0, "Loading - please wait.", 18, 68);
                	aTextDrawingArea_1271.drawText(0xffffff, "Loading - please wait.", 17, 67);
                    aRSImageProducer_1165.drawGraphics(4, super.graphics, 4);
    Credits to Twinz Ftw for finding better positions.
    Reply With Quote  
     

  2. #2  
    Member Project Pkz is loading - HowTo Market Banned

    Zee Best's Avatar
    Join Date
    Feb 2007
    Age
    32
    Posts
    3,036
    Thanks given
    24
    Thanks received
    210
    Rep Power
    1171
    Wrong section


    Reply With Quote  
     

  3. #3  
    Rukin1


    Rukin1's Avatar
    Join Date
    Apr 2007
    Age
    31
    Posts
    5,000
    Thanks given
    228
    Thanks received
    229
    Rep Power
    4166
    O sweet thanks
    Spoiler for large sig:


    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Aug 2007
    Posts
    545
    Thanks given
    6
    Thanks received
    0
    Rep Power
    196
    Yeah i know, i did it accidently in tha wrong section
    Reply With Quote  
     

  5. #5  
    Registered Member Paketa's Avatar
    Join Date
    Oct 2007
    Posts
    2,681
    Thanks given
    17
    Thanks received
    82
    Rep Power
    680
    Very nice rep++ (gotta spread rep lol)
    Reply With Quote  
     

  6. #6  
    ZachHaley
    Guest
    ok... can some1 get me a picture of what Runescapes looks like lol... i dont wana have to download there cache again... nice job btw... but i was going to do it if i had a damn picture of what theres looked like
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Aug 2007
    Posts
    545
    Thanks given
    6
    Thanks received
    0
    Rep Power
    196
    Why would you want to download their cache again? this is a easy modification which is also very easily undone
    Reply With Quote  
     

  8. #8  
    ZachHaley
    Guest
    because if i were to log onto runescape, i would have to re-download there cache again, as I do not have there anymore, i got rid of it.
    Reply With Quote  
     

  9. #9  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,871
    Thanks given
    1,854
    Thanks received
    4,745
    Rep Power
    5000
    DJ Icey...

    Attached image

    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Aug 2007
    Posts
    545
    Thanks given
    6
    Thanks received
    0
    Rep Power
    196
    Nvm, (To short)
    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
  •