Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Wolfwold0004/105de0a4f92aed86dc6f038d3b063b8f to your computer and use it in GitHub Desktop.
Save Wolfwold0004/105de0a4f92aed86dc6f038d3b063b8f to your computer and use it in GitHub Desktop.
A Hack for the popular cookie clicker game found in this website: http://orteil.dashnet.org/cookieclicker/ [Hacking takes all the fun away. Do not use it unless you want to boast to your friends about your score. And never claim directly that your score was original, don't be dishonest.... Now, go out there and use the code my friend... ;) ]
//run this in the console of web browser once the site is loaded
Game.cookies = 999999999999;
Game.cookiesPs = 10000;
Game.clickFrenzy = 2;
Game.goldenCookie.delay = 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment