A small Windows tray app for automatic mouse clicking.
- Fixed or random click intervals
- Left, right, middle, X1, and X2 click buttons
- Global keyboard and mouse hotkeys
- Toggle activation or click only while a hotkey is held
- Start with Windows
- Updates through GitHub Releases
- Light and dark system themes
Requires Windows 10 build 19041 or newer and the .NET 10 SDK.
dotnet restore MouseClicker.sln --configfile NuGet.config -p:Platform=x64
dotnet build MouseClicker.sln --no-restore -c Release -p:Platform=x64Create a self-contained build:
.\Scripts\Build-AppBundle.ps1 -Configuration Release -SelfContainedMouse Clicker uses the standard Windows SendInput API. Elevated or protected applications may reject clicks from a normal process.
