Giter Site home page Giter Site logo

dmotte / winautoclicker Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 4 KB

๐Ÿ–ฑ Simple Auto-Clicker CLI application for Windows, written in C++

License: MIT License

C++ 100.00%
cpp c clicker auto autoclicker auto-clicker c-plus-plus windows win mingw

winautoclicker's Introduction

winautoclicker

Simple Auto-Clicker CLI application for Windows, written in C++.

Usage

To use this program, you just have to download the pre-compiled exe file and run it on your PC.

The first CLI parameter is the interval (in milliseconds) between each click (default 1000).

clicker.exe 3000

โš ๏ธ Warning: do not set the interval parameter to extremely low values, as it can freeze your PC and you may not be able to close the application anymore.

Compiling

Note: this procedure has been tested on a fresh Windows 10 installation.

If you want to compile the application yourself, you must have MinGW installed on your system. I suggest installing it via the Chocolatey package manager:

choco install -y mingw

Then compile the main.cpp file with the G++ compiler:

g++ main.cpp -static -o clicker.exe

The result of the compilation is the clicker.exe executable file.

winautoclicker's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.