Jump to content

How to decrypt an encrypted .dll file with GDB gcore (Root & ARM only)


ThePianoGuy

4 posts in this topic

Recommended Posts

Updated
Hi there,

 

 

 

 

I will show you how to decrypt and encrypted .dll file (when trying to MOD Unity based Android games) using Gcore dump and WinHex.

 

 

 

 

 

Before we start, how to check if a .dll file is encrypted?

 

 

 

 

 

Easy. When you open a .dll file into Reflector and you get:

 

 

 

 

 

"Assembly-CSharp (this could change, depending on the name of the file), File is not a portable executable. DOS header does not contain 'MZ' signature."

 

 

 

 

 

it means you have got an encrypted DLL!

 

 

 

 

 

See image:

 

 

 

 

 

Mt9bkqf.png

 

 

 

 

 

It means the DLL file does not have a valid MZ/PE header so you can't open/modify it. DLL files require MZ/PE headers in order to view its content and, to prevent hacking, some game developers protect their game erasing these MZ/PE headers from some dll files.

 

 

 

 

 

Now let's start with the requirements!

 

 

 

 

 

First of all, you need:

 

 

1. To have some Android Hacking experiences (otherwise you will not understand a single word of this Topic)

 

 

2. A rooted Android device

 

 

3. .NET Reflector or JustDecompile installed on your computer (if you've got hacking experience, you should already have this tool)

 

 

4. A computer running at least Windows XP

 

 

5. A Rooted Android device (Works with BlueStacks) running Android 4.2.2 and newer versions. Previous version might not work.

 

 

Works with Bluestacks. Custom roms with Android 4.2.2+ based are supported

 

 

6. At least 1 GB of RAM on your Device. A minimum of 300-400 MB free RAM space is required

 

 

7. Latest verison of SuperSU or other Superuser apps

 

 

8. BusyBox for Android. Get it from HERE

 

 

9. Terminal app for Android. You can download it from HERE

 

 

10. gcore installed on your device. Download it from: HERE

 

 

11. Any file explorer app installed on your Android device. I'd recommended X-plore

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

55NjVLk.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

PtsKJ2l.pngVWiprRv.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

oMPbxeI.jpg

 

 

 

 

 

 

 

 

 

 

 

 

VEKB0Zp.png

 

 

 

 

 

 

 

 

 

 

 

 

dH2dx7q.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

su

 

 

 

 

 

 

 

 

 

 

YwQuPVl.png

 

 

 

 

 

 

 

 

 

 

 

root@[member='YourName'] #

 

 

 

 

 

 

 

 

fIzHnqp.png

 

 

 

 

 

 

 

 

 

 

 

dumpsys meminfo

 

 

 

 

 

 

 

 

 

 

or

 

 

 

 

 

 

dumpsys meminfo | grep com.*

 

 

 

 

 

 

 

 

 

 

or

 

 

 

 

 

 

dumpsys meminfo | grep th.*

 

 

 

 

 

 

 

 

 

 

UynNHbb.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

118740 kB: com.nhnent.SKQUEST (pid 383 / activities)

 

 

 

 

 

2f4kK8y.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

gdb -pid xxxxx

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

BjM722D.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(gdb)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

chmod 777 /system/bin/gdb && chmod 777 /system/bin/gdbserver

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

gcore /sdcard/anynames

 

 

 

 

 

 

 

 

 

 

evw3QCI.png

 

 

 

 

 

 

 

 

 

 

 

 

 

daIMwGJ.png

 

 

 

 

 

 

 

 

 

 

 

Saved corefile /sdcard/xxxxxxxx

 

 

 

 

 

1k2XoSb.png

 

 

 

 

 

 

 

 

 

 

 

 

qu0dUi6.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

21XDniJ.jpg

 

 

 

 

 

 

 

 

 

 

KyVpF3A.jpg

 

 

 

 

 

OR

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

1zZ2okI.pnglDxOJBM.png

 

 

 

 

 

 

 

 

 

 

BLAMO2F.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

vwiY6Sl.jpg

 

 

 

 

 

 

 

 

 

 

G1TXfOH.png

 

 

 

 

 

 

 

 

 

 

nABBcma.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

HfbJdcY.png

 

 

 

 

 

 

 

 

 

 

AR43Mxe.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

MsPP0tr.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

eDtKnU0.png

 

 

 

 

 

 

 

 

 

 

 

Assembly-CSharp.dll

Assembly-CSharp-firstpass.dll

Assembly-UnityScript.dll

Assembly-UnityScript-firstpass.dll

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

mZB1PnI.png

 

 

 

 

 

 

 

 

 

 

 

Assembly-CSharp.dll = 000034.dll

Assembly-CSharp-firstpass.dll = 000030.dll

Assembly-UnityScript.dll = 000028.dll

Assembly-UnityScript-firstpass.dll = 000013.dll

 

 

 

 

 

 

 

 

 

 

B0CD3jO.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

AndnixSH

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Posted

It only gives me 2 files and they are COM files, no dll or new folders were created. Please, help me!

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Greatsword leveling KR / 대검키우기 +4 Cheats
      Modded/Hacked App: 대검키우기 By chopchopgames
      Bundle ID: com.chopchop.greatSwordRPG
      App Store Link: https://apps.apple.com/us/app/%EB%8C%80%EA%B2%80%ED%82%A4%EC%9A%B0%EA%B8%B0/id6806240746?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Reward Multiplier
      - No ADS

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 0 replies
    • Greatsword leveling KR / 대검키우기 +4 Jailed Cheats
      Modded/Hacked App: 대검키우기 By chopchopgames
      Bundle ID: com.chopchop.greatSwordRPG
      App Store Link: https://apps.apple.com/us/app/%EB%8C%80%EA%B2%80%ED%82%A4%EC%9A%B0%EA%B8%B0/id6806240746?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Reward Multiplier
      - No ADS

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
      • 0 replies
    • Badlands Blade Battle +4 Jailed Cheats
      Modded/Hacked App: Into the Badlands Blade Battle By Reliance Big Entertainment UK Private Ltd
      Bundle ID: com.reliancegames.itb
      iTunes Store Link: https://apps.apple.com/us/app/into-the-badlands-blade-battle/id1144419248?uo=4&at=1010lce4

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Enemies Don't Attack<br style="background-color:#181818;color:#bfbfbf;font-size:14px;">- 0 Cost For Energy Refill<br style="background-color:#181818;color:#bfbfbf;font-size:14px;">- 0 Cost For Scout<br style="background-color:#181818;color:#bfbfbf;font-size:14px;">- 0 Cost For Upgrade<br style="background-color:#181818;color:#bfbfbf;font-size:14px;">- 1 Card Required For Upgrade Level

      This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.


      Jailbreak required hack(s): https://iosgods.com/topic/125682-into-the-badlands-blade-battle-v14105-one-hit-kill-more/?tab=comments#comment-3923561


      iOS Hack Download Link:

      Hidden Content
      Download iOSGods App







      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer.
      STEP 3: Download Cydia Impactor and extract the archive.
      STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application.
      STEP 6: You will now be asked to enter your i
      • 7 replies
    • Badlands Blade Battle +4 Cheats
      Modded/Hacked App: Badlands Blade Battle By RELIANCE ENTERTAINMENT STUDIOS UK PVT LIMITED
      Bundle ID: com.reliancegames.itb
      iTunes Store Link: https://apps.apple.com/us/app/badlands-blade-battle/id1144419248?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - One Hit Kill
      - God Mode
      - Enemies Don't Attack
      - 0 Gold Cost To Upgrade Cards
      - 0 Cost For Energy Refill


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 12 replies
    • Raising Seraphim: Idle RPG KR / 세라핌 키우기 : 방치형 RPG +5 Cheats
      Modded/Hacked App: 세라핌 키우기 : 방치형 RPG By SunMyeong Kim
      Bundle ID: com.jual.angel
      App Store Link: https://apps.apple.com/kr/app/%EC%84%B8%EB%9D%BC%ED%95%8C-%ED%82%A4%EC%9A%B0%EA%B8%B0-%EB%B0%A9%EC%B9%98%ED%98%95-rpg/id6762546442?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Attack Speed Multiplier
      - Move Speed Multiplier
      - Heal On Hit Multiplier

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 0 replies
    • Raising Seraphim: Idle RPG KR / 세라핌-키우기-방치형-rpg +5 Jailed Cheats
      Modded/Hacked App: 세라핌 키우기 : 방치형 RPG By SunMyeong Kim
      Bundle ID: com.jual.angel
      App Store Link: https://apps.apple.com/kr/app/%EC%84%B8%EB%9D%BC%ED%95%8C-%ED%82%A4%EC%9A%B0%EA%B8%B0-%EB%B0%A9%EC%B9%98%ED%98%95-rpg/id6762546442?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Attack Speed Multiplier
      - Move Speed Multiplier
      - Heal On Hit Multiplier

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
      • 0 replies
    • WarFriends Legends: Shooting +8 Jailed Cheats
      Modded/Hacked App: WarFriends Legends: Shooting By About Fun s.r.o.
      Bundle ID: com.aboutfun.battlelegends
      App Store Link: https://apps.apple.com/us/app/warfriends-legends-shooting/id1491735503?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Fire Rate Multiplier
      - Move Speed Multiplier
      - Freeze Ammo
      - Chat Message
      - VIP 
      - No ADS

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Winner
        • Like
      • 4 replies
    • Starguard: Evo Merge TD +4 Mods [ Damage & Defence ]
      Mod APK Game Name: Starguard: Evo Merge TD By ONDI TECHNOLOGY JSC
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ondi.space.defense

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Unlimited Battle Coins -> Will increase instead of decrease.
        • Agree
        • Winner
      • 1 reply
    • Moonsters: Blast Arena v1.0.8 [ +3 Jailed ] AI Freeze
      Modded/Hacked App: Moonsters: Blast Arena By Casual Friday LTD
      Bundle ID: com.CasualFriday.Moonsters
      App Store Link: https://apps.apple.com/us/app/moonsters-blast-arena/id6498897765?uo=4

      🤩 Hack Features

      - Card Enough
      - Card Cost
      - Pause Opponent AI / When Oppo Turn Then Use
      • 2 replies
    • Moonsters: Blast Arena v1.0.8 [ +3 Cheats ] AI Freeze
      Modded/Hacked App: Moonsters: Blast Arena By Casual Friday LTD
      Bundle ID: com.CasualFriday.Moonsters
      App Store Link: https://apps.apple.com/us/app/moonsters-blast-arena/id6498897765?uo=4
      🤩 Hack Features

      - Card Enough
      - Card Cost
      - Pause Opponent AI / When Oppo Turn Then Use
      • 0 replies
    • Crunchyroll: Cuisineer +4 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Crunchyroll: Cuisineer By Crunchyroll, LLC
      Bundle ID: com.crunchyroll.gv.cuisineer
      App Store Link: https://apps.apple.com/us/app/crunchyroll-cuisineer/id6758463608?uo=4

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      -- Full Game Unlocked
        • Winner
      • 0 replies
    • Goods Master 3D: Matching Game v1.15.7 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Goods Master 3D: Matching Game By HIGGS TECHNOLOGY CO., LIMITED
      Bundle ID: com.higgs.bubblematch
      App Store Link: https://apps.apple.com/us/app/goods-master-3d-matching-game/id1577533842?uo=4

      🤩 Hack Features

      - Auto ADS NO
      - Unlimited Coins
      - Unlimited Stars
      - Unlimited Lives
      - Unlimited Booster
      • 0 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines