{ "version": 1, "gold": 12500, "gems": 10, "balls": { "standard": { "level": 5, "quantity": 10 }, "sniper": { "level": 2, "quantity": 4 } } } To create an "Infinite" code manually, you would edit the "gold" value to something like 1e200 (1 followed by 200 zeros). You would then re-encode it to Base64.

In the sprawling universe of browser-based incremental games, few titles have achieved the cult status of Idle Breakout (often found on sites like Coolmath Games and Kongregate). The premise is simple yet addictive: instead of controlling a single paddle, you purchase and upgrade various balls (Standard, Sniper, Cannon, etc.) to automatically smash colorful bricks. The primary currency is Gold , and the premium currency is Gems .

Because the game periodically updates (v1, v2, v3 of save formats), codes from 2022 usually crash the 2025 version of the game. The most famous "working" code circulating in forums as of the last major update is:

Using a Base64 decoder, this translates to JSON data: