Skip to content

A simple AutoHotkey script to automate mouse clicks for repetitive tasks. Ideal for games or automation processes that require continuous clicking.

License

Notifications You must be signed in to change notification settings

L0g0rhythm/Auto-Clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple AutoHotkey script to automate mouse clicks for repetitive tasks. Ideal for games or automation processes that require continuous clicking.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published