Justin
July 5th, 2010, 02:12
RENAMED!
Changing your background:
Go into the Sprite class, search for:
Image image = Toolkit.getDefaultToolkit().createImage(abyte0);
comment that out by putting two forward slashes in front of it. Above that, should look something similar but end with mopar.jpg");. Change that line to this:
Image image = Toolkit.getDefaultToolkit().getImage("cache/YOUR_IMAGE_NAME.gif");
Be sure to change the YOUR_IMAGE_NAME to the name of your image.
Taking out the background flip: (THIS ALSO TAKES OUT THE RuneScape LOGO!)
Go into your client class, search for:
aRSImageProducer_1110.initDrawingArea();
Directly above that, put a /*, this is a start of a comment. Next search for:
System.gc();
Directly below that, put a */, this ends your comment.
Taking out the flames:
Go into your client class, go into the calcFlamesPosition method. Right below the starting bracket, add /*, this is a start of a comment. Next search for:
anInt1041 = 1024;
Right below that is a closing bracket, under that closing bracket add */, this closes the comment.
Changing the title:
Go into your Jframe class, inside the initUI method, replace "Jagex" with the title you want
If you do not have a Jframe, go into your RSFrame class, and search for:
setTitle("Jagex");
Change Jagex to whatever you want.
Adding a theme to your client:
Click. (Only the registered members can see the link.)
Enjoy, if you have any errors, feel free to ask me.
Changing your background:
Go into the Sprite class, search for:
Image image = Toolkit.getDefaultToolkit().createImage(abyte0);
comment that out by putting two forward slashes in front of it. Above that, should look something similar but end with mopar.jpg");. Change that line to this:
Image image = Toolkit.getDefaultToolkit().getImage("cache/YOUR_IMAGE_NAME.gif");
Be sure to change the YOUR_IMAGE_NAME to the name of your image.
Taking out the background flip: (THIS ALSO TAKES OUT THE RuneScape LOGO!)
Go into your client class, search for:
aRSImageProducer_1110.initDrawingArea();
Directly above that, put a /*, this is a start of a comment. Next search for:
System.gc();
Directly below that, put a */, this ends your comment.
Taking out the flames:
Go into your client class, go into the calcFlamesPosition method. Right below the starting bracket, add /*, this is a start of a comment. Next search for:
anInt1041 = 1024;
Right below that is a closing bracket, under that closing bracket add */, this closes the comment.
Changing the title:
Go into your Jframe class, inside the initUI method, replace "Jagex" with the title you want
If you do not have a Jframe, go into your RSFrame class, and search for:
setTitle("Jagex");
Change Jagex to whatever you want.
Adding a theme to your client:
Click. (Only the registered members can see the link.)
Enjoy, if you have any errors, feel free to ask me.