/xac

Fast and Powerful Windows and Linux autoclicker written in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

xac

A very basic, fast and powerful Windows and Linux autoclicker written in C.

Requirements

Linux:

  • libx11-dev
  • libxtst-dev
  • make

Clone the repo

$ git clone https://github.com/FrancescoXD/xac.git
$ cd Xlib

Building and running

$ make linux	 # for linux users
$ make windows	 # for windows users
$ ./xac

Installation (Linux only)

$ sudo make install

Now you can start the autoclicker just typing xac everywhere.

Uninstallation (Linux only)

$ sudo make uninstall