Skip to content

2xytalha/2xyColorbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2xy ColorBot

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


Features

  • 🎯 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

Requirements

System

Python Libraries

mss
keyboard
colorama
interception-python

Installation

1. Install Interception Driver

install-interception.exe /install

Restart your system after installation.

2. Install Python Dependencies

pip install -r requirements.txt

3. Run

python main.py

⚠️ Running as Administrator is recommended.


Build (Create EXE)

build_bot.bat

Creates dist\Spotify.exe with the following properties:

  • Single file (--onefile)
  • PE metadata signed as Spotify AB (camouflage)
  • Console window title: Spotify

Usage

Hotkeys

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

F12 — Delay & Performance Menu

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)

Settings (config.json)

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

Warnings

  • Realtime process 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.

Contact

https://solo.to/talhates

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors