Add-Ons

From Cookie Clicker Wiki
Jump to navigation Jump to search
Third-party.png

There are numerous add-ons for Cookie Clicker each with their own aims and purposes. Some smaller add-ons add things such as seasons or achievements, while others are complete interface overhauls, and there are even a few cheat add-ons.

Installing at least one add-on unlocks the Third-party shadow achievement.

Note: Add-ons that use a modding framework known as Cookie Clicker Script Extender (CCSE) should be loaded in before mods such as Cookie Monster (see "Overhaul Add-ons" section). Failure to do so will cause Cookie Clicker to freeze, rendering the game unplayable.

Methods for Installing Add-ons

Manual Installation

Add-ons can be added via javascript bookmarks or through your browser console. To open your browser's console, see the instructions here.

Cookie Clicker Mod Manager

The unofficial Cookie Clicker Mod Manager is free to use, and can be easily installed with Chrome or Firefox Browsers as an extension.

Source Code and Instructions can be found on its Github Page.

Created by Klattmose

Tampermonkey or Userscript Managers

Tampermonkey is a Userscript Database Manager that can be used to install and track all Cookie Clicker Add-ons, as all add-ons are scripts. Tampermonkey can be found here and has browser extensions for all popular web browsers. Alternative Userscript Managers, such as Greasemonkey, will also work for Cookie Clicker add-ons.

After Installing Tampermonkey, click the square-plus to add a new script. The header should follow the format below.

// ==UserScript==
// @name        <script name>
// @description <script description>
// @author      <script author>
// @namespace   <an unique namespace>
// @version     <version>
// @match       https://orteil.dashnet.org/cookieclicker/
// @grant       none
// ==/UserScript==

// With the script pasted below this line

Cross save Mod Data

Mod data leaks across saves when a save is imported a save with mod data. After loading the mod, load CCSE, paste the mod's URL, and load. More information in https://github.com/RedBigz/Shortbread-Loader/#exploit.

Information Mods

Cookie Monster

This is an information mod that helps to calculate the PP (purchasing price) of each item, which helps to make informed decisions on what to buy.

Console Command: Game.LoadMod("https://cookiemonsterteam.github.io/CookieMonster/dist/CookieMonster.js");

Bookmarklet: javascript: (function () {Game.LoadMod("https://cookiemonsterteam.github.io/CookieMonster/dist/CookieMonster.js");})();

Choose Your Own Lump (CYOL) (requires CCSE)

CYOL is a mod that predicts how to get special sugar lumps in the future and the current lump type. The mod shows which Grandmapocalypse stage, grandma count (if it says 600 then anything above 600 counts), dragon auras, pantheon, and discrepancy (lag javascript takes when calculating, usually 0-1). More information in here.

Console command: Game.LoadMod('https://staticvariablejames.github.io/ChooseYourOwnLump/ChooseYourOwnLump.js');

Bookmarklet: javascript:(function(){Game.LoadMod('https://staticvariablejames.github.io/ChooseYourOwnLump/ChooseYourOwnLump.js');}());

Timer Widget (requires CCSE)

Timer widget is a mod that shows the remaining duration of any buff, time until the next shimmer, and when they can spawn.

Console command: Game.LoadMod('https://klattmose.github.io/CookieClicker/CCSE-POCs/TimerWidget.js?v=1.8');

Bookmarklet: javascript:(function(){Game.LoadMod('https://klattmose.github.io/CookieClicker/CCSE-POCs/TimerWidget.js?v=1.8');}());

Fortune Cookie (requires CCSE)

Fortune Cookie is a planner that plans out the current grimoire outcomes for all spells, the Shimmering Veil, and dragon drops.

Console command: Game.LoadMod('https://klattmose.github.io/CookieClicker/FortuneCookie.js?v=2.10');

Bookmarklet: javascript:(function(){Game.LoadMod('https://klattmose.github.io/CookieClicker/FortuneCookie.js?v=2.10');}());

Sweet Finder

Sweet Finder is a mod that predicts the nearest Sweet! (+1 Sugar Lump) effect from the Force the Hand of Fate spell in the Grimoire. The prediction is automatically executed upon reincarnation from ascending. It is intended to be used with the GFD skip skip strategy in order to gain Sugar lumps very quickly.

Console Command: Game.LoadMod("https://glander.club/asjs/X0hQVTeP");

Bookmarklet: javascript:(function(){Game.LoadMod("https://glander.club/asjs/X0hQVTeP");})()

Other Mods

Frozen Cookies

This is a mostly automation-related mod which helps to save time. It also helps to calculate the most efficient purchase.

Console Command: Game.LoadMod("https://github.erbkaiser.com/FrozenCookies/frozen_cookies.js");

Bookmarklet: javascript: (function () {Game.LoadMod('https://github.erbkaiser.com/FrozenCookies/frozen_cookies.js');})();

Extra Content Mod (ECM)

ECM is a mod that adds numerous challenge achievements that are more grindy than the achievements in the base game, adding thousands of hours of extra "content". This includes, but is not limited to:

  • 10000 ascensions when prestige gain each time (which is widely considered to be the easiest one)
  • 77777 golden cookies clicked
  • 14 shiny wrinklers at once

It is one of the only mods allowed in the competitive playstyle of Cookie Clicker.

Console command: Game.LoadMod("https://glander.club/asjs/fPgjj9n0/");

Bookmarklet: javascript:(function(){Game.LoadMod("https://glander.club/asjs/fPgjj9n0/");}());

Cookie Clicker Combo Execution Mod (CCCEM)

CCCEM is a mod that allows practicing combos with various settings. More information can be found here.

Console Command: Game.LoadMod("https://glander.club/asjs/Hjs3ULwZ/");

Bookmarklet: javascript:(function(){Game.LoadMod("https://glander.club/asjs/Hjs3ULwZ/");})()