Look for the key that holds your currency. Usually, it is:
Change the number to 9999999999999999 (sixteen 9s) or use scientific notation: 9.999e99.
Through community datamining (specifically from Reddit and GitHub repositories dedicated to Idle Breakout save editors), we can reverse-engineer what a high-value code looks like. infinite gold import code idle breakout
A standard export string looks like gibberish:
eyJ2ZXJzaW9uIjoxLCJnb2xkIjoxMjUwMCwiZ2VtcyI6MTAsImJhbGwi...
Using a Base64 decoder, this translates to JSON data: Look for the key that holds your currency
"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.
Warning: 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: Change the number to 9999999999999999 (sixteen 9s) or
(Do not import random codes from the internet unless you have backed up your own save. This example is structurally correct but value-locked.)
Instead of a static code, the community has moved toward Save Editors (external websites where you upload your export, slide a bar to "Gold: Infinity," and download a new export).
| Pros | Cons | | :--- | :--- | | Instant gratification | Kills long-term motivation | | Test end-game content quickly | Risk of corrupting your save | | Bypass grinding for new updates | No sense of achievement | | Useful for speedrunning (Any% category) | Might miss out on game balance |
The Final Answer: If you have already beaten the game once and just want to mess around, yes—use a save editor to create an infinite gold import code. But if this is your first playthrough, resist the urge. The joy of Idle Breakout is watching numbers go up slowly.