Editor Mr Mine- — Save
Save Editor for Mr Mine is a third‑party tool used to view and modify the saved game data for Mr Mine, an incremental/idle mining game. It enables players to inspect and change values stored in their save files—such as currency, resources, upgrades, progression flags, and timestamps—to customize or repair their game state.
Unlike a memory scanner (like Cheat Engine), a save editor works by directly modifying your exported game file. Mr. Mine saves your progress locally in a text string (usually Base64-encoded JSON). You export it, decode it, tweak the values, re-encode it, and import it back.
In plain English: You can give yourself infinite money, max-level drills, or skip entire planetary phases. Save Editor Mr Mine-
A save editor is a third-party software tool or web-based application that allows players to manipulate the game data stored in their save files.
When you play Mr. Mine, the game stores your progress (money, depth, oil levels, treasure chests, etc.) in a specific format, often a long string of text or a Base64 encoded file. A save editor decodes this data, presenting it in a readable interface where you can change values—turning 1,000 gold into 1,000,000,000, for example—and then re-encodes it so the game accepts the modified file. Save Editor for Mr Mine is a third‑party
Want to really break the game? You can try modifying:
Warning: Setting depth beyond your drill’s capability will soft-lock your save. Always make a backup. Warning: Setting depth beyond your drill’s capability will
Not every line in the save file is safe to edit. Based on reverse-engineered save structures (as of recent patches), here is a breakdown:
| Variable Name | Effect | Risk Level | Recommended Edit |
| :--- | :--- | :--- | :--- |
| totalMoney | Current cash | Low | 1e20 |
| totalTitanium | Titanium bars | Low | 1e15 |
| hydrogenAmount | Hydrogen for rockets | Medium | 500000 |
| currentDepth | How deep you are | High (Breaks progression gates) | ++ (Increment by 500) |
| prestigeLevel | Singularity level | Very High (Glitches UI) | Do not edit |
| toolInventory | List of drills/upgrades | Low | Add missing IDs |
| statEnemiesKilled | Combat count | Low | 9999 |
Pro Tip: Instead of maxing out currentDepth, edit your Drill Efficiency or Drill Speed. This keeps the game functional while accelerating progress.