Well today I'll be making a tutorial on how to add script's to your clients.
I'll be showing you how to do this on the 3 most common clients ( RSBuddy, Powerbot, EpicBot. )
- RSBuddy
Adding script's for rsbuddy will be will probably be the most easiest thing to do.
If you go to your File > Run Script
Now an interface will will come up of all your added scripts. Will look something like this ( Your script's may be different from mine )
1. Now we will be adding a new script of my liking to the list so that I can bot to my desired skill/level. So were gonna head on down to the RSBuddy script page... link to the RSbuddy script page RSBuddy Free User Scripts
2. So now we have our rsbuddy script page open.. I'll just select one of my liking.. I'll go with ArteEssence
3. Now to get this script we will Click on it.
4. Now we should be on a page that says FeedBack and under it Add to RSbuddy
5. Click the add the Rsbuddy button and now open up your list again, refresh it and your new script should be there.
6. Objective Complete
- Powerbot
1. Starting on this step, I will say how to run the scripts you want. First you must download them, have a lot of sites to download or save .txt files in your computer, be sure to know if the site is trustful. Own Powerbot has a Script Section, recommend strongly download there, checking users feedback.
2. After download everything, we are gonna finally script them! Go to Documents > RSBot > Scripts > Sources. There, put all your scripts in .java files ready to be compiled.
3. Go back to RSBot folder, and click on the Compile-Scripts.bat. With this, all your scripts will be ready to be used.
*If you are having error on this step, please check the final of this thread for more info, or else post on this thread for assistance.
4. Now just open the .jar file, wait load the updates, game, etc. Login in your account, go to File > Run File, before you run scripts, will say to your create a account on software system, type any name, set your reward, if is member, etc, etc, etc.
After that, will be possible for you run the script going on File > Run File again, with a list of available scripts for you, being default scripts or installed by you.
If you having problem to compile scripts (Step 7.), please be sure of:
- If the .java extension is in lower case (it's case sensitive).
- When you download some scripts, must be have a right name on it to work properly, checking the thread of the script or asking for the autor is the best solution.
- If you are copy n' pasting codes from Pastebin sites, be sure to check all the code and if everything is selected, to create your script.
- If you are trying to create a script using a .txt file in your computer, but after you add the nameofscript.java still .txt file. Go to Control Panel > All Control Panel Items > Folder Option > View > Advanced Settings.
And be sure to this item be unchecked: Hide extension for known file types.
- RSBot
1. Find the script that you want from the list here. Free User Scripts for RSbot
2. Okay first of all you open notepad, and copy the code into there.
Finding out the name of the script: it will be found at the beginning of the script’s after the import’s
3. Now click copy whatever it say’s on the NameHere part, and click file> Save as and copy that name and put .java on the end and click the 'save as type' change it to all files.
Example: PowerMiner.java
4. Now go back into your RSBot folder and click compile.bat to compile the script’s.
5. After youve compiled you should get no error. And now your script is added.