- Click once to set the auto-click position
- Configurable click intervals via
config.json - Real-time click counter
- Press 'q' to exit anytime
- Clone this repository:
git clone https://github.com/letian-j/stack-bot.git
cd stack-bot- Install required dependencies:
pip install pyautogui pynput- Run the script:
python main.py- Click anywhere on the screen to set the auto-click position
- The bot will start clicking automatically after a brief delay
- Press 'q' to stop
Edit config.json to customize timing:
{
"start_delay": 0.8, // Delay before first cube (seconds)
"click_interval": 0.7 // Time between clicks (seconds)
}- Python 3.6+
- pyautogui
- pynput
See LICENSE file for details.
