Looking for Cookie Clicker cheats? Whether you want to skip the grind, test a strategy, or just see what the game looks like maxed out, Cookie Clicker has a built-in console that accepts commands. Here’s everything you need to know.
How to Open the Cheat Console
Cookie Clicker’s cheats work through your browser’s JavaScript console:
- While playing Cookie Clicker, press F12 (or Ctrl+Shift+I on Windows/Linux, Cmd+Option+I on Mac)
- Click the “Console” tab
- Type or paste your command and press Enter
Warning: Using cheats will unlock the “Cheated cookies taste awful” shadow achievement and may mark your game as cheated in the Stats panel. This is purely cosmetic.
Most Useful Cookie Clicker Cheat Commands
Give Yourself Cookies
Game.cookies = 1e15
Sets your current cookies to 1 quadrillion. Replace 1e15 with any number (use scientific notation for large numbers).
Game.cookiesEarned = 1e20
Sets your total cookies ever earned. This affects building costs and prestige calculations.
Unlock All Upgrades
Game.UpgradesById.forEach(function(e){e.unlock()})
Unlocks every upgrade in the game at once.
Buy All Upgrades
Game.UpgradesById.forEach(function(e){e.buy()})
Purchases every unlocked upgrade instantly.
Get All Achievements
Game.AchievementsById.forEach(function(e){e.won=1})
Unlocks all achievements, maxing out your Milk percentage.
Add Buildings
Game.ObjectsById[0].amount = 500
Sets Cursors (ID 0) to 500. Change the ID number for other buildings:
- 0 = Cursor, 1 = Grandma, 2 = Farm, 3 = Mine, 4 = Factory
- 5 = Bank, 6 = Temple, 7 = Wizard Tower, 8 = Shipment
- 9 = Alchemy Lab, 10 = Portal, 11 = Time Machine
- 12 = Antimatter Condenser, 13 = Prism, 14 = Chancemaker
- 15 = Fractal Engine, 16 = Javascript Console, 17 = Idleverse
- 18 = Cortex Baker, 19 = You
Trigger a Frenzy Instantly
Game.shimmer('golden').pop()
Summons and pops a Golden Cookie with a random buff.
Unlock All Seasons
Game.season = 'halloween'
Available seasons: halloween, christmas, valentines, fools, easter
Max Out Prestige
Game.prestige = 1000000
Sets your Heavenly Chips to 1 million.
How to Undo Cheating
If you want to remove the “cheat” flag from your game, you can use:
Game.cpsSucked = 0; Game.cheatScore = 0;
Note: This won’t remove the shadow achievement but will clear the “cheated” label from your stats.
Should You Cheat?
That’s entirely up to you! Cookie Clicker is a single-player game with no competitive ranking. Many players use cheats to:
- Skip the early grind on a new device after losing a save
- Test builds and strategies without investing real time
- Experience the late-game content they couldn’t reach through normal play
- Simply satisfy curiosity about what the endgame looks like
If you prefer the full experience of gradual progression, stick to legit play — the slow build is genuinely satisfying. But if you just want to see the Cookie Universe content, cheats are a perfectly valid shortcut.
Conclusion
Cookie Clicker’s browser console gives you full control over your game. Use these commands responsibly, experiment freely, and remember — even with cheats, building a proper strategy is still deeply satisfying. Happy (or cheat-enhanced) baking! 🍪
Leave a Reply