Skip to content

haiseskibidi/SpamClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoClicker for Games

A program for automating keyboard and mouse clicks in games with support for fullscreen mode. Written in Python using standard Tkinter/ttk.

Icon

What's New in Version 2.0

Major Update!

  • Light and dark themes – switchable minimal UI (default light-gray)
  • Custom sequence feature – create your own key/mouse button sequences with custom delays
  • Enhanced hotkey binding – easily change function hotkeys through the interface
  • Improved performance – optimized core, removed heavy dependencies

Features

  1. Spam - automatically performs a sequence of actions in order:
    • Press Space → Wait 10ms → Release Space → Wait 10ms
    • Press 1 → Wait 10ms → Release 1 → Wait 10ms
    • Press LMB → Wait 10ms → Release LMB → Wait 10ms
    • For skipping dialogues in Honkai: Star Rail
  2. LMB - automatically presses and releases left mouse button with 10ms delays
  3. Custom Sequence - create your own sequence of keyboard and mouse actions with custom delays
  4. Customizable binds - ability to assign keys to enable/disable functions
  5. Enable/Disable - ability to quickly turn the entire program on/off without closing it

Requirements

  • Python 3.7 or higher
  • Libraries: pynput, pillow
  • Administrator privileges (for global keyboard hooks)

Installation and Launch

Option 1: Running the Python script

  1. Clone the repository:
git clone https://github.com/your-username/AutoClickerPy.git
cd AutoClickerPy
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the script:
python autoclicker.py

Option 2: Using the ready-made EXE file

  1. Download the latest version from the Releases section
  2. Extract the archive and run autoclicker.exe

Option 3: Creating your own EXE file

  1. Install PyInstaller:
pip install pyinstaller
  1. Create an EXE file:
pyinstaller --onefile --windowed --noconsole --icon icon.png -n AutoClicker run.py
  1. The finished file will be available in the dist folder

Usage

  1. Launch the program (EXE file or Python script)
  2. The program starts in active mode but with the menu hidden
  3. Control the program using hotkeys:
    • Delete - show/hide menu
    • F1 - enable/disable Spam function (can be rebound)
    • F2 - enable/disable LMB function (can be rebound)
    • F3 - enable/disable Custom Sequence function (can be rebound)
  4. To configure the program, press Delete to show the menu
  5. Use the "Enable Program" / "Disable Program" button to quickly enable or disable all functions
  6. Change key bindings by clicking the "Change" button next to each function
  7. Configure custom sequences by clicking the "Configure Sequence" button

Important to Know

  • The program requires administrator rights to work with keyboard hooks
  • Functions work even with the menu hidden
  • The status in the menu shows whether the program is currently active or disabled
  • Custom sequences can be very powerful - experiment with different combinations!

Warning

Using auto-clickers may violate the rules of some games and lead to account blocking. Use at your own risk.

License

MIT

Author

zaaaa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages