This project is a Java-based autoclicker application developed using JavaFX. It allows users to perform automatic clicks at a configurable speed, making it ideal for automating repetitive tasks that require frequent clicking.
This project is a Java-based autoclicker application developed using JavaFX. It allows users to perform automatic clicks at a configurable speed, making it ideal for automating repetitive tasks that require frequent clicking.
Main Features:
- 🎨 User-friendly graphical interface built with JavaFX.
- ⚡ Configurable click speed (clicks per second).
- 🖱️ Supports left-click, right-click, or both.
- 📊 Click counter that tracks the number of clicks performed.
- ⏲️ Option to set a maximum click limit, automatically stopping when reached.
- ⏸️ Ability to pause and resume the autoclicking process.
Este proyecto es una aplicación de autoclicker desarrollada en Java utilizando JavaFX. Permite realizar clics automáticos a una velocidad configurable, siendo ideal para automatizar tareas repetitivas que requieren clics frecuentes.
Características principales:
- 🎨 Interfaz gráfica amigable creada con JavaFX.
- ⚡ Velocidad de clic configurable (clics por segundo).
- 🖱️ Soporte para clic izquierdo, derecho o ambos.
- 📊 Contador de clics realizados.
- ⏲️ Opción para establecer un límite máximo de clics, deteniéndose automáticamente al alcanzarlo.
- ⏸️ Funcionalidades para pausar y reanudar el proceso de clic automático.
Java Autoclicker Interface: Set clicks per second, choose click type, and start/stop the autoclicker.
- Java 17 or higher.
- JavaFX (included in the project).
-
Clone this repository:
git clone https://github.com/AntonioLavadoDev/autoclicker-app-java.git
Contributions are welcome! If you'd like to improve this project, especially in areas such as the graphical interface or adding new features, please follow these steps:
- Fork the repository to your own GitHub account.
- Create a new branch for your feature or bugfix:
git checkout -b feature/your-feature-name