Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.21 KB

README.md

File metadata and controls

37 lines (19 loc) · 1.21 KB

#ArteDungeon

ArteDungeon is a script for the immensely popular and successful bot, RSBuddy. For Java MMORPG Runescape. The program source code is completely open and free (Must be redistributed with authors permission) - whether you're a Java expert or just keen to explore.

###Get the code

Download the latest source code with:

git clone git://github.com/UberMouse/ArteDungeon.git

Keep your source up to date with:

git pull origin master

Subversion is also supported:

svn checkout http://svn.github.com/UberMouse/ArteDungeon.git

Dependencies

##All OS

###Compiling

Make sure JDK is installed, then open a command/terminal window in the top level directory and run the command javac *.java

Running

RSBuddy is required to run RSBot. You must run the client in dev mode to load the script (There is a tutorial on the RSBuddy forums).

Legal

The entire source code is freely available under the GPLv3 terms. The code is provided purely for educational purposes by the authors as freedom of expression. By downloading and using this source code you agree to the license agreement.