https://github.com/dzobamain/autocliker-cpp
Auto-clicker with the ability to add custom functionality
https://github.com/dzobamain/autocliker-cpp
auto-clicker cpp functions
Last synced: about 1 year ago
JSON representation
Auto-clicker with the ability to add custom functionality
- Host: GitHub
- URL: https://github.com/dzobamain/autocliker-cpp
- Owner: dzobamain
- Created: 2024-12-26T10:59:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T17:01:09.000Z (about 1 year ago)
- Last Synced: 2025-06-06T17:05:57.985Z (about 1 year ago)
- Topics: auto-clicker, cpp, functions
- Language: C++
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autocliker
## Description
A simple auto clicker for your PC, with click interval settings, a delay before start, and other basic auto-clicker features.
## Installation Guide
1. Install **gcc**
+ https://gcc.gnu.org/
+ linux: ```sudo apt install build-essential```
+ macOS: ``` brew install gcc```
+ windows: ```pacman -S mingw-w64-ucrt-x86_64-gcc```
2. Install **ncurses** library
+ https://invisible-island.net/ncurses/
+ linux: ```sudo apt install libncurses5-dev libncursesw5-dev```
+ macOS:```brew install ncurses```
+ windows: ```pacman -S mingw-w64-ucrt-x86_64-ncurses```
3. Install **autocliker-cpp**
1. ```git clone https://github.com/dzobamain/autocliker-cpp```
2. ```cd autocliker-cpp```
## How to Compile and Run
Code Compilation (Console)
### Linux/MacOS
```
./build.sh
```
```
./autoclicker
````
### Windows
```
./build.bat
```
```
autoclicker.exe
````