Fast mouse and keyboard automation with a Classic interface, persistent color themes, and eight fully custom skin experiences.
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, and Neon. Themes change colors only and always preserve the original Classic layout.
Skins can rebuild the complete UX with new layouts, hierarchy, typography, cards, rounded controls, colors, and borderless window chrome.
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.
Themes never touch a skin, and skins never leak into Classic View. Return to Classic restores the original controls, colors, native frame, hierarchy, and dimensions.








.aaskin packages contain JSON and images only—never executable code.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.
.aaskin package validation and automatic fallback%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.