Cookie Clicker Save Editor 2.031 May 2026

As of now, the most reliable community-supported editor is:

The game state is saved as a Base64-encoded string within the web browser's localStorage under the variable name CookieClickerGame.

If you don't want to use an external site, you can "edit" your save directly in the game using the browser console. This works for version 2.031.

  • Type the following commands and press Enter:
  • To set cookies manually:

    Game.cookies = 1000000000; // Sets cookies to 1 billion
    

    To get infinite cookies:

    Game.cookies = Infinity;
    

    To unlock all upgrades:

    Game.Upgrades.forEach(function(upgrade)  upgrade.unlock(); );
    

    Hey everyone — quick post to share Cookie Clicker Save Editor 2.031, a small maintenance update focused on compatibility, bug fixes, and a couple quality-of-life improvements. cookie clicker save editor 2.031

    What’s included

  • Improvements:
  • Safety: Non-destructive editing by default — the editor creates a timestamped backup before writing any changes. Please keep backups.
  • How to use (quick)

    Notes & tips

    Download & support

    Changelog (short)

    Acknowledgments Thanks to the community members who submitted test saves and bug reports — your help made this release possible. As of now, the most reliable community-supported editor

    — [Your name/handle]


    Since version 2.031 introduced new heavenly upgrades, minigame tweaks, and the “dragon aura” adjustments, a generic editor from 2.02 will break your save. The correct 2.031 editor accounts for:

    Back
    Top