Cookie Clicker: How to Get All Achievements Instantly [Cheat for V1.0]

It’s easy and will save you time and a great deal of your life!

 

Just do it.
It’s quite simple.

TL;DR use https://github.com/bytedance/debugtron/releases to open the debugger for the game and run the code snippet below.

As for the noobs…

Download debugtron from the github page.
https://github.com/bytedance/debugtron/releases
The Debugtron-0.5.0.Setup.exe doesn’t actually install anything and is a reasonable choice
This will allow you to open up the electron dev console for the game.

Right-click the game in steam and click browse local files. Keep that window up on the side.
Launch debugtron, drag and drop the executable for the game into the debugtron window at the top right where it says “Drag your app here”.
After the game launches, you should see two “Sessions” boot up on the left below in the debugtron window.
Open the session that has a title of a cookie counter. (0 cookies – Cookie Clicker) for me.

Run the following code (copy-paste and press enter into the console)

Object.values(Game.AchievementsById).forEach(function(e) {
    Game.Win(e.name);
});

 

Tada! Now go outside and stop playing this game. It’s 2021. Support Orteil by not refunding and other indie devs by buying indie games.


Thanks to JackWitherell for his great guide, all credit to his effort. you can also read the original guide from Steam Community. enjoy the game.

Related Posts:

About Robins Chew

I'm Robins, who love to play the mobile games from Google Play, I will share the gift codes in this website, if you also love mobile games, come play with me. Besides, I will also play some video games relresed from Steam.

1 thought on “Cookie Clicker: How to Get All Achievements Instantly [Cheat for V1.0]”

Leave a Comment