| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
If you found this repo anywhere close to useful, please hit it with a Star and maybe even give it a Follow to keep yourself tuned on any updates.
A collection of bots for OSRS (OldSchool RuneScape (tm)) using AutoPy and OpenCV for automating different processes.
Repository also contains several 'blind' coordinate-based clicker bots to serve the purpose until guibots have been finished.
Based on the randomness of the clicker bots and independecy over the OSRS client process, these scripts should be pretty undetectable. A random quantum data is used as the randomness source to maximize the entropy. Every action is randomized as much as possible.
DISCLAIMER: This is solely a study project on creating automation over OSRS. Note that it is against the TOS and rules of Runescape to use any kind of automation while playing, thus I (the author) will not hold any responsibility on any account bans, loss of money or effort, or any other kind of loss caused to you by these bots. You have been warned.
Demonstration of alchemy clicker bot in action:
Scripts for different purposes separated in own Python files.
Main.py acts as the launcher for any of the scripts.
Also some bots implemeted as coordinate-based auto clickers.
Bots doing different actions are on separate directories. (e.g. Wine maker bot in /wine, Nightmare bot in /nightmare, etc.)
All bots have their own config files within their directory, which needs to be set up, based on the examples. This should be pretty straight-forward. The settings for coordinates might need some incremental testing to find correct values for specific needs.
You may either run the bots directly (using python) build the bots into executables yourself, or use the pre-packaged binaries.
Tested and developed with:
| Back | FazBrowse Home | New Git URL |