For the uninitiated, Clickpocalypse 2 is a "zero-click" idle RPG. You build a party of six heroes (from classes like Paladin, Necromancer, Sorcerer, and Bard), and they automatically explore a 15-level dungeon loop. The game tracks:
Because the game runs in your browser (HTML5) and uses Local Storage or save file export, it is inherently vulnerable—and inherently customizable—via a save editor.
Unlock the full power of your idle party!
This browser-based save editor lets you modify your Clickpocalypse 2 save file quickly and safely — no downloads, no shady scripts. Just paste, edit, export. clickpocalypse 2 save editor 39link39 verified
✅ Works with the latest game version
✅ No account or personal data required
✅ Fully client-side – your save never leaves your computer
Here is what you can safely edit without breaking the game: For the uninitiated, Clickpocalypse 2 is a "zero-click"
| Field | Max Safe Value | Why | | :--- | :--- | :--- | | Gold | 999,999,999 | Exceeding this might break the UI. | | Glory (Prestige) | 10,000 | Anything higher trivializes the game. | | Hero Experience | 99,999,999 | Instantly level heroes to 99. | | Total Kills | 99,999,999 | Unlocks all kill-based titles. | | Current Dungeon Level | 15 (or 200 for loop) | Set to 15 to fight the final boss repeatedly. |
Pro tip: Do NOT manually edit “Time Played” or “Save Version Hash” unless you know what you are doing. The 39link editor automatically recalculates checksums to prevent corruption. Because the game runs in your browser (HTML5)
Once you have edited the numbers in your text editor, copy the entire modified text string.
Go back to your browser's Console and type the following command, but paste your modified text inside the parentheses:
localStorage.setItem('clickpocalypse2SaveGame', 'PASTE_YOUR_MODIFIED_TEXT_HERE');
(Note: Ensure your pasted text remains inside the single quotes ' ').
Press Enter.