stack-bot

Record


Features
- Click once to set the auto-click position
- Configurable click intervals via
config.json
- Real-time click counter
- Press ‘q’ to exit anytime
Installation
- Clone this repository:
git clone https://github.com/letian-j/stack-bot.git
cd stack-bot
- Install required dependencies:
pip install pyautogui pynput
Usage
- Run the script:
- 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
Configuration
Edit config.json to customize timing:
{
"start_delay": 0.8, // Delay before first cube (seconds)
"click_interval": 0.7 // Time between clicks (seconds)
}
Requirements
- Python 3.6+
- pyautogui
- pynput
License
See LICENSE file for details.