https://github.com/oriash93/AutoClicker
AutoClicker is a useful simple tool for automating mouse clicks.
https://github.com/oriash93/AutoClicker
autoclick autoclick-bot autoclicker autoclicktool automation clicker hacktoberfest
Last synced: 2 months ago
JSON representation
AutoClicker is a useful simple tool for automating mouse clicks.
- Host: GitHub
- URL: https://github.com/oriash93/AutoClicker
- Owner: oriash93
- License: mit
- Created: 2016-12-24T17:36:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T11:05:35.000Z (7 months ago)
- Last Synced: 2024-11-14T11:36:18.870Z (7 months ago)
- Topics: autoclick, autoclick-bot, autoclicker, autoclicktool, automation, clicker, hacktoberfest
- Language: C#
- Homepage:
- Size: 304 KB
- Stars: 324
- Watchers: 14
- Forks: 131
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoClicker


AutoClicker is a desktop application for automating mouse clicks.
Written in C# and WPF.## Features
* Choose a custom interval to perform mouse tasks.
* Perform left button, right button or middle button mouse clicks.
* Perform single click tasks, or double click tasks.
* Perform clicks infinitely, or choose a limited number of times.
* Perform clicks at the current cursor position, or choose a custom position.## Platform
Currently available only for Windows OS.## Download ##
Download the latest version from the [releases](https://github.com/oriash93/AutoClicker/releases) page, unzip and run AutoClicker.exe.## Build ##
Open the solution via Visual Studio, build and run.