1. I didn't write this
2. All credit goes to Habboblob from the rsbots forum
3. Original Link: http://www.rsbots.net/forums/index.php?topic=11732.0
2. All credit goes to Habboblob from the rsbots forum
3. Original Link: http://www.rsbots.net/forums/index.php?topic=11732.0
Hello everyone, and today I am going to teach you how to install the RSBots Bot client onto Ubuntu.
This guide can also be used on all Linux Systems running Gnome Desktop Manager.
First thing is first, you'll need to download the client first before you even want to start!
This guide can also be used on all Linux Systems running Gnome Desktop Manager.
First thing is first, you'll need to download the client first before you even want to start!
QUICK TIP:
When ever you want to open the bot again, instead of typing up all these commands, you can easily open up terminal and press the ↑ key until it shows the last commands used
Content: 1 - How to install RSBots on Ubuntu
2 - What to do after an update
Top skip straight to a part, press Control + F, or any other way you can open up a find tool, and type in the part of the guide you would want to read. Etc, Control + F "2 - What to do after an update"
http://www.rsbots.net/download/[/CENTER]
Credits again go to Habboblob
When ever you want to open the bot again, instead of typing up all these commands, you can easily open up terminal and press the ↑ key until it shows the last commands used
Content: 1 - How to install RSBots on Ubuntu
2 - What to do after an update
Top skip straight to a part, press Control + F, or any other way you can open up a find tool, and type in the part of the guide you would want to read. Etc, Control + F "2 - What to do after an update"
http://www.rsbots.net/download/[/CENTER]
Extract the files onto your desktop.
There should be a new folder called botclient on your desktop.
There should be a new folder called botclient on your desktop.
Now, you have to install it.
Before you try this guide, you should already have Java JDK 5 and 6.
To get Java JDK, go to Applications > Accessories > Terminal, and type in the following:
Before you try this guide, you should already have Java JDK 5 and 6.
To get Java JDK, go to Applications > Accessories > Terminal, and type in the following:
Code:
sudo apt-get install default-jdk
Sudo means to run the command as the root user (administrator).
1 - How to install RSBots on Ubuntu
Please follow the following steps below:
1)Firstly, click on Application > Accessories > Terminal.
1 - How to install RSBots on Ubuntu
Please follow the following steps below:
1)Firstly, click on Application > Accessories > Terminal.
2)Run terminal, and in it type in the following:
Code:
cd ~/Desktop/botclient
3a)Then type in:
3b) If you receive a permissions error, type this in:
if not, go straight to step 5.
4) Now re-type in:
5) Now hit install.
6) Once the window disappears. Close Terminal.
7) Re-do the steps from 1 to 2
8a) Now type in:
8b) If you recieve a permissions error, then continue to step 9, if not skip straight to step 10.
9) Type in:
10) Now type in
And the bot should now be working 
Code:
./install-mac-linux.sh
3b) If you receive a permissions error, type this in:
Code:
chmod +x install-mac-linux.sh
if not, go straight to step 5.
4) Now re-type in:
Code:
./install-mac-linux.sh
5) Now hit install.
6) Once the window disappears. Close Terminal.
7) Re-do the steps from 1 to 2
8a) Now type in:
Code:
./run-linux.sh
8b) If you recieve a permissions error, then continue to step 9, if not skip straight to step 10.
9) Type in:
Code:
chmod +x run-linux.sh
10) Now type in
Code:
./run-linux.sh
Credits again go to Habboblob