Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.19 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.19 KB

Cookie Clicker BOT

Automates Cookie Clicker purchasing, click and more!

Usage

Quick and dirty

Just paste the contents of dist/CookieBot.js into the console of Cookie Clicker and you're good to go

Automatic updates via Tampermonkey chrome extension

All the source is bundled under dist/cookie-clicker-bot.js

For production use: a UserScript is also created under dist/cookie-clicker-bot.userscript.js that can be directly installed in Tampermonkey

For development, you can replace the @require value to a file:///<path_to_local_file> by giving Tampermonkey access to your filesystem. That way the script refreshes on every page refresh

Development

yarn watch

NOTE: easiest is to use the Tampermonkey worflow above and just switch the @require statement from the github url to your local file system dist/CookieBot.js. Instructions on how to grant Tampermonkey filesystem access