Skip to content

dantsec/AutoClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoClicker 🖱️

AutoClicker is a desktop application for automating mouse clicks!

Authors 👥

  • For more information see my blog and my contributions to community.

Tech Stack 🧑‍💻

  • This project was developed with the following technologies:

Documents 📂

Installation / Run Locally ⚙️

  • 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.

Features ✨

  • 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.

Screenshots 📷

User Interface.

interface

Todo List 📌

  • 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).

Contributing 🛠️

# 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]