Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 527 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 527 Bytes

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