Skip to content

Instantly share code, notes, and snippets.

@ssaunier
Forked from jeresig/cookiebot.js
Last active December 24, 2015 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssaunier/6740966 to your computer and use it in GitHub Desktop.
Save ssaunier/6740966 to your computer and use it in GitHub Desktop.
clickInterval = setInterval(function(){
// Click the large cook as fast as possible!
$("#bigCookie").click();
// Sometimes a golden cookie will appear to give you a bonus
// Click that too!
$("#goldenCookie").click();
}, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment