APOS was developed by RLN and yomama (2009-2011).
APOS was then developed by Stormy from 2012 until 2016.
This source code was originally released by Stormy in 2016.
Use the .msi
installer if you are unsure how to manually set environment variables.
Either the JAVA_HOME
env variable must be set to the home directory of JDK,
or the JDK bin directory must be set in PATH
.
-
Use the
compile_all.cmd
file to compile thebot.jar
client and the included scripts (Windows OS). -
The bot may be started by double-clicking
bot.jar
or using therun.cmd
file.
Alternatively, use ant
on the command-line/terminal to compile and run the client (Windows/Unix OS).
You can also run the client via cli using java -jar bot.jar
::roofs
Show/hide roofs::menu
Show/hide combat style menu::debug
Show/hide npc/object/wall/item ids::window
Show/hide window title debugging for window size and location
- Arrow Keys - Camera (hold shift to free-roam).
- Middle Mouse Button - Rotate camera.
- Escape - Resets the camera.
- F12 - Takes a screenshot, saves it to the screenshots directory.
- Ctrl+V - Paste text into the chat.
These settings relate to the bot.properties
file within the APOS folder. Create, or edit the file to use the below values.
For custom fonts (replacing Comic Neue with your chosen font. RSC by default tries to use Helvetica/Arial, but can't if you don't have it installed.):
font=Comic Neue
To disable the "Sent CAPTCHA: " logging, enter:
captcha_logging=false
Execute the bot passing in the arguments below. An account must already be setup and added to the bot before using the auto launch --username: parameter.
--no-console Launches the bot without console
--username=username Default account name for launcher. Must already be added as account.
--height=558 Also: --h. Window height. Height and Width must both be set together.
--width=670 Also: --w. Window width. Height and Width must both be set together.
--x=200 X Location on screen. X and Y must both be set together.
--y=200 Y Location on screen. X and Y must both be set together.