Last Updated: 15.10.2020
ClickBot is a java program designed to simulate user clicks at a millisecond-level interval for a browser-based environment. This was built as a personal experiment to explore timing precision, event automation, and UI scripting.
โ ๏ธ Disclaimer: This project was created for educational and experimental purposes only. Using automation tools (bots, scripts, macros) in online games often violates their Terms of Service. This repository does not encourage or condone the use of such tools in live game environments. The author is not responsible for any misuse of this code.
- High-speed click simulation using native system events without browser interaction
- Customizable click interval (milliseconds)
- Lightweight and minimal dependencies
This project was a technical exercise in:
- Precision timing and threading
- Overcoming ping latency
It is not intended for real-world gameplay use.
Requires Java SE Development Kit 9.0.4 or newer (https://www.oracle.com/java/technologies/javase/javase9-archive-downloads.html)