AutoClicker is a desktop application for automating mouse clicks!
- For more information see my blog and my contributions to community.
- This project was developed with the following technologies:
- C# (Main Language)
- WindowsInput (Library to handle I/O events)
-
Important: Currently version only available for Windows OS.
-
Visual Studio [ ✔️ ]:
- Open the solution via Visual Studio, build and run.
-
Visual Studio [ ❌ ]:
- Download the latest version from the releases page, unzip and run AutoClicker.exe.
- Choose a custom interval to perform mouse tasks;
- Perform left button and right button mouse clicks;
- Perform single click tasks, or double click tasks;
- Perform clicks infinitely, or choose a limited number of times;
- Perform clicks at custom position.
User Interface.
- Current location click;
- "Records" top section: save presets (NAME;X;Y);
- Perform middle button click;
- Click Repeat Group Box - repeat clicks with determinated time (ex: click for X hours / minuts / secs / millisecs).
# Create a fork from the original repository and clone it.
git clone https://github.com/YOUR_USERNAME/AutoClicker.git
# Enter into the project folder.
cd AutoClicker/
# Create a new branch with the name feat-[BRANCH_NAME].
git checkout -b feat-[BRANCH_NAME]
# Make your changes and commit them.
git add . && git commit -m "YOUR_COMMIT_MESSAGE"
# Push your branch and open a pull request.
git push origin feat-[BRANCH_NAME]