https://github.com/l0g0rhythm/auto-clicker
A simple AutoHotkey script to automate mouse clicks for repetitive tasks. Ideal for games or automation processes that require continuous clicking.
https://github.com/l0g0rhythm/auto-clicker
ahk-script auto-clicker autohotkey-script clicker-script game-automation mouse-clicker
Last synced: 4 months ago
JSON representation
A simple AutoHotkey script to automate mouse clicks for repetitive tasks. Ideal for games or automation processes that require continuous clicking.
- Host: GitHub
- URL: https://github.com/l0g0rhythm/auto-clicker
- Owner: L0g0rhythm
- License: mit
- Created: 2025-02-23T05:51:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T03:20:49.000Z (over 1 year ago)
- Last Synced: 2025-06-10T17:54:11.898Z (12 months ago)
- Topics: ahk-script, auto-clicker, autohotkey-script, clicker-script, game-automation, mouse-clicker
- Language: AutoHotkey
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto-Clicker Script 🖱️
This is a simple **AutoHotkey** script that automates mouse clicks. It is useful for repetitive tasks, such as games or automation processes that require continuous clicking.
## Features 🌟
- **Enable/Disable Auto-Click**: Press `F6` to toggle the auto-click loop on or off.
- **Status Display**: When the Auto-Clicker is toggled on or off, a brief tooltip notification is shown to indicate the script's status.
- **Close the Script**: Press `F7` to close the script.
## How to Use 🚀
1. **Install AutoHotkey**:
- If you don't have AutoHotkey installed, download and install it from the [official website](https://www.autohotkey.com/).
2. **Create the Script**:
- Open AutoHotkey and create a new file with the `.ahk` extension.
- Copy and paste the script code you can find in the "Script Code" section below.
3. **Run the Script**:
- Double-click the `.ahk` file to start the script.
- The script will run automatically in the background.
4. **Hotkeys 🎮**:
- **F6**: Toggle the Auto-Clicker on or off.
- **F7**: Close the script.
## Script Code 💻
You can create the `.ahk` file and paste the code provided below. This code will be what you use to control the Auto-Clicker.
- **Toggle Function (F6)**: Toggle between enabling or disabling the auto-click loop.
- **Click Interval**: The script performs a click every 25 milliseconds while the Auto-Clicker is enabled.
- **Close Script (F7)**: You can close the script using the F7 key.
The code is simple and works to simulate automatic clicks while the script is running.
## Technologies Used 🔧
- **AutoHotkey**: A scripting language for Windows used to create simple yet powerful automation scripts.
## License 📜
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT). You are free to modify and distribute the code.
## Contribution 🤝
Contributions are welcome! To contribute:
1. Fork this repository.
2. Create a new **branch** for your feature (`git checkout -b my-new-feature`).
3. Commit your changes (`git commit -am 'Add new feature'`).
4. Push your changes to your repository (`git push origin my-new-feature`).
5. Open a **Pull Request**.
## Support 🆘
If you need help or have any questions, feel free to contact through the **issues** or **pull requests** section of this repository.
## 📧 **Contact**
For any questions or support, feel free to reach out:
- **Email**: victorvernier@proton.me
- **GitHub**: [@victorvernier](https://github.com/victorvernier)