Skip to content
/ RSBot Public
forked from Ineedajob/RSBot

RSBot is an immensely popular and successful bot for a Java MMORPG. The program source code is completely open and free - whether you're a Java expert or just keen to explore, the bot is a valuable learning resource.

License

Notifications You must be signed in to change notification settings

BeakerPB/RSBot

 
 

Repository files navigation

RSBot

RSBot is an immensely popular and successful bot for a Java MMORPG. The program source code is completely open and free - whether you're a Java expert or just keen to explore, the bot is a valuable learning resource.

Download the latest source code with:

git clone git://github.com/RSBot/RSBot.git

Keep your source up to date with:

git pull origin master

Subversion is also supported:

svn checkout http://svn.github.com/RSBot/RSBot.git

Dependencies

Compiling

Make sure JDK is installed, then execute the Compile.bat file by double clicking it.

Running

Java is required to run RSBot. You can run the client by double clicking the JAR file named RSBot.jar.

Compiling

Make sure JDK and other needed packages (e.g. make) are installed on your system. Execute make all in a terminal to compile RSBot.

Running

To run RSBot, double click on the compiled JAR file, RSBot.jar, or execute java -jar RSBot.jar in terminal.

Legal

The entire source code is freely available under the GPLv3 terms. Contrary to bogus and automated DMCA claims, no content is under the copyright of Jagex Ltd. The code is provided purely for educational purposes by the authors as freedom of expression.

About

RSBot is an immensely popular and successful bot for a Java MMORPG. The program source code is completely open and free - whether you're a Java expert or just keen to explore, the bot is a valuable learning resource.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published