A smart auto-clicker for Minecraft 1.8.9/Lunar Client that uses computer vision to detect Blaze mobs and only attacks when they're visible. Perfect for AFK Blaze farming!
Created by zerolight18 | Questions? Contact me on Discord: zerolight18
- 5-Second Countdown Timer: Gives you time to position before starting
- Blaze Detection: Uses computer vision to detect yellow/gold Blazes on screen
- Smart Clicking: Only clicks when a Blaze is detected in the center area
- Window-Specific Clicking: Sends clicks directly to Minecraft window, even when overlapped
- Left & Right Click Support: Configure either or both mouse buttons
- Hold Button Mode: Keep button held down continuously
- Configurable Delay: Set click speed in milliseconds (CPS control)
- Multi-tasking Friendly: Use other apps while auto-clicking in Minecraft
- Download
MinecraftBlazeAutoClicker.exefrom the Releases page - Run it - no installation needed!
- Install Python 3.8 or higher
- Install dependencies:
pip install -r requirements.txt
- Run:
python main.py
- Launch Minecraft 1.8.9 or Lunar Client
- Run the auto-clicker:
python main.py - Configure your settings:
- Check "Only click when Blaze detected" to enable mob detection
- Check which mouse buttons to click
- Set delay in milliseconds (lower = faster clicks)
- Enable "Hold button" for continuous holding
- Click START to begin
- Wait for the 5-second countdown
- Position yourself to face Blazes
- The auto-clicker will only click when it detects yellow Blazes in the center of your screen
- Tab out and use other applications freely (window can be overlapped)
- Click STOP! when done
This auto-clicker uses:
- Windows API (
win32gui) to find and send clicks to Minecraft window - OpenCV for computer vision and color detection
- HSV color space to detect yellow/gold Blaze mobs
- Screenshot capture to analyze the game even when overlapped
- Smart detection that checks the center 40% of the screen for Blazes
- The Minecraft window must contain "1.8.9" in its title
- Clicks are sent to the center of the Minecraft window
- Works even when Minecraft is minimized or behind other windows
- Use responsibly and follow server rules
"Minecraft 1.8.9 window not found!"
- Ensure Minecraft is running with "1.8.9" in the window title
- Check that the window is not completely minimized
Clicks not registering:
- Try adjusting the delay (increase if too fast)
- Ensure Minecraft is the active profile/instance
To create your own .exe:
pip install pyinstaller
python build_exe.pyThe .exe will be in the dist folder.
Questions or issues? Contact me on Discord: zerolight18
This tool is for educational purposes. Using auto-clickers may violate terms of service on multiplayer servers. Use at your own risk.
MIT License - Feel free to modify and distribute!