All Projects → takelley1 → OSRS-AHKScripts

takelley1 / OSRS-AHKScripts

Licence: LGPL-3.0 license
Color bot scripts for OldSchool Runescape, written entirely in AutoHotkey. No client injection or reflection used.

Programming Languages

autohotkey
350 projects
AutoIt
60 projects

Projects that are alternatives of or similar to OSRS-AHKScripts

Runelite
Open source Old School RuneScape client
Stars: ✭ 3,501 (+14487.5%)
Mutual labels:  runescape, osrs, oldschool-runescape
oldschooljs
A utility library for all things oldschool runescape related.
Stars: ✭ 41 (+70.83%)
Mutual labels:  runescape, osrs, oldschool-runescape
client
Old School RuneScape client
Stars: ✭ 73 (+204.17%)
Mutual labels:  runescape, osrs, oldschool-runescape
SnekBot
bot client for OldSchool Runescape.
Stars: ✭ 18 (-25%)
Mutual labels:  osrs, oldschool-runescape, botting
SCA-ScreenClickAi
Screen Click Ai - Old school Runescape game bot using OpenCV
Stars: ✭ 23 (-4.17%)
Mutual labels:  osrs, oldschool-runescape, oldschoolrunescape
cache-names
Cracked Old School RuneScape cache file names
Stars: ✭ 25 (+4.17%)
Mutual labels:  runescape, osrs, oldschool-runescape
OSRS-Font-Parser
Make your website relive your nerdy childhood
Stars: ✭ 31 (+29.17%)
Mutual labels:  runescape, osrs, oldschool-runescape
OSRSUpdater
A simple (and outdated) Old-School RuneScape decompiler/deobfuscator. Performs field and method analysis which uses ASM and bytecode patterns for identification. Identified fields could be used for creating bot clients or QoL clients. For educational use only.
Stars: ✭ 13 (-45.83%)
Mutual labels:  runescape, osrs
oldschoolbot
Old School Bot - A fanmade discord bot based on Old School RuneScape (OSRS)
Stars: ✭ 125 (+420.83%)
Mutual labels:  runescape, osrs
OldScape
Oldschool Runescape Emulation
Stars: ✭ 30 (+25%)
Mutual labels:  runescape, osrs
SanLite
Custom version of the OSRS Client RuneLite
Stars: ✭ 15 (-37.5%)
Mutual labels:  osrs, oldschool-runescape
Acuity
Acuity is a project that handles the backend infastructure of Runescape botting clients like https://rspeer.org/. This includes security, databases, client communication, dashboards, and services.
Stars: ✭ 24 (+0%)
Mutual labels:  runescape, botting
bot-detector
A plugin which pulls and sends surrounding player names from OSRS to a python server. The names and stats are then processed and assessed for bot-like behavior.
Stars: ✭ 47 (+95.83%)
Mutual labels:  runescape, osrs
project-tenacity
Project Tenacity, the final evolution of the "Level 3 to X" guides
Stars: ✭ 42 (+75%)
Mutual labels:  runescape
RuneCord
RuneCord is a bot for Discord which allows you to use certain commands to get RuneScape information easily.
Stars: ✭ 19 (-20.83%)
Mutual labels:  runescape
Redshift-Tray
A no-frills GUI for the excellent Redshift, with some optional OS hotkeys
Stars: ✭ 34 (+41.67%)
Mutual labels:  autohotkey-script
rsc-client
🎮 runescape classic web client
Stars: ✭ 45 (+87.5%)
Mutual labels:  runescape
gtav-online-ahk
GTA V Online AHK-Macros
Stars: ✭ 45 (+87.5%)
Mutual labels:  autohotkey-script
PoEFlaskScript
An autohotkey Script for using flasks in Path of Exile
Stars: ✭ 38 (+58.33%)
Mutual labels:  autohotkey-script
rs-api
An open-source implementation of a web-service client, written in Java, that allows interaction with the various APIs available for the popular MMORPG; RuneScape.
Stars: ✭ 30 (+25%)
Mutual labels:  runescape

OldSchoolRunescape AutoHotkey Scripts

This bot is deprecated and is being replaced by OCVBot (https://github.com/takelley1/OCVBot).


This repo contains scripts for cannonball smelting, magic splashing, mining, spinning flax, running the Blast Furnace, and runecrafting. Not all scripts are fully functional.

The script with the most work and testing done is the CannonballSmelting.ahk script at the root of the directory tree. The script will run indefinitely without issues (I've tested it for 8+ hours at a time). Almost all interaction with the OSRS client is randomized to the greatest degree possible. Please read the comments at the top of each script file for information on how to properly configure your client. More detailed information and referenced files for each script are in their corresponding directories.

AutoHotkey by itself is poor at image recognition, which is the primary reason I switched to Python for my next bot. As a result of this limitation, I was forced to use single-pixel color-matching rather than more tolerant image-matching methods. For the cannonball smelting script, a single image (the four-pointed star prayer icon) is used to locate the OSRS client and create a coordinate plane based on its location on your desktop (see https://github.com/takelley1/OSRS-AHKScripts/issues for troubleshooting). Beyond that, everything else is based on single-pixel color-matching, usually on certain icons within the minimap for navigation or certain pieces of text in menus for interacting with items and buttons.

Because of these limitations, the bot may have difficulty locating and/or orienting itself on your particular setup. Unfortunately I cannot say with confidence that these scripts are friendly towards casual players with no scripting experience. A basic knowledge of AutoHotkey will be necessary to modify the pixel locations and/or color tolerances to adapt the script to your particular monitor and/or desktop's color properties.

This bot was written for educational purposes only. I am not responsible for how you use this software.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].