AutoClicker
Developed in Java - 2007
Developed this app real quick for a full screen game that I wanted to hammer mouse clicks for -- I know... Cheats! -- Because it was full screen, I had to find a solution that will allow me to use keyboard shortcuts to enable/disable the clicking.
This auto clicker uses a .dll file and API created for use in jintellitype applications. These resources allow java apps to interact with Windows via shortcut keys which execute useful code.
This AutoClicker responds to the CTRL+SHIFT+Z shortcut keys, allowing it to start and stop auto clicking at 100ms intervals. It does this by executing a while loop that continuously clicks the saved position of the mouse at the moment the command was activated. Pressing the key combination again, will break out of the loop, allowing you to resume regular operations.
The CTRL+SHIFT+Q can exits the application mid click, incase something goes wrong.
Note: I could not find the application/code for this one either. Will upload when I find it.