Install And Run An Autoclicker On Ubuntu

Use the tool xdtool to perform autoclicking on Ubuntu.

Install xdtool like this:

sudo apt install xdotool

Run it like this:

xdotool click --repeat 200 --delay 20 1

The above command reads:

  • Click 200 times in total.
  • Click every 20 milliseconds.
  • Using the left mouse button (ie. mouse button 1).

Note: Be careful where your mouse is when you activate this as you can create quite a bit of mischief to your system when your mouse is clicking hundreds of times.

 

 

Add new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
2 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.