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)