Cookie Clicker Cheat Guide + How to Enable Dev Tools & Console

Cookie Clicker Cheat Guide + How to Enable Dev Tools & Console 1 - steamsplay.com
Cookie Clicker Cheat Guide + How to Enable Dev Tools & Console 1 - steamsplay.com

Cheats!
 
 

The Process

Head to
 
 

 steamapps\common\Cookie Clicker\resources\app 

 
The exact path depends on where you have installed the game, you can quickly get to the Cookie Clicker folder by right clicking the game in your steam library and selecting “Browse local files”.
 
 
Locate
 

start.js

 
 
Open with any text editor. (Right click > Open With > Select your preferred program)
 
Notepad++ is a good choice, but normal Windows notepad should also work just fine.
 
 
With the file now open, go to line 11 and change the ZERO after “DEV=” with a ONE
 
 
Cookie Clicker Cheat Guide + How to Enable Dev Tools & Console - The Process - F0EC0D9
 
 
Save your modified file, then relaunch Cookie Clicker
 
You should see a new line at the top of the screen and a console to the left.
 
 
Cookie Clicker Cheat Guide + How to Enable Dev Tools & Console - The Process - 8A1CD81
 
You are now ready to cheat debug freely! See below for some example commands and a link to find more.
 


 

Notice

 
This disables steam achievements until you disable developer mode.
 
 
This restriction can be bypassed by modifying line 327 (near the bottom) from
 
 

if (DEV) win.webContents.openDevTools();

 
to
 
 

win.webContents.openDevTools();

 
Ensure that the DEV number at the top is set back to 0 when doing this as it will no longer be required to access the dev tools and console.
 
 
 

The Cheating

Cookie Clicker includes a lot of commands built into the console for cheating, here are some of the noteworthy ones.
 
<AMT> refers to a value to be entered; “Game.cookies = <AMT>” would be used like “Game.cookies = 100000” for example.
 

  • Game.RuinTheFun(); <== Unlocks EVERYTHING. Not advised unless you’re a fan of being overwhelmed with game mechanics.
  • Game.OpenSesame(); <== Displays the built in cheat menu. I’d recommend using this over other debug commands.
  • Game.cookies = <AMT> <== Change the amount of cookies you currently have.
  • Game.lumps = <AMT> <== Change sugar lump amount.

More commands and scripts for automation, viewing unfinished features, or activating events are listed at
 
https://cookieclicker.fandom.com/wiki/Cheating – [fandom.com] 
 
 

 
 
Here we come to an end for Cookie Clicker Cheat Guide + How to Enable Dev Tools & Console hope you enjoy it. If you think we forget something to include or we should make an update to the post let us know via comment, and we will fix it asap! Thanks and have a great day!
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*