🖱️ A simple C++ autoclicker with humanistic click distribution.
- C++ 98.8%
- C 1.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| screenshot | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| autoclicker.h | ||
| autoclicker.ico | ||
| autoclicker.rc | ||
| autoclicker.slnx | ||
| autoclicker.vcxproj | ||
| autoclicker.vcxproj.filters | ||
| framework.h | ||
| LICENSE | ||
| README.md | ||
| Resource.h | ||
| small.ico | ||
| targetver.h | ||
🖱️ Autoclicker
A simple C++ autoclicker designed to emulate authentic click patterns.
🎥 Click recorder
Features a "click recorder" that samples your own click pattern as the distribution.
⌨️ Controls
The toggle keys can be rebound, but the defaults are
| Key | Action |
|---|---|
F6 |
Enable left clicker |
F8 |
Enable right clicker |
If the delivery mode is set to a target application, you can also enable "Only when holding mouse down". This makes it so that while the autoclicker is enabled, you have to hold down the left click button to start autoclicking.

