PDA

View Full Version : 317 Short Deob tutorials.



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.

Yaoi
July 5th, 2010, 03:33
What is this used for?

Justin
July 5th, 2010, 03:38
What is this used for?

317 RENAMED Deob, but could be used for any renamed 317 client.

Fenway`
July 18th, 2010, 10:33
damn i need this for non-renamed, i cant figure out how to load a background from a png file instead of the cache

Canownueasy`
July 18th, 2010, 12:33
BTW you can also remove System.gc() in your server for added performance.

Charlie`
July 27th, 2010, 12:06
good i dident need but will help others

Fenway`
August 12th, 2010, 00:42
i dont believe deobs have sprites