Skip to content

Instantly share code, notes, and snippets.

@dakerfp
Created August 24, 2021 19:10
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 dakerfp/da10df81687d5ab9dccf15db27ba785b to your computer and use it in GitHub Desktop.
Save dakerfp/da10df81687d5ab9dccf15db27ba785b to your computer and use it in GitHub Desktop.
Cookie clicker cheat
// https://orteil.dashnet.org/cookieclicker/
var cookie = document.getElementById("bigCookie")
var cookieIntervalId = setInterval(function() {
cookie.click();
}, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment