A python corss-platform autoclicker.
- Toggle key is Caps Lock (because who really uses it?). Caps Lock is also closer to WASD keys so it's easy to reach
- Anti-bot detection (by randomizing intervals between clicks, in the future i will add buterfly/dracgclick mode for even better stealth)
- Works for both right and left click
- Can change cps while running (UI not yet implemented)
First, download the binary form the releases section then run it like this:
./clickr --cps 10 # on linux
clickr.exe --cps 10 # on windows
You need to install pynput:
pip install pynput
For the Linux version you also need to install xdo:
pip install python-libxdo
python main.py --cps 10
To close the program press the END key To toggle autoclicking press the Caps Lock key.