/AutoClicker

A simple open-source AutoClicker.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

AutoClicker

A simple open-source AutoClicker.

Usage

Cloning

Git is required in order to clone a github repository. You can find a download to git on their official website here. After installing git, open CMD and enter this command:

git clone https://github.com/morganwall/AutoClicker.git

You should have now successfully cloned the repository.

Requirements

This project was writen in Microsoft Visual Studio 2022 and will require platform toolset v143. This project was wrote and will only run on Windows.

Compiling

First, please make sure that you have Microsoft Visual Studio 2022 intalled, along with platform toolset v143. Open the .sln file included in the folder, with Microsoft Visual Studio 2022. After that, select the build options that correlate to the architecture of your desired target program Release | x64/x86 and press Build. Upon completion, you should find a binary called "AutoClicker.exe".

Operation

After launching the exe, you will be greeted by a console window along with instructions on how to use it.

License

Copyright (c) 2022 Morgan Wall
This project is licensed under the GNU General Public License v3.0 License - refer to the LICENSE for more detail.