version | |
---|---|
Node | v18.13.0 |
NPM | 8.19.3 |
Je ne parvenais pas à lancer mon Bouftou Royal
- Install Node 18+
- Clone the repository
git clone [email protected]:newQuery/node-auto-clicker.git [PATH du dossier]
- Open a terminal
- Run
npm run start
from the root folder to run the autoclicker
Edit the ./config.json
file
Set isCtrlActive
to true
if you want to start with CTRL+[START KEY]
{
"startKey": "s",
"stopKey": "t",
"pauseKey": "p",
"mouseButton": "right",
"isCtrlActive": false,
"millisecondsBetweenEachClick": 10
}