Idle Hunter

Idle Hunter

Not enough ratings
5 achievements in 1 second - Linux
By DigikalGorgon
You'll get Fast (20x/s), Much Faster (30x/s), Is that possible? (40x/s), What!? (50x/s), The fastest hand on the Wild West (60x/s) within 1 second.
   
Award
Favorite
Favorited
Unfavorite
62 clicks per second
xdotool click --delay 16 --repeat 100000 1

16ms delay between click
100k times
1 is leftclick

Make sure you tile terminal and IdleHunter side-by-side for easy moving mouse back and forth between windows.

CTRL+C to quit the command.

300 clicks per second
xdotool click --delay 1 --repeat 100000 1
Using the minimum delay of 1ms you can get 300 clicks per second:
1 Comments
bibo 24 Dec, 2018 @ 6:55am 
куда вводить эту команду ?