Cookie Clicker

Cookie Clicker

评价数不足
100% Achievements Guide
由 Overkill 制作
This is a guide on how to cheat in Cookie Clicker and get all the achievements (at the moment of writing this, there are 637 achievements).
   
奖励
收藏
已收藏
取消收藏
Steps to get the achievements
  1. Wipe out your current save (don't forget to export it beforehand to continue playing afterward).
  2. Browse the local files of the game (right-click on the game in Steam >> Manage >> Browse local files or open it manually).
  3. Go to /resources/app/mods/local.
  4. Create a folder with the following name: achievementsMod (actually, this can be named as you want).
  5. Open the folder and create a txt file with the following name: info.txt.
  6. Insert the following code into the txt file:
    { "Name": "Achievements Mod", "ID": "achievements mod", "Author": "Overkill", "Description": "A bare-bones sample mod.", "ModVersion": 1, "GameVersion": 2.052, "Date": "08/06/2023", "Dependencies": [], "Disabled": 1, "AllowSteamAchievs": 1 }


    I'm not sure if GameVersion and Date need to be accurate but you are free to change them to the current version and date if something goes wrong.
  7. Create another file with the following name: main.js.
  8. Insert the following code into the file:
    Game.registerMod("achievements mod",{//this string needs to match the ID provided in your info.txt init:function(){ //this function is called as soon as the mod is registered //declare hooks here //note: this mod does nothing but show a notification at the bottom of the screen once it's loaded Game.Achievements['Cheated cookies taste awful'].won = 0; Game.Achievements['Third-party'].won = 0; Object.values(Game.AchievementsById).forEach((a) => Game.Win(a.dname)); Game.Achievements['Cheated cookies taste awful'].won = 0; Game.Achievements['Third-party'].won = 0; }, save:function(){ //use this to store persistent data associated with your mod }, load:function(str){ //do stuff with the string data you saved previously }, });
  9. Now we're almost done! Open the game via Steam and navigate to the options tab.
  10. Scroll down and select the 'Manage Mods' button.
  11. Choose our newly created mod (Achievements Mod or whatever) and enable it.
  12. Congratulations! :) You should start getting all the achievements present in the game unless the developers somehow fixed it.

That's all, I hope I managed to help you! If something doesn't work or you have any issues, you can ask here in the comments section and I'll try to answer them
7 条留言
Musical_Geek101 3 月 31 日 下午 2:41 
This doesn't work anymore have you got an updated version???
Overkill  [作者] 2024 年 2 月 21 日 上午 10:35 
I am not sure about it. But as I remember, it took me like 2-4 tries one after another to get all the achievements (it didn't give me all at once for some reason)
𝔫𝔱𝔫_Boya™ 2024 年 2 月 18 日 下午 11:13 
Yo bro, I tested it doesn't work anymore
Overkill  [作者] 2023 年 9 月 7 日 上午 1:44 
Yeah, it works too, but not every time. I couldn't get some achievements through a file import, so I ended up creating a mod for this purpose
Mamka 2023 年 9 月 7 日 上午 1:43 
idk man, i just got'nt) and after it i have found a better solution, w\o creating a mod, just import save code..
Overkill  [作者] 2023 年 9 月 7 日 上午 1:38 
Hmm, I've tested it on my fresh account and it worked like a charm
Mamka 2023 年 9 月 6 日 上午 8:44 
"He comes" is not recieved