Extract your *.ent and options.txt files from Minecraft PE without root!


Method without a PC

Android 11+ only!

  1. Download and install Shizuku from Play Store:
    https://play.google.com/store/apps/details?id=moe.shizuku.privileged.api

Shizuku should start without any errors. If Shizuku is not working for you there's no point in continuing further! Troubleshoot that first!


  1. Uninstall your current Minecraft PE and install the patched version that will allow you to access the files:
    https://files.catbox.moe/ojfpgw.apk
    (Last updated version: 1.20.12.01. PM if link is broken)

Make sure to login to your Xbox account on the patched Minecraft for your entitlement files to be generated!


  1. Download and install aShell:
    https://f-droid.org/repo/in.sunilpaulmathew.ashell_8.apk
  2. Run aShell and grant access to Shizuku once prompted.
  3. Run this script in aShell:
    for file in $(run-as com.mojang.minecraftpe find . -name "options.txt" -o -name "*.ent"); do echo "$(run-as com.mojang.minecraftpe cat $file)" > /sdcard/$(basename $file); done
    

To make this script easier to copy on mobile, tap the script once, and on the right of the script there should be a transparent button that will copy it for you.


  1. Open up any file explorer. Your options.txt and *.ent files will be in the root directory of your storage.
  2. Send them to us to get the keys and your decrypted packs.

You can send the files privately to avoid Mojang spies identifying you. Hi Mojang :^)

Thank you! ❤️


Method with a PC (Using Shizuku)

Should work with any Android version (?)

  1. Download and install Shizuku from Play Store:
    https://play.google.com/store/apps/details?id=moe.shizuku.privileged.api

Shizuku should start without any errors. If Shizuku is not working for you there's no point in continuing further! Troubleshoot that first!


  1. Continue from step 2 on Method without PC

Method with a PC (Using ADB directly)

Method not complete. Will update soon.

  1. Uninstall your current Minecraft PE and install the patched version that will allow you to access the files:
    https://files.catbox.moe/ojfpgw.apk

Make sure to login to your Xbox account on the patched Minecraft for your entitlement files to be generated!


  1. Download ADB for Windows:
    https://dl.google.com/android/repository/platform-tools-latest-windows.zip
  2. Enable USB Debugging in Developer Settings on your device.
  3. Connect the device to your PC via USB.
  4. Run to make sure the device is connected:
    ./adb.exe devices
    

It will prompt you to confirm the connection on the device. Make sure to confirm that.

  1. Then run:
    ./adb.exe shell
    
  2. In the shell enter this command:
    for file in $(run-as com.mojang.minecraftpe find . -name "options.txt" -o -name "*.ent"); do echo "$(run-as com.mojang.minecraftpe cat $file)" > /sdcard/$(basename $file); done
    
  3. The files will be in your root storage location of your phone. Use any file explorer.
Edit

Pub: 30 Jul 2023 12:53 UTC

Edit: 11 Aug 2023 15:29 UTC

Views: 312