{"id":27455044,"url":"https://github.com/p6laris/snapclicker","last_synced_at":"2026-04-25T23:37:56.534Z","repository":{"id":287886198,"uuid":"966124423","full_name":"p6laris/SnapClicker","owner":"p6laris","description":"Powerful desktop automation tool to record and simulate mouse and keyboard actions with precision, with preset feature.","archived":false,"fork":false,"pushed_at":"2025-04-14T12:48:38.000Z","size":409,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T15:16:24.758Z","etag":null,"topics":["autoclick","autoclicktool","csharp","desktop-app","desktop-application","fluent-design","input-simulation","input-simulator","keyboard-recorder","mouse-recorder","mvvm","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p6laris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-14T12:46:39.000Z","updated_at":"2025-04-14T12:59:41.000Z","dependencies_parsed_at":"2025-04-14T14:03:48.261Z","dependency_job_id":null,"html_url":"https://github.com/p6laris/SnapClicker","commit_stats":null,"previous_names":["p6laris/snapclicker"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6laris%2FSnapClicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6laris%2FSnapClicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6laris%2FSnapClicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p6laris%2FSnapClicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p6laris","download_url":"https://codeload.github.com/p6laris/SnapClicker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094935,"owners_count":21211837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoclick","autoclicktool","csharp","desktop-app","desktop-application","fluent-design","input-simulation","input-simulator","keyboard-recorder","mouse-recorder","mvvm","wpf"],"created_at":"2025-04-15T15:16:28.172Z","updated_at":"2026-04-25T23:37:56.491Z","avatar_url":"https://github.com/p6laris.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SnapClicker\n![GitHub Release](https://img.shields.io/github/v/release/p6laris/SnapClicker)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/p6laris/SnapClicker/.github%2Fworkflows%2Frelease.yml?branch=release)\n\n\u003cimg width=\"400\" alt=\"SnapClickerAppScreenshot\" src=\"https://github.com/p6laris/SnapClicker/blob/main/Assets/SnapClickerApp.png\"\u003e\n\n**SnapClicker** is a versatile automation tool that lets you record and replay mouse clicks and keyboard inputs with pinpoint accuracy. \nWhether you're automating repetitive tasks, building complex input sequences, or crafting custom workflows — SnapClicker makes it easy. \nWith a modern, user-friendly interface, you can save recordings as presets, manage them locally, and run them anytime with just a few clicks.\n\n## ✨ Features\n1. **Fast and Lightweight**\nUtilizes the efficient `SendInput` API for simulating input — significantly faster and more reliable than older methods like `keybd_event` or `mouse_event`.\n2. **Smart Recording**\n    * **Full Recording**: Record any sequence of mouse and keyboard inputs for playback.\n    * **Manual Recording**: Capture an individual action with precise timestamps—ideal for games and long-duration automation.\n3. **PreciseDelays Mode**\n   Enable high-precision timing for minimal delays between actions (microsecond-level control).\n   \n   \u003e ⚠️This mode significantly increases CPU usage and system load. Only enable when absolutely necessary (e.g., competitive gaming, bypassing strict anti-bot checks).\n   \u003e For most tasks, standard delays are sufficient and far more efficient.\n\n4. **Preset System**\nRecord your actions and save them as named presets. Easily organize and replay them whenever you need.\n\n5. **Modern UI**\nSleek, intuitive interface that makes creating, managing, and running automations effortless.\n\n6. **Wide Input Support**\nSupports a variety of mouse actions — including **left click**, **right click**, **middle click**, and **mouse movement**. For keyboards, it handles **nearly all keys**, allowing you to build robust, flexible workflows.\n\n7. **Customizable Hotkeys**\nStart and stop recording or playback using keyboard shortcuts. You can personalize these hotkeys to fit your workflow and preferences.\n\n8. **Adjustable Action Intervals**\nCustomize the delay between each recorded action to control the speed and rhythm of playback. This feature is especially useful for bypassing anti-auto-clicking detection in certain applications or games.\n\n## 💿 Installation\n### 1. Download from GitHub Releases\nGo to the Latest [Release page](https://github.com/p6laris/SnapClicker/releases).\nDownload the setup file:\n* SnapClicker-Setup.exe (installer)\n* or SnapClicker-Portable.zip (no installation required)\n\nRun the installer or extract the portable ZIP.\n\n## 📖 Usage Manual\n\n#### Standard Automation\nFor everyday tasks like data entry or repetitive clicking:\n1. Keep `PreciseDelay` disabled\n2. Set action interval to `0` for maximum speed\n3. Record full automation sequences when possible\n\n#### Precision Automation\nFor applications requiring exact timing:\n1. Switch to manual recording mode\n2. Set up individual actions\n3. Configure custom intervals between actions\n4. For `PreciseDelay` mode:\n   - Enable only when absolutely necessary\n   - Use minimum 5ms intervals\n   - Monitor system resources\n5. Test sequences in controlled environment first\n\n### Recommended Settings\n| Use Case          | Mode          | Interval | Notes                  |\n|-------------------|---------------|----------|------------------------|\n| General automation| Standard      | 0-1ms   | Balanced performance   |\n| Critical timing  | PreciseDelay  | +5ms    | Short sessions only    |\n\n## 🧪 Performance Tests\n\n### Default Mode (Without PreciseDelays)\n- **Max CPS (Clicks Per Second):** 228\n- **Test Duration:** 1 second\n- **Action Interval:** 0ms\n  \n\u003cimg width=\"400\" alt=\"SnapClicker default performance test\" src=\"https://github.com/p6laris/SnapClicker/blob/main/SnapClickerDefaultPerf.png\"\u003e\n\n### PreciseDelays\n- **Max CPS (Clicks Per Second):** 3000\n- **Test Duration:** 1 second\n- **Action Interval:** 0ms\n  \n\u003cimg width=\"400\" alt=\"SnapClicker default performance test\" src=\"https://github.com/p6laris/SnapClicker/blob/main/SnapClickerPrecisePerf.png\"\u003e\n\n## ⚠️ Important Caution Notice\n**Disclaimer of Liability:**\n- This software is provided \"as-is\" without warranties\n- We are **not responsible** for any:\n  - System instability or hardware issues\n  - Account bans from games/software\n  - Data loss or unintended actions\n  - Consequences of improper usage\n- Using `PreciseDelay` mode or extreme settings may:\n  - Trigger anti-cheat systems\n  - Cause high CPU temperatures\n  - Lead to unpredictable behavior\n    \n## 📜 License\nSnapClicker is released under the [**MIT License**](https://github.com/p6laris/SnapClicker/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6laris%2Fsnapclicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp6laris%2Fsnapclicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp6laris%2Fsnapclicker/lists"}