All achievements 1 click

Modify Main.js

Go to:

C:\Program Files (x86)\Steam\steamapps\common\Cookie Clicker\resources\app\src

Open the following file with a text editor, like notepad:

main.js

Search for:

Game.ClickCookie=function(e,amount)

Place this text "Object.keys(Game.Achievements).forEach(Game.Win);" at the bottom of the function scope.

It'll look like this:

Game.ClickCookie=function(e,amount)

{

// original code

Object.keys(Game.Achievements).forEach(Game.Win);

}

Save the file.

Launch the game

Now every time you click the cookie, it'll trigger all achievements

PS:

If you set DEV=1, you may not get the steam achievements

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2825005646					

More Cookie Clicker guilds