You are viewing our Forum Archives. To view or take place in current topics click here.
[Windows] How to add Scripts to RSBot
Posted:
[Windows] How to add Scripts to RSBotPosted:
Status: Offline
Joined: Feb 18, 201113Year Member
Posts: 1,255
Reputation Power: 54
Note: I take no credit for making this tutorial, i am just sharing it with you!
How to run local scripts:
1. Get the Latest RSBot-400*.jar
2. Download an IDE doesnt matter which just get one, and not java EE. A good IDE is Eclipse
Eclipse download: [ Register or Signin to view external links. ]
3. Start a new Java Project, can be found on the left side of most IDE. The java porject should appear on your desktop if not go back and make sure you set your settings to make it go there.
[ Register or Signin to view external links. ]
4. Open up the project that is on your desktop, move your newest RSBot-400*.jar into there, then Rename it to RSBot.jar
Also If using the .batch file provided in a different TuT you can move it in there.
inside the batch if you right click and hit edit you need to place this
@echo off
java -jar -Xmx1024m RSBot*.jar -dev
pause
then save and exit.
inside the folder should look similar to this.
[ Register or Signin to view external links. ]
5. now go back into Eclipse or your other IDE, right click on the project that you made and click properties.
It will pull up something along these lines
[ Register or Signin to view external links. ]
Make sure you have it on java build path which is highlighter and that in the middle it is set on the libraries tab. Then where my mouse is you will see a add external jar, click that and find your rsbot.jar in your project folder.
Then click ok.
6. Adding your scripts. Its not a hard thing at all, you just create a new class inside the IDE under your project and have your script in there. So it looks like this.
[ Register or Signin to view external links. ]
then after gettign all errors out of your script save it. This puts the class files in the bin already. Run your .bat which will start up your .jar in dev mode. RSBot will come up and then just start a new tab and click the run button for scripts. Walla you just added your own scripts. If scripts did not appear try redownloading the most recent version, you just may be a version back. If other errors exist then please post.
[ Register or Signin to view external links. ]
Thats what it looks like.
Last edited by Axis ; edited 1 time in total
How to run local scripts:
1. Get the Latest RSBot-400*.jar
2. Download an IDE doesnt matter which just get one, and not java EE. A good IDE is Eclipse
Eclipse download: [ Register or Signin to view external links. ]
3. Start a new Java Project, can be found on the left side of most IDE. The java porject should appear on your desktop if not go back and make sure you set your settings to make it go there.
[ Register or Signin to view external links. ]
4. Open up the project that is on your desktop, move your newest RSBot-400*.jar into there, then Rename it to RSBot.jar
Also If using the .batch file provided in a different TuT you can move it in there.
inside the batch if you right click and hit edit you need to place this
@echo off
java -jar -Xmx1024m RSBot*.jar -dev
pause
then save and exit.
inside the folder should look similar to this.
[ Register or Signin to view external links. ]
5. now go back into Eclipse or your other IDE, right click on the project that you made and click properties.
It will pull up something along these lines
[ Register or Signin to view external links. ]
Make sure you have it on java build path which is highlighter and that in the middle it is set on the libraries tab. Then where my mouse is you will see a add external jar, click that and find your rsbot.jar in your project folder.
Then click ok.
6. Adding your scripts. Its not a hard thing at all, you just create a new class inside the IDE under your project and have your script in there. So it looks like this.
[ Register or Signin to view external links. ]
then after gettign all errors out of your script save it. This puts the class files in the bin already. Run your .bat which will start up your .jar in dev mode. RSBot will come up and then just start a new tab and click the run button for scripts. Walla you just added your own scripts. If scripts did not appear try redownloading the most recent version, you just may be a version back. If other errors exist then please post.
[ Register or Signin to view external links. ]
Thats what it looks like.
Last edited by Axis ; edited 1 time in total
#2. Posted:
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 17,175
Reputation Power: 2037
Status: Offline
Joined: Jan 23, 201113Year Member
Posts: 17,175
Reputation Power: 2037
Why use RSBOT when you can just use rarebot.
rarebot is so much easier to use
rarebot is so much easier to use
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Feb 18, 201113Year Member
Posts: 1,255
Reputation Power: 54
Katsumi wrote Why use RSBOT when you can just use rarebot.
rarebot is so much easier to use
There is alot of rumors that rarebot drops a keylogger on your computer, and RSBot is the best out NOW.
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 03, 201212Year Member
Posts: 74
Reputation Power: 2
Status: Offline
Joined: Apr 03, 201212Year Member
Posts: 74
Reputation Power: 2
Axis wroteKatsumi wrote Why use RSBOT when you can just use rarebot.
rarebot is so much easier to use
There is alot of rumors that rarebot drops a keylogger on your computer, and RSBot is the best out NOW.
I Agree with you 100% I don't trust Rarebot
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Feb 18, 201113Year Member
Posts: 1,255
Reputation Power: 54
3 posts and 26 views?
TTG community is corrupt...
TTG community is corrupt...
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Feb 18, 201113Year Member
Posts: 1,255
Reputation Power: 54
Getting this up again as i have seen several users asking for how to add scripts on windows
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Oct 10, 201014Year Member
Posts: 562
Reputation Power: 21
Status: Offline
Joined: Oct 10, 201014Year Member
Posts: 562
Reputation Power: 21
Katsumi wrote Why use RSBOT when you can just use rarebot.
rarebot is so much easier to use
Rarebot hacked me... Stole everything I was wearing at that time
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.