Skip to content

Czekin/macro-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super basic macro mouse clicker

Super basic macro without recording. You can edit this code and add whatever you want. If you want recording you can add it in your code.

This repo is created to help others with searching npm modules to do macro.

robotjs gives ability to execute keyboard and mouse moves and clicks. iohook gives ability to listen if any key was clicked and if any mouse movemnent or click.

Controls

Start / Pause / Resume

  • Press Shift+Z

Stop

  • Press Shift+Esc

How To Install

  • You must have: NodeJS >= v14.15.3
  • download it
  • in console type npm i
  • run command npm start
  • and macro is working.

How to change mouse clicks

  • Go to file config.json
  • change value clickInterval to any other number. ( NUMBER MUST BE IN MILLISECODS, 1000ms = 1s, default: 200ms )

Milliseconds to CPS table

Tested in 5 seconds test

ms CPS
250 4.0
200 5.0
150 6.6
100 9.2
90 10.8
80 10.8
70 13.0
60 16.0
50 16.2
40 ~21.4
30 ~30.8
20 ~32.2
10 ~58

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors