h productions



Join the forum, it's quick and easy

h productions

h productions

Would you like to react to this message? Create an account in a few clicks or log in to continue.
h productions

h productions evrything about setting up a game or server eg.runescape private server and runing it

Log in

I forgot my password

mp3player


Get a playlist! Standalone player Get Ringtones

Who is online?

In total there is 1 user online :: 0 Registered, 0 Hidden and 1 Guest

None


[ View the whole list ]


Most users ever online was 101 on Wed Jul 03, 2019 3:46 am

online chat

Chat login:
Nickname
Password (optional)

powered by h-prodz.co.cc

Latest topics

» New things for you
[Tut] How to cut client starting time by 25% [Tut] EmptySun Nov 29, 2009 6:56 pm by marden

» DUN DUN DUN!
[Tut] How to cut client starting time by 25% [Tut] EmptySun Nov 22, 2009 10:33 am by awesome pker

» tradescape stay online? or go away
[Tut] How to cut client starting time by 25% [Tut] EmptyTue Aug 25, 2009 1:50 pm by FiZiX the second

» fix read!!!
[Tut] How to cut client starting time by 25% [Tut] EmptyMon Aug 10, 2009 7:25 am by FiZiX the second

» LIGHT FALCONS SERVER HERE
[Tut] How to cut client starting time by 25% [Tut] EmptyFri Jul 10, 2009 7:05 am by light falcon

» New CO Owner
[Tut] How to cut client starting time by 25% [Tut] EmptyFri Jun 26, 2009 9:11 am by awesome pker

» I'm getting bored...
[Tut] How to cut client starting time by 25% [Tut] EmptyFri Jun 26, 2009 7:26 am by Fizix

» what to post here
[Tut] How to cut client starting time by 25% [Tut] EmptyMon Jun 22, 2009 12:26 pm by Fizix

» 2 servers 1 port LOOK!!!
[Tut] How to cut client starting time by 25% [Tut] EmptyMon Jun 22, 2009 12:13 pm by Fizix

Navigation

Affiliates


    [Tut] How to cut client starting time by 25% [Tut]

    Admin
    Admin
    Admin
    Admin


    Posts : 88
    Reputation : 5
    Join date : 2009-04-14

    [Tut] How to cut client starting time by 25% [Tut] Empty [Tut] How to cut client starting time by 25% [Tut]

    Post  Admin Sat Apr 18, 2009 11:19 am

    Difficulty: 1/10
    Files Modified: Applet_Sub1 (Client sided)
    Credits: 110% to me, also I have never seen a client with this modification.

    Ok, first, open up Applet_Sub1, and search for

    Code:
    public void method13(int i, byte byte0, String s)

    Then, you should see:

    Code:
    public void method13(int i, byte byte0, String s)
        {
            while(aGraphics12 == null)
            {
                aGraphics12 = method11(0).getGraphics();
                try
                {
                    method11(0).repaint();
                }
                catch(Exception _ex)
             {
             }
                try
                {
                    Thread.sleep(1000L);
                }
                catch(Exception _ex) { }
            }
            Font font = new Font("Times New Roman", 1, 13);
            FontMetrics fontmetrics = method11(0).getFontMetrics(font);
            Font font1 = new Font("Times New Roman", 0, 13);
            method11(0).getFontMetrics(font1);
            if(aBoolean16)
            {
             Color color = new Color(140, 17, 17);
             int j = anInt11 / 2 - 18;
             aGraphics12.setColor(color);
                aGraphics12.setColor(color.black);//startup st00f
                aGraphics12.fillRect(0, 0, anInt10, anInt11);
                aBoolean16 = false;
            }
            Color color = new Color(140, 17, 17);
            int j = anInt11 / 2 - 18;
            aGraphics12.setColor(color);
            aGraphics12.drawRect(anInt10 / 2 - 152, j, 304, 34);
            aGraphics12.fillRect(anInt10 / 2 - 150, j + 2, i * 3, 30);
            aGraphics12.setColor(color.black);//startup st00f
            if(byte0 != 4)
            {
                return;
            } else
            {
                aGraphics12.fillRect((anInt10 / 2 - 150) + i * 3, j + 2, 300 - i * 3, 30);
                aGraphics12.setFont(font);
                aGraphics12.setColor(color.black); //startup st00f
                aGraphics12.drawString(s, (anInt10 - fontmetrics.stringWidth(s)) / 2, j + 22);
                return;
            }
        }

    Replace that with this

    Code:
      public void method13(int i, byte byte0, String s)
        {
        }

    DONE! WewT!

    Wasn't that easy?

    100% credits to me, for discovering this flaw.

    Reason why this was added in the first place:

    I'm not 100% sure


    Post a reply, I didn't just release it cause I was bored, but because the people need to know.

    ~hussnain(ADMIN)

      Current date/time is Tue May 07, 2024 6:50 pm