Skip to content

Instantly share code, notes, and snippets.

@bernieperez
bernieperez / cookiebot.js
Last active December 25, 2015 01:19 — forked from jeresig/cookiebot.js
CookieBot = {
start: function() {
this.clickInterval = setInterval(function(){
// Click the large cook as fast as possible!
$("#bigCookie").click();
}, 1);
this.goldenCookieInterval = setInterval(function(){
// Make the golden cookie show up
Game.goldenCookie.delay=1;
// Click the large cook as fast as possible!