A high-performance Color Trigger Bot that continuously monitors the pixel at the center of your screen and automatically sends a key press or mouse click when the target color is detected.
Platform: Windows 10/11
Language: Python 3.10+
Driver: Interception Driver
- 🎯 Pixel-based color detection (direct screen capture via MSS)
- ⚡ Configurable delay profiles (Super Low → High)
- 🎨 Live color picker with mouse
- 🌍 Turkish / English language support
- 🔊 Optional audio feedback
- 🐛 Live debug log (last 8 events)
- 💾 All settings auto-saved to
config.json - 🏃 Process priority & performance mode tuning
- 🎮 Realistic input simulation via Interception driver
- Windows 10 / 11
- Python 3.10 or later
- Interception Driver must be installed
mss
keyboard
colorama
interception-python
install-interception.exe /install
Restart your system after installation.
pip install -r requirements.txtpython main.py
⚠️ Running as Administrator is recommended.
build_bot.batCreates dist\Spotify.exe with the following properties:
- Single file (
--onefile) - PE metadata signed as Spotify AB (camouflage)
- Console window title:
Spotify
| Key | Function |
|---|---|
F1 |
Start / Stop bot |
F2 |
Pick target color with mouse |
F3 |
Cycle trigger key (K / Left Click / Right Click) |
F4 |
Set color tolerance (0–50) |
F5 |
Toggle sound effects |
F6 |
Toggle debug mode |
F7 |
Reset to factory defaults |
F8 |
Set FOV / scan area (1–30 px) |
F9 |
Input test |
F12 |
Delay & Performance menu |
F10 |
Exit |
| Option | Description |
|---|---|
1 |
Super Low Delay (0–5ms) |
2 |
Low Delay (10–30ms) |
3 |
Medium Delay (20–50ms) |
4 |
High Delay (50–100ms) |
5 |
Performance Mode: Normal → High → Ultra |
6 |
Process Priority: Normal → High → Realtime |
7 |
Switch language (TR ↔ EN) |
| Setting | Default | Description |
|---|---|---|
target_rgb |
[254, 80, 255] |
Target pixel color |
tolerance |
50 |
Color match tolerance |
fov |
5 |
Scan radius (px) |
trigger_key |
k |
Trigger key/button |
delay_min |
0.0 |
Minimum trigger delay (sec) |
delay_max |
0.005 |
Maximum trigger delay (sec) |
duration_min |
0.01 |
Minimum key press duration (sec) |
duration_max |
0.03 |
Maximum key press duration (sec) |
sound_enabled |
false |
Audio feedback |
language |
null |
Language (prompted on first launch) |
performance_mode |
normal |
Scan frequency (normal/high/ultra) |
process_priority |
high |
Windows process priority |
Realtimeprocess priority may cause system freezes.- Interception driver must be installed or the bot will not function.
- Some games may detect the bot via anti-cheat; use at your own risk.