Skip to content

ZeroLight18/BlazeAutoClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Blaze Auto-Clicker

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

Features

  • 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

Option 1: Standalone .exe (Recommended)

  1. Download MinecraftBlazeAutoClicker.exe from the Releases page
  2. Run it - no installation needed!

Option 2: Run from Source

  1. Install Python 3.8 or higher
  2. Install dependencies:
    pip install -r requirements.txt
  3. Run:
    python main.py

Usage

  1. Launch Minecraft 1.8.9 or Lunar Client
  2. Run the auto-clicker:
    python main.py
    
  3. 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
  4. Click START to begin
  5. Wait for the 5-second countdown
  6. Position yourself to face Blazes
  7. The auto-clicker will only click when it detects yellow Blazes in the center of your screen
  8. Tab out and use other applications freely (window can be overlapped)
  9. Click STOP! when done

How It Works

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

Notes

  • 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

Troubleshooting

"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

Building from Source

To create your own .exe:

pip install pyinstaller
python build_exe.py

The .exe will be in the dist folder.

Support

Questions or issues? Contact me on Discord: zerolight18

Legal Notice

This tool is for educational purposes. Using auto-clickers may violate terms of service on multiplayer servers. Use at your own risk.

License

MIT License - Feel free to modify and distribute!

About

Minecraft auto-clicker with Blaze detection.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages