A lightweight Windows auto-clicker with a modern dark UI, built with C++20 and GDI.
- Left/Right click automation with adjustable CPS (clicks per second)
- Multi-click mode with configurable multiplier and delay
- Customizable hotkeys for quick start/stop
- Keep-click mode - auto-click without holding a key
- Dark themed UI with smooth animations
- Minimal footprint - no external dependencies beyond Windows SDK
- Windows 10 or later
- Visual Studio 2022 (v143+ toolset) with C++ Desktop Development workload
- Open
AutoClicker.slnin Visual Studio 2022 - Select
Release | x64configuration - Build → Build Solution (Ctrl+Shift+B)
Or build from command line:
msbuild AutoClicker.sln /p:Configuration=Release /p:Platform=x64- Left/Right: Toggle clicker for left/right mouse button, set CPS via slider
- Hotkey: Press the hotkey button to bind a new key, use it to start/stop the clicker
- Keep mode: Enable to auto-click without holding the hotkey
- Multi mode: Click multiple times per press with configurable multiplier (1-5x) and delay (1-200ms)
MIT