Learn how to use Cookie Clicker cheats to get infinite cookies, auto-clickers, golden cookies, and more. Easy step-by-step guide for browser and Steam versions.
Cookie Clicker is a popular idle game where you click to bake cookies, build a cookie empire, and unlock upgrades. It’s fun but can get grindy, so some players use cheats to speed things up.
How to Cheat in Cookie Clicker: Cheat Codes
Here are some useful cheat codes to enhance your game:
Basic Cheats:
- Add Cookies:
Game.cookies = 1000000;
 (ReplaceÂ1000000
 with any number you want.) - Infinite Cookies:
Game.cookies = Infinity;
- Set Cookies Per Second:
Game.cookiesPs = 1000;
 (ReplaceÂ1000
 with your desired amount.)
Advanced Cheats:
- Auto-Clicker:
setInterval(function(){Game.ClickCookie()}, 10);
 (Clicks the cookie every 10 milliseconds.) - Spawn Golden Cookies:
var newShimmer = new Game.shimmer("golden");
- Unlock All Achievements:
Game.SetAllAchievs(1);
- Unlock All Upgrades:
Game.SetAllUpgrade(1);
Fun Cheats:
- Rename Your Bakery:
Game.bakeryName = "Your Bakery Name";
- Unlock Everything (But Ruin the Fun):
Game.RuinTheFun(1);
How to open game’s console to input special codes
Cheating involves using the game’s console to input special codes. Here’s how to access the console:
For Browser Version:
- Open the game in your browser.
- Press these keys to open the console:
- Firefox:
Ctrl + Shift + K
(Windows) orCommand + Option + K
(Mac) - Chrome:
Ctrl + Shift + J
(Windows) orCommand + Option + J
(Mac) - Edge:
F12
(Windows/Mac) - Safari:
Command + Option + C
(Mac)
- Firefox:
- Go to the Console tab and type your cheat codes.
For Steam Version:
- Go to your Steam Library, right-click Cookie Clicker, and select Manage > Browse Local Files.
- Open the Resources > App folder.
- Find the Start file, open it in a text editor, and change
let DEV=0;
tolet DEV=1;
. - Save the file and launch the game. The console will now be available.
Should You Cheat?
Cheating can make the game easier, but it might also take away the fun of earning achievements and upgrades yourself. Since Cookie Clicker is a single-player game, it’s up to you to decide how much you want to cheat.
Tip: Don’t overuse cheats. They can make the game less enjoyable.
Final Thoughts:
Cheating in Cookie Clicker can be fun, but remember: “Cheated Cookies Taste Awful” (an actual achievement in the game). Use cheats wisely, and enjoy your cookie empire.