View Single Post
Old 03-03-2009, 05:25 PM   #25
Tamponathon
Registered User
 
Last Online: Yesterday 08:46 PM
Join Date: Oct 2008
Posts: 35
Rep Power: 0
Rep Points: 10
Tamponathon is on a distinguished road
Feedback: (0)
Points: 20,101.56
Bank: 0.00
Total Points: 20,101.56
Re: My Favorite Scripts! Download Here!

Quote:
were is the .CLASS file now i can open it
Quote:
i downloaded the files and each 1 of them are in a note pad...:/
You have to compile a .class file each .java file, you can do this by making a new notepad and typing % javac -g blahblah.java, and after that's done, save as blahblah.class in the same directory that you have the script at. Then you should see the .class file in the folder you saved the script in. And if you don't know how to use the scripts already, copy both the .java and .class file and then paste them into your scripts folder on RSBot.

(remember to thank me)

Last edited by Tamponathon; 03-03-2009 at 05:30 PM.
Tamponathon is offline   Reply With Quote