An open API service indexing awesome lists of open source software.

https://github.com/filiprokita/legitclicker

It is an autoclicker that can be enabled and disabled with specific keyboard keys, and allows the user to set the number of clicks per second. It uses the Windows.h library to simulate mouse clicks.
https://github.com/filiprokita/legitclicker

autoclicker clicker-games cpp gaming keyboard-shorcuts mouse-clicks open-source productivity user-input windows-h

Last synced: 3 months ago
JSON representation

It is an autoclicker that can be enabled and disabled with specific keyboard keys, and allows the user to set the number of clicks per second. It uses the Windows.h library to simulate mouse clicks.

Awesome Lists containing this project

README

          

# LEGITCLICKER

LEGITCLICKER is a simple autoclicker program that can be used in games or other applications. It uses the Windows API to simulate left mouse clicks at a user-defined CPS (clicks per second) rate.

## How to Use

1. Run the program by compiling and executing the `legitclicker.cpp` file in your preferred C++ development environment.
2. When prompted, enter the keys to enable and disable the autoclicker and the CPS rate you want to use.
3. Press the enable key to start autoclicking, and the disable key to stop autoclicking.

## Requirements

- Windows operating system
- C++ development environment (e.g. Visual Studio, Code::Blocks, etc.)