A small cookie clicker script to add cookies at a set rate and amount. The original script can be found in my other antsyboi.github.io repository at /files/ccscript.js
- Open up the developer console on your browser of choice while in cookie clicker
- Paste in the entire script from script.js
- Run the function "cheat" with the amount of cookies per turn and the time in-between additions (in milliseconds)
- Kill all running instances of cheat by setting "killswitch" to one
- Run wipe() to reset all save data except name
cheat(200, 100) // Adds 200 cookies every 100 milliseconds
killswitch = 1 // To stop all instances of the cheat
killswitch = 0 // To allow use of the cheat again
wipe() // Wipes all save data