Skip to content

Instantly share code, notes, and snippets.

@spaetzel
spaetzel / cookiebot.js
Last active December 24, 2015 01:59 — forked from dieseltravis/cookiebot.js
Attempt to get clicking on only items needed for achievements to work.
CookieBot = {
start: function() {
//TODO: limit this to 15 for hidden achievement?
this.clickInterval = setInterval(function(){
// Click the large cook as fast as possible!
$("#bigCookie").click();
}, 1);
this.buyInterval = setInterval(function(){
// Sometimes a golden cookie will appear to give you a bonus
// Click that too!