Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    Runescape Bot


    hacker12345678
     Share

    Recommended Posts

    • Replies 397
    • Created
    • Last Reply

    Top Posters In This Topic

    Hello Community!

     

    I decided to make a guide to bot in Runescape.

    [ Hidden part. View original post. ][/font]

     

    Happy Botting and please Press p_thanks.gif

    rep
    Link to comment
    Share on other sites

    IT DONT WORK AT THE MOMENT AFTER RSBOT UPDATE I WILL POST THE NEW ONE!

     

    Hello Community!

     

    I decided to make a guide to bot in Runescape.

    [ Hidden part. View original post. ][/font]

     

    Happy Botting and please Press p_thanks.gif

    Link to comment
    Share on other sites

    IT DONT WORK AT THE MOMENT AFTER RSBOT UPDATE I WILL POST THE NEW ONE!

     

    Hello Community!

     

    I decided to make a guide to bot in Runescape.

    [ Hidden part. View original post. ][/font]

     

    Happy Botting and please Press p_thanks.gif

    Link to comment
    Share on other sites

    IT DONT WORK AT THE MOMENT AFTER RSBOT UPDATE I WILL POST THE NEW ONE!

     

    Hello Community!

     

    I decided to make a guide to bot in Runescape.

    [ Hidden part. View original post. ][/font]

     

    Happy Botting and please Press p_thanks.gif

    Reply.

    Link to comment
    Share on other sites

    IT DONT WORK AT THE MOMENT AFTER RSBOT UPDATE I WILL POST THE NEW ONE!

     

    Hello Community!

     

    I decided to make a guide to bot in Runescape.

    [hide_me]

    INFO: DONT USE UR MAIN ACCOUNT IF UR MESSING AROUND WITH THIS BOT U MIGHT GET BANNED SO BE CAREFULLY!!!

     

    Download the latest RSbot Here

    Download Java SE Development Kit (JDK) from here (You have to Choose it from the list)

    Then Download tortoiseSVN Here And install it.

    Create a New Folder on your Desktop name it "Rsbotsvn" Then Right Click on it-> SVNCheckout Enter at "URL of reporsity:"

    "http://rsbotsvn.googlecode.com/svn/trunk" (Without the Quotes) Press Ok.

     

    Now wait while tortoiseSVN is updating the Folder.

    Then put the RSbot554.11.jar in the RSbotsvn Folder.

    I am a good boy and don't ask for updates! is finished, go in the folder and Right Click on "Compile.bat" -> Edit then ur Text Editor will Pop-Up Delete the line:

    CALL "%res%\FindJDK.bat"

    (if compile.bat not exist create a txt file name it compile.bat right click -> Edit and insert following code U dont have to delete the line then:)

    @ECHO OFF
    
    SET cc=javac
    SET cflags=
    SET src=src
    SET lib=lib
    SET res=resources
    SET out=bin
    
    SET lstf=temp.txt
    SET rsjar=%lib%\rs.jar
    SET rs=%rsjar%!
    SET imgdir=%res%\images
    SET manifest=%res%\Manifest.txt
    SET versionfile=%res%\version.txt
    FOR /F %%G IN (%versionfile%) DO SET version=%%G
    SET scripts=scripts
    SET dist=RSBot-%version%.jar
    SET full=1
    
    IF "%1"=="/S" (
    SET full=0
    GOTO :scripts
    )
    
    ECHO Compiling bot
    IF EXIST "%lstf%" DEL /F /Q "%lstf%"
    FOR /F "usebackq tokens=*" %%G IN (`DIR /B /S "%src%\*.java"`) DO CALL :append "%%G"
    IF EXIST "%out%" RMDIR /S /Q "%out%" > NUL
    MKDIR "%out%"
    "%cc%" %cflags% -d "%out%" "@%lstf%"
    DEL /F /Q "%lstf%"
    
    :scripts
    ECHO Compiling scripts
    ECHO. > "%scripts%\.class"
    DEL /F /Q "%scripts%\*.class" > NUL
    "%cc%" %cflags% -cp "%out%" %scripts%\*.java
    IF "%full%"=="0" GOTO :end
    
    ECHO Packing JAR
    
    IF EXIST "%dist%" DEL /F /Q "%dist%"
    IF EXIST "%lstf%" DEL /F /Q "%lstf%"
    COPY "%manifest%" "%lstf%"
    ECHO Specification-Version: "%version%" >> "%lstf%"
    ECHO Implementation-Version: "%version%" >> "%lstf%"
    
    IF EXIST "%rs%" RMDIR /S /Q "%rs%"
    MKDIR "%rs%"
    SET xcd=%CD%
    CD "%rs%"
    jar xf "%xcd%\%rsjar%"
    CD "%xcd%"
    
    jar cfm "%dist%" "%lstf%" -C "%out%" . %scripts%\*.class "%rs%" "%versionfile%" %imgdir%\*.png %res%\*.bat %res%\*.sh
    RMDIR /S /Q "%rs%"
    DEL /F /Q "%lstf%"
    
    :end
    ECHO Compilation successful.
    GOTO :eof
    
    :append
    SET gx=%1
    SET gx=%gx:\=\\%
    ECHO %gx% >> %lstf%
    GOTO :eof
    

     

    For Antiban (!!!important!!!):

    Go in the RSbotsvn to \src\com\speljohan\rsbot\gui and open BotGUI.java

     

    Replace

    		private void setTitle() {
    	final String name = Bot.getAccountName();
    	setTitle((name.isEmpty() ? "" : name + " - ")
    			+ GlobalConfiguration.NAME + " "
    			+ GlobalConfiguration.getVersion());
    }

    (search(CTRL+F) for private void setTitle() {)

     

    With:

     

    	private void setTitle() {
    	setTitle("RuneScape - the massive online adventure game by Jagex Ltd. - Mozilla Firefox");
    }

     

    This is important because JaGeX is able to read out the window name in that runescape is Running and if they see RSbot u get b&

    So do it!

     

    Now this is done Double Click on Compile.bat

    It will open a Black Box dont close it , let it run it will close automaticly if not just press one button on ur keyboard when it asks for it.

     

    So this is done we can move on O.o

     

    Now u have to configure the bot.

     

    Double Click RSBot-554.11.jar and Choose free or Member. Wait and Runescape will load in the Window.

    Select Edit-> Accounts than Click "Add" Enter ur Runescape Username and Password and if necessary ur bank PIN (No Its no Scam, It will not steal ur Account its just for the Comfort: U dont have to Enter each time when u login ur login name and password and will automate everything more if it take a break or something else. I dont know if its necessary to enter it)

     

    Click "Add" and "save" then ur Ready to start Botting Press on the Upper Right Corner "Run Script".

    Then u Have Some Classes like agilty, combat, Mining, Smithing or else select one u want and look on the right side mostly there is some text with description etc. Read it! then decide if u want or not if Yes Choose ur account and press "Ok"

    Then the Script u choose start if u entered a account it will automaticly log in for u. U have to look for the starting point otherwise the bot won`t find the way ;D Then it will automaticly mine,fight,bank etc... etc... etc.. and u u dont need to do anything!!!!!!

     

     

    New Scripts?

     

    Sing-Up at and go to the Script section and choose on to download

     

    Adding new Scripts:

     

    If u want to add new scripts u have to download one from here and Copy the code from the respective ones in a new txt file over the code is the name u have to give that file like "FlaxPicker.java" u have to use the Exact name otherwise it wont work that means:

     

    Right Click-> new -> Textdocument -> *paste Code* -> File -> Save As... -> Go to RsbotSVN\Scripts and name it how it must be xD -> Launch Compile.bat

     

    then Run script in the Bot[/hide_me]

     

    Happy Botting and please Press p_thanks.gif

    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.

    ×
    ×
    • Create New...