Skip to content

clvrk/ClarksContinuousClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clarks Continuous Clicker

Build Status GitHub All Releases

This is a simple and open-source auto-clicker command-line tool for Windows that can simulate virtual mouse events on an interval.

Parameters

PARAMETER             VALUE           ABOUT
----------------------------------------------------------
-b | --mouse-button   String (!)      The mouse button to simulate.
                                      Valid values are:
                                        left, middle, right
                                      for each mouse-button respectively.

-i | --interval       Double (!)      Interval in milliseconds to perform the virtual mouse event.

-x                    Signed Integer  (Optional) X-coordinate to place mouse cursor.

-y                    Signed Integer  (Optional) Y-coordinate to place mouse cursor.

-h | --help                           Prints an overview of available parameters.

-v                                    Enable verbosity.

Usage example

.\ccc.exe -b right -i 3000

... to perform a right-click every 3 seconds.

Download

You can grab the latest pre-built release here

About

A simple & open-source auto-clicker for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages