- Joined
- Jan 6, 2009
- Messages
- 136
- Reaction score
- 0
Well, I havn't been too active on RZ lately, and decided to release my latest discovery.
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
Then, you should see:
Replace that with this
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, I think that someone added this mid 2004 - 2005 testing so they could add an IN - CLIENT splash screen, why is like I said before, unkown.
Post a reply, I didn't just release it cause I was bored, but because the people need to know.
~Stability666
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, I think that someone added this mid 2004 - 2005 testing so they could add an IN - CLIENT splash screen, why is like I said before, unkown.
Post a reply, I didn't just release it cause I was bored, but because the people need to know.

~Stability666