Blum AutoClicker Bot is a Python-based auto-clicker tool designed to interact with specific colored objects within a defined region of the screen. It detects objects of specific colors, such as pink, green, and bomb-like objects, and interacts with them by simulating mouse clicks. It features a PyQt5 overlay window to visualize the detection area and uses color detection with OpenCV to avoid interacting with bomb-like objects.
blumclicker.mp4
- Color Detection: Detects pink and green objects on the screen within a defined region.
- Bomb Avoidance: Avoids interaction with bomb-like objects within proximity.
- Mouse Click Automation: Automatically clicks on detected objects based on color.
- PyQt5 Overlay: Displays an on-screen overlay marking the detection area.
- User Control: Allows the user to start/stop the bot with keyboard inputs.
Download and run the pre-built executable version of the bot from the following link:
Download Blum AutoClicker Bot Executable
No installation of Python or dependencies is required.
-
Clone the repository:
git clone https://github.com/username/blum-autoclicker-bot.git cd blum-autoclicker-bot -
Install the required dependencies using pip:
pip install -r requirements.txt
-
Install the following dependencies manually if required:
pip install PyQt5 mss opencv-python keyboard mouse decouple
-
Place the coordinates of the region to be monitored in the
window_coordinates.txtfile:start_x=100 end_x=600 start_y=100 end_y=400
-
Run the bot:
python main.py
-
Controls:
- Press
sto start the bot. - Press
pto stop the bot. - Press
Ctrl + Cto exit the program.
- Press