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.
- 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.
-
Install AutoHotkey:
- If you don't have AutoHotkey installed, download and install it from the official website.
-
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.
- Open AutoHotkey and create a new file with the
-
Run the Script:
- Double-click the
.ahk
file to start the script. - The script will run automatically in the background.
- Double-click the
-
Hotkeys 🎮:
- F6: Toggle the Auto-Clicker on or off.
- F7: Close the script.
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.
- AutoHotkey: A scripting language for Windows used to create simple yet powerful automation scripts.
This project is licensed under the MIT License. You are free to modify and distribute the code.
Contributions are welcome! To contribute:
- Fork this repository.
- Create a new branch for your feature (
git checkout -b my-new-feature
). - Commit your changes (
git commit -am 'Add new feature'
). - Push your changes to your repository (
git push origin my-new-feature
). - Open a Pull Request.
If you need help or have any questions, feel free to contact through the issues or pull requests section of this repository.
For any questions or support, feel free to reach out:
- Email: victorvernier@proton.me
- GitHub: @victorvernier