complete guide to rsbot

Discussion in 'RuneScape 3 Cheating' started by clearhit, Feb 8, 2009.

complete guide to rsbot
  1. Unread #1 - Feb 8, 2009 at 8:22 PM
  2. clearhit
    Joined:
    Sep 17, 2008
    Posts:
    166
    Referrals:
    1
    Sythe Gold:
    7

    clearhit Active Member

    complete guide to rsbot

    NOTE: THIS IS NOT MY GUIDE i took it from the rsbot fourms because it is hardly ever up

    Chapters

    1. How to get RsBot
    2. How to run RsBot
    3. How to save .java files
    4. How to Compile new scripts
    5. How to add your bank pin to Rsbot

    1. How to get RsBot

    Firstly, download the most recent version from here:

    http://www.rsbot.org/download/

    Once the download has finished you will have a .zip file. This needs to be extracted. To do this download WinRAR (http://www.rarlabs.com/rar/wrar380.exe ) and install it.

    [​IMG]

    [​IMG]

    [​IMG]

    Next go to the file which you originally download, the Rsbot one. Right click it and you should see an "Extract to (name and version)"

    [​IMG]

    After it has extract you will have a new folder called "RSBot_1_-_523_v3", go in to it and you should see something like this:

    [​IMG]

    Now you can move on to the next step

    2. How to run RsBot

    Now that you have downloaded RsBot and extracted the folder you will have something like below.

    [​IMG]


    To run a non-members world double click this batch file:

    [​IMG]

    To run a members world double click this batch file:

    [​IMG]

    If you're receiving "could not find main class" you must compile all of your files first, using the compile all.bat file.

    If you are receiving an error, such as Java cannot be recognised, or you are missing tools.jar, please skip to 4. How to Compile new scripts.


    Now rsbot should load and look like this.

    [​IMG]

    In order to run a script you must click the Bot tab, then click run.

    [​IMG]


    If this is your first time running rsbot you should now see the following image. Hit Ok
    [​IMG]


    The following box will then open up and you must put in your account information by clicking Add. Then changing the defaults. Where it says "empty" place your RuneScape username and where it says "NOT SET" place your RuneScape password
    [​IMG]

    After clicking Apply and Okay go back to Bot, then click Run again now a selection of scripts for you to use will open up, like this:
    [​IMG]


    Once you've chosen a script you will have to define the arguements. This is what the bot will do, if it's a combat bot you can set it to eat, or to die and walk back to the monsters. Once you have chosen your settings and your account click Okay and the bot will log you in and get to work, provided you are in the correct place and with the correct items

    3. How to save .java files

    Found a new script you want to run but don't know what to do with it? Well I'll explain it all here

    Firstly, look through the forums until you find a script you want. I'm going to use Zachafer's Auto Alcher as an example.


    Copy the code which is given in the post. It's in a code tag so you can't miss it.

    Next go to your Start menu, Programs, Accessories and click on Notepad, paste the code in there.

    Now choose File, Save As... and look at the image below

    [​IMG]

    Next click save, make sure you save it in the Scripts folder in the rsbot folder. If not save it to your desktop, go in to your rsbot folder and find this:
    [​IMG]


    Copy and paste the .java file in to there and compile your scripts. Then run rsbot and your script will be in your script selector

    4. How to Compile new scripts

    In order to be able to compile scripts, using the compile all.bat you must first download Java JRE/JDK.
    To download it follow this link:

    http://java.sun.com/javase/downloads/index.jsp


    Look at the image below and click download
    [​IMG]

    Agree to the terms and click continue. If you have Vista 64 bit, choose Windows x64 from the drop down menu.

    Now right click the click and choose Save as.
    [​IMG]


    Then click next:
    [​IMG]

    Once it's installed click Finish
    [​IMG]

    Well done you've successfully installed Java JDK!

    Now for the next part, compiling.


    In order to compile your scripts you must first download the script in .java format. Follow part 3 on How to save .java files.
    Once you have the .java file and you've added it to your scripts folder, all you need to do is compile it.

    To do this you must double click the compile all.bat in your rsbot folder. If you receive an error such as Java is not recognised, or Cannot find tools.jar follow these steps.

    Cannot find tools.jar and Java cannot be recognised

    In order to fix this you must have already installed Java JDK. If you have you now need to set your environment variables. Follow these steps to do so:
    1. Go to My Computer then choose your hard drive, go to Program Files then Java.
    2. Inside the Java folder your should see another folder called jdk1.6, go in to it, then go in to the "Bin" folder.
    3. Right click any file in the folder and choose properties.
    4. Next to Location on the new window that pops up it will show you the path to that file, copy it.
    5. Go to Control Panel then double click System, choose the advanced tab then click Environment Variables.
    6. In System Variables choose "Path" and click edit.
    7. Now add a Semi Colon ( ; ) to the end of whatever is in it. Then simply paste the Path you copied earlier.
    8. It should look like this
    [​IMG]

    9. Now hit enter 3 times and restart your PC.
    Now that the errors are solved Compile all.bat should work giving you a screen which looks similar to this
    [​IMG]

    This means the scripts for Rsbot were successfully compiled and you may now run Rsbot and use them

    Note: If you receive any kind of error saying could it could not compile because of a faulty .java file, you will have to fix the error, or delete it for the compiler to work successfully


    In order to find out which category the new script(s) are in you must open the .java file and search for
    Code:
    public String getScriptCategory() {
    Underneath you will see something like this
    Code:
    return "Fishing";
    This means the script can be found in the Fishing category. To find what the script is called search for
    Code:
    public String getName() {
    Again you will see something like this
    Code:
    return "Pro Fisher";
    So the script can be found in the Fishing category and is called Pro Fisher.


    How to add your bank pin to Rsbot


    Firstly load up Rsbot, either Members or Non members, then go to Settings > Account manager and choose your account.

    Now choose your account and in the box next to Add Key type in PIN.

    [​IMG]

    Now look to the right and you will see a column saying value, click it and type in your pin.

    [​IMG]

    Next click Apply, Then Okay and you're done.

    THE END AND THANKS TO KARL FOR THE ORIGINAL GUIDE


    UPDATE IT HERE http://rsbotsvn.googlecode.com/svn/trunk/ download the rs.whatever thing fergot the name lol then move it into the rsbot folder and your done!
     
  3. Unread #2 - Feb 12, 2009 at 11:05 PM
  4. i kwty i
    Joined:
    Jun 23, 2007
    Posts:
    146
    Referrals:
    1
    Sythe Gold:
    0

    i kwty i Active Member
    Banned

    complete guide to rsbot

    nice guide man
     
  5. Unread #3 - Feb 12, 2009 at 11:15 PM
  6. Withdemon
    Joined:
    Feb 12, 2009
    Posts:
    79
    Referrals:
    0
    Sythe Gold:
    0

    Withdemon Member

    complete guide to rsbot

    Incredible,
    I used it because I had few problems of my own and this defiantly helped me a lot!
    Thank you so much! :)
     
  7. Unread #4 - Feb 13, 2009 at 12:13 AM
  8. i kwty i
    Joined:
    Jun 23, 2007
    Posts:
    146
    Referrals:
    1
    Sythe Gold:
    0

    i kwty i Active Member
    Banned

    complete guide to rsbot

    dude when i tryed to run it it wont load and it say error_game_js5connect_outofdate
     
  9. Unread #5 - Feb 13, 2009 at 1:16 AM
  10. Xx Twilight xX
    Joined:
    Feb 10, 2009
    Posts:
    205
    Referrals:
    0
    Sythe Gold:
    0

    Xx Twilight xX Active Member
    Banned

    complete guide to rsbot

    Nice, copied it off the official site. Nice to share with others on Sythe too, :p.
     
  11. Unread #6 - Feb 13, 2009 at 8:08 PM
  12. clearhit
    Joined:
    Sep 17, 2008
    Posts:
    166
    Referrals:
    1
    Sythe Gold:
    7

    clearhit Active Member

    complete guide to rsbot

    to fix that you have to update you should just be able to redownload at www.rsbot.org/download
     
  13. Unread #7 - Feb 13, 2009 at 8:19 PM
  14. OneEightSeven
    Joined:
    Feb 12, 2009
    Posts:
    89
    Referrals:
    0
    Sythe Gold:
    0

    OneEightSeven Member

    complete guide to rsbot

    it says i have an outdated version or someshit but i downloaded the new java!!! wtf ?? :S
     
  15. Unread #8 - Feb 13, 2009 at 8:20 PM
  16. clearhit
    Joined:
    Sep 17, 2008
    Posts:
    166
    Referrals:
    1
    Sythe Gold:
    7

    clearhit Active Member

    complete guide to rsbot

    they updated rsbot not java just go to this link http://rsbotsvn.googlecode.com/svn/trunk/ download the rs.java or somthing like that i ferget then save it to desktop and move it into the rs bot folder and your done!
     
  17. Unread #9 - Feb 13, 2009 at 8:37 PM
  18. OneEightSeven
    Joined:
    Feb 12, 2009
    Posts:
    89
    Referrals:
    0
    Sythe Gold:
    0

    OneEightSeven Member

    complete guide to rsbot

    what do i download?
     
  19. Unread #10 - Feb 13, 2009 at 8:40 PM
  20. clearhit
    Joined:
    Sep 17, 2008
    Posts:
    166
    Referrals:
    1
    Sythe Gold:
    7

    clearhit Active Member

    complete guide to rsbot

    rs. i dono wat it is i just no its rs
     
  21. Unread #11 - Feb 13, 2009 at 9:29 PM
  22. JustWondering
    Joined:
    Jan 23, 2009
    Posts:
    127
    Referrals:
    0
    Sythe Gold:
    0

    JustWondering Active Member

    complete guide to rsbot

    Omg tysm I finally figured out how to add my bank pin to RSBot!! :D
     
  23. Unread #12 - Feb 13, 2009 at 10:52 PM
  24. h4rl3y
    Joined:
    Nov 2, 2008
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0

    h4rl3y Member

    complete guide to rsbot

    Um ... i think i need personal help cause u started half way, ur supposed to help us from the start aka.. when u make RSBot folder then do the svs thingy.. then put that site in, so could you plz add my msn an help me from start cause i messed mine up.. if so then thx!
     
  25. Unread #13 - Feb 13, 2009 at 11:55 PM
  26. h4rl3y
    Joined:
    Nov 2, 2008
    Posts:
    83
    Referrals:
    0
    Sythe Gold:
    0

    h4rl3y Member

    complete guide to rsbot

    omg.. theres no fucking compile.all
     
< rsbot-seagull script? | Flax Spinner [REQ] >

Users viewing this thread
1 guest


 
 
Adblock breaks this site