This is an efficient auto-clicker written in Rust, designed to automate clicking tasks on your computer.
- Install Rust on your computer.
- Clone this repository to your local machine using
git clone https://github.com/andreglatz/auto-clicker.git
- Navigate to the cloned repository and run
cargo build --release
- Double-click on the executable generated in the
target/release
folder or run it from the command line with./target/release/auto-clicker
- Move your mouse to the desired location and press the hotkey (default is "F6") to start clicking.
- Press the hotkey again to stop the clicking.
Contributions are welcome! Feel free to fork this repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.