Arc โ A streamlined, multi-color overlay tool designed for dynamic on-screen sketching and annotation
- โ Configurable detection zones with per-region color tolerance
- โ Advanced pixel-based screen analysis with region targeting
- โ Logging system with debug mode for troubleshooting
- โ 60+ FPS loop with minimal CPU impact
- โ Hotkey system โ toggle, overlay, config reload, quick exit
- โ Real-time color detection with configurable sensitivity thresholds
Is this ?
standalone application. analyzes display output, runs independently or files.
Does it work after the latest update?
Usually yes. If game UI changes, you may need to adjust detection regions in config.
What are the system requirements?
Windows 10/11, Python 3.11+, 4GB RAM.
How do I configure settings?
Edit config.yaml โ see Configuion section above.
Can I use this while streaming?
The overlay is transparent. Press DELETE to close if needed.
Disclaimer: This software is intended for educational and research purposes only. Use at your own risk. The developers are not ronsible for any misuse or consequences.
Option 1: Download from Releases and extract
Option 2: Clone and run
git clone https://github.com/ivan-kumarops1997a8/drifttool.git
cd drifttool
pip install -r requirements.txt
python main.pyEdit config.yaml:
:
fps: 60
monitor: 0
detection:
sensitivity: 0.8
color_threshold: 15
overlay:
crosshair: dot # dot, cross, circle
color: "#FF0000"
opacity: 0.8
hotkeys:
toggle: F1
overlay: F2
exit: DELETEpython app.py # start with default config
python app.py -c my.yaml # custom config
python app.py --verbose # debug loggingHotkeys:
| Key | Action |
|---|---|
F1 |
Toggle on/off |
F2 |
Toggle overlay |
F3 |
Reload config |
F4 |
Change crosshair style |
DELETE |
Exit โ close app |
- Download the latest release from the link above
- Extract the archive (WinRAR / 7-Zip)
- Run
python main.py(or see Usage below) - Configure settings in
config.yaml
MIT tool. See tool for details.
If you find drifttool useful, give it a โญ โ it helps others discover this project.
Found a bug? Open an issue.
This project is licensed under the MIT License