ChromaScape is a low-level, color-based automation framework designed for game clients like Old School RuneScape. Inspired by Kelltom's OSBC, SRL-dev

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-08-05 16:00:10

ChromaScape is a low-level, color-based automation framework designed for game clients like Old School RuneScape. Inspired by Kelltom's OSBC, SRL-dev and SlyAutomation, it focuses on education, prototyping, and safe, human-like interaction using colour and pixel-based logic.

Whether you're just starting with bot development or building advanced automation systems, ChromaScape provides a modular, structured framework to help you prototype fast and learn by doing.

ChromaScape provides a highly modular botting framework that uses dependency injection where possible to maximize flexibility and reusability across different automation tasks. Due to the separation of domain and core utilities it provides a greater level of control and expansion.

ChromaScape utilises advanced remote input techniques to act like a separate second mouse that interacts with the client window. This approach avoids hijacking the physical mouse, allowing you to continue using your PC uninterrupted while the bot works away in the background. By interfacing with native Windows APIs, the framework ensures that all mouse actions appear genuine to the client window.

To further reduce bot detection risks, ChromaScape uses humanised mouse movement patterns that mimic real user behavior. Through a combination of multiple bezier paths, easing functions and the ability to overshoot/undershoot then recorrect - this produces surprisingly natural-looking behavior.

Leave a Comment
Related Posts