Skip to content

letian-j/stack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stack-bot

Python Google Play App Store

Record

YouTube

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

  1. Clone this repository:
git clone https://github.com/letian-j/stack-bot.git
cd stack-bot
  1. Install required dependencies:
pip install pyautogui pynput

Usage

  1. Run the script:
python main.py
  1. Click anywhere on the screen to set the auto-click position
  2. The bot will start clicking automatically after a brief delay
  3. 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.

About

An auto-clicker bot for the Stack game that automatically clicks at a specified position.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages