Skip to content

Instantly share code, notes, and snippets.

@Wolfwold0004
Wolfwold0004 / gist:105de0a4f92aed86dc6f038d3b063b8f
Created April 12, 2022 17:30 — forked from tariqul-islam/gist:6414698
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;