OpenAC is an open source auto clicker inspired by OPAutoClicker. No code from OPAutoClicker was used in this project.
OpenAC uses user32.dll calls to simulate mouse clicks. It offers the following features:
- Adjustable click speed
- Adjustable click location
- Adjustable click type (left, right, middle)
- Adjustable click count (single or double)
- Adjustable hotkey to start and stop clicking
- Status indicator in the system tray
-
Clone the repository
git clone https://github.com/BlinkDynamo/OpenAC.git -
Open the project in Visual Studio and build it with the following steps:
- Open Visual Studio
- Click on "Open a project or solution"
- Navigate to the cloned repository and open the .sln file
- Click on "Build" in the top menu
- Click on "Build Solution"
- Navigate to the "OpenAC/build/" folder and run the executable
