ClickMaster is a simple and customizable auto-clicker built in Java using JavaFX and AWT. It allows users to automate mouse clicks to reduce fatigue and speed up repetitive tasks.
- Set custom click intervals
- Choose between Left, Middle, or Right mouse clicks
- Specify X and Y coordinates for precise clicking (optional)
- Simple start/stop functionality
- Light and dark theme toggle
- Built with JavaFX for a clean and modern UI
- Java 17
- JavaFX
-
Clone this repository:
git clone https://github.com/Gabe3L/ClickMaster.git cd ClickMaster -
Compile and run the program:
javac --module-path /path/to/javafx/lib --add-modules javafx.controls,javafx.fxml -d bin src/com/gabelynch/clickmaster/*.java java --module-path /path/to/javafx/lib --add-modules javafx.controls,javafx.fxml -cp bin com.gabelynch.clickmaster.AutoClicker
- Open the program.
- Enter the click interval in milliseconds.
- (Optional) Enter X and Y coordinates for clicking.
- Select the desired mouse button:
- Left Click
- Middle Click
- Right Click
- Click "Start" to begin auto-clicking.
- Click "Stop" to stop auto-clicking.
- Use the "Toggle Theme" button to switch between light and dark mode.
- Custom hotkeys for starting and stopping clicks.
- Support for custom click patterns.
- Saving user settings between sessions.
This project is licensed under the MIT License.