Maximize your productivity or gaming experience with our powerful AutoClicker.
Explore FeaturesEverything you need for seamless automation.
Left and right mouse clicks at your cursor position with intervals down to 1 ms. Precision timing for gaming or productivity.
Press any key or combo like E+R, Space, or custom sequences. Staggered "press separately" mode for realistic typing feel.
Add configurable random millisecond offset per cycle so your automation looks human-like, not robotic.
Real-time counters during a run — total clicks, left/right mouse, and key presses — all updated live from the background engine.
One-key toggle start/stop from anywhere on your desktop. Works even when the app is minimized or in the background.
Dark, Light, AMOLED, Midnight Blue, Forest. Each skin tints the Windows title bar via native DWM API. Selection persists across restarts.
Custom hand-painted GDI+ controls — gradient-filled buttons with rounded corners, hover glow effects, progress bar with marquee mode.
Built-in language manager infrastructure with dictionary keys for every visible string. English-only today, ready to expand.
Async Task-based clicker loop with volatile flags, lock-protected key inputs, and proper CancellationToken disposal. No leaks, no crashes.
Issues identified, diagnosed, and resolved through rigorous multi-agent code review.
_clickTask — eliminated stale reference in StopClicker()CancellationTokenSource disposal — eliminated resource leak across restarts_keyInputs with lock statementShowImageMargin/ShowCheckMargin at runtimeLicenseManager.IsDesignMode) prevent VS designer crashesWhat works now and what we're actively improving.
%APPDATA%| Issue | Priority |
|---|---|
keybd_event deprecation — migrate to SendInput API |
Medium |
| UI thread updates from background tasks — missing Invoke() on stats labels & progress bar | High |
| Settings file locking — concurrent writes can corrupt JSON; no crash recovery | Medium |
| Hotkey unregistration on form close — currently relies on IDisposable pattern | Low |
Where we're heading next.
Replace deprecated keybd_event with modern Win32 SendInput API for keyboard injection — better compatibility and reliability.
Proper hotkey unregistration on all exit paths — graceful shutdown, crash recovery, and multi-instance conflict resolution.
File locking + atomic writes for settings.json with backup before overwrite to prevent corruption.
Wrap all background task → UI updates with proper Invoke() calls — eliminate thread-crossing bugs.
A web-based counterpart to the desktop app — accessible from any browser on any OS.
Record mouse/keyboard sequences and replay them with customizable timing and conditions.
Preset patterns for common use cases: spam click, double-tap, drag-and-drop, and more.