BitEdit

Made with AI (Gemini)

Based on yntha's bitlife-edit (GPLv3).

Don't have a MonetizationVars?

(from external source)

Latest BitLife Ver: Loading...

No file selected.
Advanced Options (Cipher Key)

Important Notes Details

  • Input file for manual decryption must be named exactly MonetizationVars (case-insensitive, no extension).
  • When decrypting:
    • Known .NET boolean Base64 strings are converted to true/false.
    • Known .NET Int32 Base64 strings are converted to numbers (e.g., 12).
    • Others remain Base64.
  • When encrypting:
    • true/false in JSON become .NET boolean Base64.
    • Numbers in JSON are assumed to be Int32 and become .NET Int32 Base64.
    • Other values are stringified, then Base64 encoded.
    The output filename will be "MonetizationVars".
  • "Unlock All" sets boolean false to true and .NET false Base64 to .NET true Base64 in the JSON textarea. It does not affect numbers.
  • Default cipher key: com.wtfapps.apollo16. Access via "Advanced Options" in the manual processing tabs. The auto-patcher uses this key unless changed via manual tab's advanced options before auto-patching.
  • This tool is a derivative work based on the C# project bitlife-edit by yntha. All original logic credits go to yntha. Both projects are licensed under GPLv3.
Offline Mode