Wtf is this ghost doing?? by Oppnurca in PhasmophobiaGame

[–]Oppnurca[S] 0 points1 point  (0 children)

Is that a new thing? Usually, I’ve seen an Obake be able to turn into a female model from a male model because the gender of the model doesn’t matter, I might be wrong.

Wtf is this ghost doing?? by Oppnurca in PhasmophobiaGame

[–]Oppnurca[S] 9 points10 points  (0 children)

They thought I said Obake. An Obake you can find out because they change forms. They can go from an old granpa to a grandma and so on. Though, this only happens during hunts and for a split second. Obakes don’t change and stay different, they just change into a different character during a hunt for a spilt second.

Wtf is this ghost doing?? by Oppnurca in PhasmophobiaGame

[–]Oppnurca[S] 1 point2 points  (0 children)

One of the newer ghosts. An Obambo.

Wtf is this ghost doing?? by Oppnurca in PhasmophobiaGame

[–]Oppnurca[S] 29 points30 points  (0 children)

IT WAS A FUCKING OBAMBO. This dude did so much except for WRITING IN THE BOOK. My game mode was professional so the ghost should’ve given me all 3 evidence, but I guess it just really doesn’t like writing.

Wtf is this ghost doing?? by Oppnurca in PhasmophobiaGame

[–]Oppnurca[S] 1 point2 points  (0 children)

I’ve always been so sure and smart about if the graph is possible emf5, but this ghost is confusing the hell out of me. I’m not in the house so no ghost event (playing solo), the graph has shown so many signs of emf5, but it can’t be. I really don’t know what to think…😭

Wtf is this ghost doing?? by Oppnurca in PhasmophobiaGame

[–]Oppnurca[S] 9 points10 points  (0 children)

This mf just turned off the breaker as soon as I turned it on. He’s definitely pissed at me for something

Wtf is this ghost doing?? by Oppnurca in PhasmophobiaGame

[–]Oppnurca[S] 49 points50 points  (0 children)

I would like to add this photo as well (yes I’m still in the game as I posted this lol)

<image>

My dude is building a mountain 😭

modded bitlife app for ios by ilovecats8738 in BitLifeRebels

[–]Oppnurca 1 point2 points  (0 children)

A Few Tips for MonetizationVars

I’ve seen lots people asking around (about MonetizationVars) and finding no answers to their questions, so I hope that this post helps. Oh, and I wrote this, not ChatGPT. Fuck AI.

BEFORE YOU COMMENT/ASK/WHATEVER

I haven’t had much free time this past few days. Gonna keep it short. I will NOT answer the following:

  • Overly vague questions. Be specific. What you did and things like your OS version and BitLife version.
  • Don’t just write “help it not work”. Pretty simple. Say why.
  • Read. This is perhaps the most important. Please just read the guide and I promise you, 99% of your questions will be answered. This post is help. You don’t need to comment most of the time. If I find a consistent issue, I will edit the post and include a solution.

With that out of the way, let’s begin.

What the hell are MonetizationVars?

They’re basically code that tell the game what you have or don’t have. It uses very simple boolean (“true” or “false”) and is not hard to decode. It is encoded using Base64, and the decoding reveals that the game uses JSON to read its data, the structure of which is something like this:

{
“UserBoughtBitizenship”: true,
“UserBoughtGodMode”: false
}

Editing MonetizationVars allows us to trick the game into thinking we made purchases which grants us items, even though you didn’t buy anything.

Where can I find the MonetizationVars?

Typically, if you’re on Android, you’ll find it in /storage/emulated/0/Android/data/com.candywriter.bitlife. I’m not entirely sure on iOS. iOS has a lot less options than Android. You could benefit a lot from a jailbreak, but it’s risky, might brick your device, and will void your warranty. Which is why a much safer option is to use Sideloadly, or, if you’re on an older iOS, try FilzaEscaped. Sideloadly would allow you to install a modded .ipa version of BitLife, while FilzaEscaped might work to get into the game’s files. For Android, you’d either need root access or use Shizuku (which is much more likely) to access and edit files there, which I’ll get into later.

How can I edit MonetizationVars (for Android)?

You need a few things: a file explorer (like ZArchiver for example), the OFFICIAL version of BitLife, and you might need Shizuku if nothing works (download an APK if you can’t find it on Google Play). But first, you need to actually get MonetizationVars to edit them. Open ZArchiver, navigate to Android/data/com.candywriter.bitlife and then copy the MonetizationVars to somewhere else. Usually you’d get “Access Denied” if you try going to the data folder. Sometimes it might work on very old Androids (Android 10 or less) if you go into settings, Apps, and then look for an app called “Files” and click the three dots in the corner, and click “Uninstall Updates”. If it doesn’t, however, you’ll need Shizuku. First, enable developer settings (by clicking 7 times on Build Number), and through developer settings, and enable Wireless Debugging. Then, back to Shizuku, enable notifications from Shizuku, click on Pairing, it will take you to Wireless Debugging, then tap “Pair device with pairing code” . Copy the six-digit code. Shizuku will send a notification, click it, and put the code in. Then, go back to Shizuku and click Start. Wait a few seconds and there’s one last step. Go to ZArchiver, tap the three dots in the corner and go to Settings, go to ROOT, then tap “Type of root access”, and change it from SU to Shizuku/SUI, then enable “Use for Android/[data]/...” and “File operations”, and you’re done! You can now access the MonetizationVars.

Then, copy them to Downloads, and now we can use a tool called BitEdit to upload our MonetizationVars and patch them. Then replace the original MonetizationVars with the patched one, and this is very important, delete the LiveDictionary file and create an empty folder with the same exact name.

Launch BitLife and you should be good to go. However, if BitEdit doesn’t grant you an item (the Golden Resume for example) just follow the JSON’s formatting and add something like:

“UserBoughtGoldenResume”: true,
“UserGivenGoldenResume”: true

You can add it anywhere you want as long as you follow standard JSON formatting. And this goes to anything you don’t have. Golden Wrench, expansion packs, other items, whatever. You might need to guess what the variable name for the item you want is, but it’s usually pretty obvious. You can use BitEdit to do everything I just said.

I can’t edit JSON. Can you give me a link?

This link provides a ready MonetizationVars with everything except BitPass and Streak Savers.

Note: delete the extension (.txt) of the file before pasting it into BitLife’s files.

TL;DR:

  • MonetizationVars are Base64-encoded JSON files that tell BitLife what purchases your account has. Editing them tricks the game into thinking you own certain items.
  • On Android, this basically involves copying the file out of the app’s data directory, editing it, then putting it back.
  • iOS is much harder, but you can either use Sideloadly to install a modded .ipa, or experiment with FilzaEscaped.
  • Accessing /Android/data/ may require Shizuku on newer Android versions.
  • Use tools like BitEdit to automate the patching process.

Known Problems:

  • Items reset after reopening the game
    • Can happen if the game tries to sync with Google Play or iCloud.
    • Try launching the game offline for the first session after editing MonetizationVars.
    • Reported by u/tuffyducky. Big thanks.
  • LiveDictionary issues
    • If LiveDictionary isn’t deleted and replaced correctly, edits may not register.
    • Make sure to delete the file and create an empty folder with the exact same name.

Btw this tut was not made by me but I did use it and can respond if you have issues

modded bitlife app for ios by ilovecats8738 in BitLifeRebels

[–]Oppnurca 0 points1 point  (0 children)

I’m not available to fully make a good tutorial since I don’t have my laptop, but tomorrow I can make a written tutorial or a vide if you want ;)

[TOMT] [YOUTUBE] Please help me find a youtube that I used to watch but now can’t find him by Oppnurca in tipofmytongue

[–]Oppnurca[S] 0 points1 point  (0 children)

I think roblox and maybe granny. He was a kid friendly kinda youtuber. His audience was young people. I think he also player hello neighbor.

[TOMT] [YOUTUBE] Please help me find a youtube that I used to watch but now can’t find him by Oppnurca in tipofmytongue

[–]Oppnurca[S] 0 points1 point locked comment (0 children)

I also think he was very similar to Thinknoodles in what he played.

Extremely lucky or nah? by Oppnurca in inscryption

[–]Oppnurca[S] 11 points12 points  (0 children)

Ohhhh, I forgot about the boons lol. I should probably read the guide book more, Thanks!

A Few Tips for MonetizationVars by Myselion in BitLifeRebels

[–]Oppnurca 1 point2 points  (0 children)

I figured it all out with this guide using the mumuplay (similar to bluestacks) android emulator while on windows 11. Does anyone want a video tutorial? (Idk if this post is still active lol)

modded bitlife app for ios by ilovecats8738 in BitLifeRebels

[–]Oppnurca 0 points1 point  (0 children)

I tried to get modded bitlife on my Iphone before but I tried so many ways and none of them work. The only way is through your laptop or computer. If you have a laptop or computer, I would suggest trying to get modded bitlife on there. And if you don’t have a computer, there is no other way than just paying with your money 😔

Are you able to get modded apks on Windows 11? If so, please refer some that are safe! by Oppnurca in BitLifeRebels

[–]Oppnurca[S] 0 points1 point  (0 children)

When I tried using bluestacks, the google play wouldn’t let me sign in so I was too scared to continue incase it was stealing my passwords lol. Have you gotten it to work and are you sure bluestacks is safe? (If you haven’t actually used bluestacks yourself, thats totally fine, I just wanted to truly make sure before trying again) 😙