A Java Swing auto-clicker that performs randomised mouse clicks within configurable coordinate ranges and time intervals - useful for automation tasks.
- Set X and Y coordinate ranges - clicks land at a random position within the box
- Set time intervals (low/high) - clicks fire at random intervals in the range
- Choose left or right mouse button
- Start/stop with a button click
Run the executable from Executable/. Set your coordinate and timing ranges, then start.
For a simpler no-install option, see TinyTask.
- Java (Swing /
java.awt.Robotfor mouse control) - Built with Launch4J for Windows executable packaging
Developed: November 2019 · Not actively maintained

