Jump to content

Marvel Contest of Champions help Crack/ASLR/debug


Go to solution Solved by miseaujeu,

13 posts in this topic

Recommended Posts

Posted (edited)

@DiDA I really like the mikeyb method you linked -- but I'm not sure I'm using it correctly.

 

For Gdb Users (Like @shmoo :p)

 

.Open your binary in IDA and select the architecture you are going to be hacking.

.Once it has loaded, go to the very beginning of the file. You should see something like this:

HEADER:000XXXXX. this will be your ASLR bias

.There are other ways to get the header offset, like using otool, but I prefer using IDA.

8_zpslcoszy7b.jpg

so ... 0x4000

.Start your app and connect to it with gdb

.Next, type in the command “info address _mh_execute_header”. gdb should print an address to you.

9_zpsckpwqtee.jpg

so ... 0xb2000

 

.Subtract the value from IDA from value you got from gdb and this is your ASLR bias.

0xb2000 - 0x4000 = 0xAE000

 

.From now on, subtract your ASLR bias from any offset you get from watchpoints, breakpoints etc. to get the correct offset for IDA or add your bias to an address from IDA before using it in GDB.

 

In previous versions of the game the IDA disassembly provided function names and structure:

10_zpsli5n6peh.jpg

 

 

since v5.1.0 it's a Sub_x setup with some STRING information

11_zpsdbunsudv.jpg

 

-- I'll try to see if we can get it to break with starting a quest ... perhaps this string can help us? @ 0x11382E2 ( from IDA )

"to get the correct offset for IDA or add your bias to an address from IDA before using it in GDB."

So, 0x11382E2 + 0xAE000 = 0x11E62E2

12_zpswkocj4tf.jpg

Now I've started and stopped many quests. Tried various different versions and instances of quests that they provide and each time I "BEGIN" a quest .... nothing happens. No breakpoint ... nothing.

It could just be the wrong offset ... but am I doing the right things ? Should this work if 0x11382E2 in IDA is what I'm looking for ?

 

-M

 

But try what I said before. Remove ASLR after cracking the binary. And that does not look like the right string for anything :p

Updated by Guest
  • Solution
Posted

 

You have to crack the game then remove ASLR with rmaslrgui :)

Alright, let's go again !

 

Duplicated source binary to keep as backup

13_zpspi9txxbf.jpg

 

Ran Clutch

Clutch marvelbattle
DEBUG | Localization.m:70 | preferred lang: (
    en
)
2015-11-19 21:27:28.273 Clutch[670:12594] checking localization cache
You're using a Clutch development build, checking for updates..
Your version of Clutch is up to date!
Clutch 1.4.7 (git-3)
---------------------------------
is iOS 8 application listing method brah
DEBUG | Preferences.m:42 | preferences_location: /etc/clutch.conf
DEBUG | Preferences.m:43 | {
    CheckMetadata = YES;
    CompressionLevel = "-1";
    CrackerName = Miseaujeu;
    CreditFile = NO;
    MetadataEmail = "[email protected]";
    RemoveMetadata = NO;
    UseNativeZip = YES;
}
DEBUG | main.m:609 | app to crack {
    ApplicationBasename = "marvelbattle.app";
    ApplicationBundleID = "com.kabam.marvelbattle";
    ApplicationContainer = "/var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/";
    ApplicationDirectory = "marvelbattle.app";
    ApplicationDisplayName = Champions;
    ApplicationExecutableName = marvelbattle;
    ApplicationName = marvelbattle;
    ApplicationVersion = 99500;
    Framework = 0;
    MinimumOSVersion = "7.0";
    PlugIn = 0;
    RealUniqueID = "C1829FD3-15A4-4DCD-A398-3CEBF3963DAA";
}
Cracking marvelbattle...
DEBUG | Cracker.m:80 | ------Prepairing from Installed App------
DEBUG | Cracker.m:92 | Temporary Directory: /tmp/clutch_1x2kHu3x/Payload/marvelbattle.app
Creating working directory...
DEBUG | Cracker.m:103 | Temporary Binary Path: /tmp/clutch_1x2kHu3x/Payload/marvelbattle.app/marvelbattle
DEBUG | Cracker.m:111 | Binary Path: /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app/marvelbattle
DEBUG | Cracker.m:113 | -------End Prepairing Installed App-----
DEBUG | Cracker.m:120 | ------Generating Paths------
DEBUG | Cracker.m:139 | /User/Documents/Cracked/Champions-v99500-Miseaujeu-(Clutch-1.4.7).ipa
DEBUG | Cracker.m:141 | ------End Generating Paths-----
DEBUG | Cracker.m:150 | ------Executing crack------
2015-11-19 21:27:28.572 Clutch[670:12594] created IPAPAth /User/Documents/Cracked/Champions-v99500-Miseaujeu-(Clutch-1.4.7).ipa
DEBUG | Cracker.m:165 | ------Crack Operation------
DEBUG | Cracker.m:167 | beginning crack operation
DEBUG | Binary.m:396 | attempting to crack binary to file! finalpath /tmp/clutch_1x2kHu3x/Payload/marvelbattle.app/marvelbattle
DEBUG | Binary.m:397 | DEBUG: binary path /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app/marvelbattle
DEBUG | Cracker.m:253 | ------Zip Operation------
DEBUG | Cracker.m:254 | beginning zip operation
DEBUG | Cracker.m:258 | using native zip
DEBUG | Binary.m:415 | basedir ok
Performing initial analysis...
DEBUG | Binary.m:423 | open ok
DEBUG | Binary.m:440 | local arch - armv7s
DEBUG | Binary.m:543 | FAT binary detected
DEBUG | Binary.m:545 | nfat_arch 2
DEBUG | Binary.m:556 | arch arch subtype 201326592
DEBUG | Binary.m:551 | 64bit arch detected!
DEBUG | Binary.m:566 | currently cracking arch 9
DEBUG | Binary.m:614 | arch compatible with device, but swap
DEBUG | Binary.m:134 | ##### STRIPPING ARCH #####
DEBUG | Binary.m:139 | lipo path /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app/marvelbattle_arm9_lwork
DEBUG | Binary.m:161 | found arch to keep 9! Storing it
DEBUG | Binary.m:189 | blanking arch! 0
DEBUG | Binary.m:194 | changing nfat_arch
DEBUG | Binary.m:198 | number of architectures 1
DEBUG | Binary.m:203 | Wrote new header to binary!
DEBUG | Binary.m:207 | copying sc_info files!
2015-11-19 21:27:34.123 Clutch[670:12598] sinf file yo /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app/SC_Info/marvelbattle_arm9_lwork.sinf
DEBUG | Binary.m:724 | currently cracking 32bit portion
DEBUG | Binary.m:1091 | Dumping 32bit segment..
DEBUG | Binary.m:1119 | 32bit dumping: offset 16384
dumping binary: analyzing load commands
DEBUG | Binary.m:1149 | found segment
DEBUG | Binary.m:1149 | found segment
DEBUG | Binary.m:1149 | found segment
DEBUG | Binary.m:1149 | found segment
DEBUG | Binary.m:1130 | found encryption info
DEBUG | Binary.m:1135 | found code signature
dumping binary: obtaining ptrace handle
dumping binary: forking to begin tracing
dumping binary: successfully forked
dumping binary: obtaining mach port
dumping binary: preparing code resign
dumping binary: preparing to dump
dumping binary: ASLR enabled, identifying dump location dynamically
DEBUG | Binary.m:1291 | 32-bit Region Size: 16384 35913728
DEBUG | Binary.m:1291 | 32-bit Region Size: 35913728 35913728
dumping binary: performing dump
dumping binary: patched cryptid
 [=============================================================>] 100%
 dumping binary: writing new checksum
DEBUG | Binary.m:566 | currently cracking arch 0
DEBUG | Device.m:53 | Can't crack 64bit arch on 32bit device! skipping
DEBUG | Binary.m:607 | arch not compatible with device!
DEBUG | Binary.m:666 | only one architecture left!? strip
DEBUG | Cracker.m:236 | crack operation ok!
packaging: waiting for zip thread
DEBUG | Cracker.m:238 | -----End Crack Op------
DEBUG | Cracker.m:280 | zip original ok
DEBUG | Cracker.m:282 | ------End Zip Op------
DEBUG | Cracker.m:287 | ------Zip Cracked Op------
packaging: compressing IPA
DEBUG | Cracker.m:352 | old metadata /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/iTunesMetadata.plist /tmp/clutch_1x2kHu3x/iTunesMetadata.plist
packaging: censoring iTunesMetadata
DEBUG | Cracker.m:357 | Generating fake iTunesMetadata
DEBUG | Cracker.m:435 | generate metdata /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/iTunesMetadata.plist, /tmp/clutch_1x2kHu3x/iTunesMetadata.plist
DEBUG | Cracker.m:387 | Copying iTunesArtwork
DEBUG | Cracker.m:388 | copy from /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/iTunesArtwork, to /tmp/clutch_1x2kHu3x/iTunesArtwork
DEBUG | Cracker.m:295 | package IPA ok
DEBUG | izip.m:182 | working dir /tmp/clutch_1x2kHu3x
DEBUG | Cracker.m:299 | zip cracked ok
packaging: compression level 4294967295
DEBUG | Cracker.m:317 | ------End Zip Crack Op------
DEBUG | Cracker.m:332 | ------End Execute Crack------
DEBUG | ApplicationLister.m:336 | cracked app ok
DEBUG | ApplicationLister.m:337 | this crack lol 99500
DEBUG | Cracker.m:336 | Saved cracked app info!
        /User/Documents/Cracked/Champions-v99500-Miseaujeu-(Clutch-1.4.7).ipa
elapsed time: 176.47s

Applications cracked:

marvelbattle

Total success: 1   Total failed: 0

-Moved Champions-v99500-Miseaujeu-(Clutch-1.4.7).ipa from /User/Documents/Cracked/ to desktop harddrive.  Extracted "marvelbattle" and began IDA disassembly.

-Copied the newly Clutch-ed marvelbattle to original install location (/private/var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app )  and overwrote original binary

15_zpsnn0mbodd.jpg

 

-I then ran Remove ASLR GUI

2_zpszvqw0lr0.jpg

-Signed with ldid -s

3_zpsdgdju0sg.jpg

 

-Set Permissions in iFile

14_zpscbkoa2na.jpg

 

5. Run App  -- Success! ... but now the cycrypt check to see if ASLR is really gone

 

6.  It is !

16_zpsp2o1gl38.jpg

 

Thank you !   I can't understand how I was doing something wrong each time for the past several days.  By needing to lay it out like this I guess I wasn't able to miss a step.

 

Now I can get down to seeing how drastically this build was changed from the previous versions.

 

Thanks again!

-M

Posted

Alright, let's go again !

 

Duplicated source binary to keep as backup

13_zpspi9txxbf.jpg

 

Ran Clutch

 

Clutch marvelbattle
DEBUG | Localization.m:70 | preferred lang: (
    en
)
2015-11-19 21:27:28.273 Clutch[670:12594] checking localization cache
You're using a Clutch development build, checking for updates..
Your version of Clutch is up to date!
Clutch 1.4.7 (git-3)
---------------------------------
is iOS 8 application listing method brah
DEBUG | Preferences.m:42 | preferences_location: /etc/clutch.conf
DEBUG | Preferences.m:43 | {
    CheckMetadata = YES;
    CompressionLevel = "-1";
    CrackerName = Miseaujeu;
    CreditFile = NO;
    MetadataEmail = "[email protected]";
    RemoveMetadata = NO;
    UseNativeZip = YES;
}
DEBUG | main.m:609 | app to crack {
    ApplicationBasename = "marvelbattle.app";
    ApplicationBundleID = "com.kabam.marvelbattle";
    ApplicationContainer = "/var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/";
    ApplicationDirectory = "marvelbattle.app";
    ApplicationDisplayName = Champions;
    ApplicationExecutableName = marvelbattle;
    ApplicationName = marvelbattle;
    ApplicationVersion = 99500;
    Framework = 0;
    MinimumOSVersion = "7.0";
    PlugIn = 0;
    RealUniqueID = "C1829FD3-15A4-4DCD-A398-3CEBF3963DAA";
}
Cracking marvelbattle...
DEBUG | Cracker.m:80 | ------Prepairing from Installed App------
DEBUG | Cracker.m:92 | Temporary Directory: /tmp/clutch_1x2kHu3x/Payload/marvelbattle.app
Creating working directory...
DEBUG | Cracker.m:103 | Temporary Binary Path: /tmp/clutch_1x2kHu3x/Payload/marvelbattle.app/marvelbattle
DEBUG | Cracker.m:111 | Binary Path: /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app/marvelbattle
DEBUG | Cracker.m:113 | -------End Prepairing Installed App-----
DEBUG | Cracker.m:120 | ------Generating Paths------
DEBUG | Cracker.m:139 | /User/Documents/Cracked/Champions-v99500-Miseaujeu-(Clutch-1.4.7).ipa
DEBUG | Cracker.m:141 | ------End Generating Paths-----
DEBUG | Cracker.m:150 | ------Executing crack------
2015-11-19 21:27:28.572 Clutch[670:12594] created IPAPAth /User/Documents/Cracked/Champions-v99500-Miseaujeu-(Clutch-1.4.7).ipa
DEBUG | Cracker.m:165 | ------Crack Operation------
DEBUG | Cracker.m:167 | beginning crack operation
DEBUG | Binary.m:396 | attempting to crack binary to file! finalpath /tmp/clutch_1x2kHu3x/Payload/marvelbattle.app/marvelbattle
DEBUG | Binary.m:397 | DEBUG: binary path /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app/marvelbattle
DEBUG | Cracker.m:253 | ------Zip Operation------
DEBUG | Cracker.m:254 | beginning zip operation
DEBUG | Cracker.m:258 | using native zip
DEBUG | Binary.m:415 | basedir ok
Performing initial analysis...
DEBUG | Binary.m:423 | open ok
DEBUG | Binary.m:440 | local arch - armv7s
DEBUG | Binary.m:543 | FAT binary detected
DEBUG | Binary.m:545 | nfat_arch 2
DEBUG | Binary.m:556 | arch arch subtype 201326592
DEBUG | Binary.m:551 | 64bit arch detected!
DEBUG | Binary.m:566 | currently cracking arch 9
DEBUG | Binary.m:614 | arch compatible with device, but swap
DEBUG | Binary.m:134 | ##### STRIPPING ARCH #####
DEBUG | Binary.m:139 | lipo path /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app/marvelbattle_arm9_lwork
DEBUG | Binary.m:161 | found arch to keep 9! Storing it
DEBUG | Binary.m:189 | blanking arch! 0
DEBUG | Binary.m:194 | changing nfat_arch
DEBUG | Binary.m:198 | number of architectures 1
DEBUG | Binary.m:203 | Wrote new header to binary!
DEBUG | Binary.m:207 | copying sc_info files!
2015-11-19 21:27:34.123 Clutch[670:12598] sinf file yo /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app/SC_Info/marvelbattle_arm9_lwork.sinf
DEBUG | Binary.m:724 | currently cracking 32bit portion
DEBUG | Binary.m:1091 | Dumping 32bit segment..
DEBUG | Binary.m:1119 | 32bit dumping: offset 16384
dumping binary: analyzing load commands
DEBUG | Binary.m:1149 | found segment
DEBUG | Binary.m:1149 | found segment
DEBUG | Binary.m:1149 | found segment
DEBUG | Binary.m:1149 | found segment
DEBUG | Binary.m:1130 | found encryption info
DEBUG | Binary.m:1135 | found code signature
dumping binary: obtaining ptrace handle
dumping binary: forking to begin tracing
dumping binary: successfully forked
dumping binary: obtaining mach port
dumping binary: preparing code resign
dumping binary: preparing to dump
dumping binary: ASLR enabled, identifying dump location dynamically
DEBUG | Binary.m:1291 | 32-bit Region Size: 16384 35913728
DEBUG | Binary.m:1291 | 32-bit Region Size: 35913728 35913728
dumping binary: performing dump
dumping binary: patched cryptid
 [=============================================================>] 100%
 dumping binary: writing new checksum
DEBUG | Binary.m:566 | currently cracking arch 0
DEBUG | Device.m:53 | Can't crack 64bit arch on 32bit device! skipping
DEBUG | Binary.m:607 | arch not compatible with device!
DEBUG | Binary.m:666 | only one architecture left!? strip
DEBUG | Cracker.m:236 | crack operation ok!
packaging: waiting for zip thread
DEBUG | Cracker.m:238 | -----End Crack Op------
DEBUG | Cracker.m:280 | zip original ok
DEBUG | Cracker.m:282 | ------End Zip Op------
DEBUG | Cracker.m:287 | ------Zip Cracked Op------
packaging: compressing IPA
DEBUG | Cracker.m:352 | old metadata /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/iTunesMetadata.plist /tmp/clutch_1x2kHu3x/iTunesMetadata.plist
packaging: censoring iTunesMetadata
DEBUG | Cracker.m:357 | Generating fake iTunesMetadata
DEBUG | Cracker.m:435 | generate metdata /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/iTunesMetadata.plist, /tmp/clutch_1x2kHu3x/iTunesMetadata.plist
DEBUG | Cracker.m:387 | Copying iTunesArtwork
DEBUG | Cracker.m:388 | copy from /var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/iTunesArtwork, to /tmp/clutch_1x2kHu3x/iTunesArtwork
DEBUG | Cracker.m:295 | package IPA ok
DEBUG | izip.m:182 | working dir /tmp/clutch_1x2kHu3x
DEBUG | Cracker.m:299 | zip cracked ok
packaging: compression level 4294967295
DEBUG | Cracker.m:317 | ------End Zip Crack Op------
DEBUG | Cracker.m:332 | ------End Execute Crack------
DEBUG | ApplicationLister.m:336 | cracked app ok
DEBUG | ApplicationLister.m:337 | this crack lol 99500
DEBUG | Cracker.m:336 | Saved cracked app info!
        /User/Documents/Cracked/Champions-v99500-Miseaujeu-(Clutch-1.4.7).ipa
elapsed time: 176.47s

Applications cracked:

marvelbattle

Total success: 1   Total failed: 0
-Moved Champions-v99500-Miseaujeu-(Clutch-1.4.7).ipa from /User/Documents/Cracked/ to desktop harddrive.  Extracted "marvelbattle" and began IDA disassembly.

-Copied the newly Clutch-ed marvelbattle to original install location (/private/var/mobile/Containers/Bundle/Application/C1829FD3-15A4-4DCD-A398-3CEBF3963DAA/marvelbattle.app )  and overwrote original binary

15_zpsnn0mbodd.jpg

 

-I then ran Remove ASLR GUI

2_zpszvqw0lr0.jpg

-Signed with ldid -s

3_zpsdgdju0sg.jpg

 

-Set Permissions in iFile

14_zpscbkoa2na.jpg

 

5. Run App  -- Success! ... but now the cycrypt check to see if ASLR is really gone

 

6.  It is !

16_zpsp2o1gl38.jpg

 

Thank you !   I can't understand how I was doing something wrong each time for the past several days.  By needing to lay it out like this I guess I wasn't able to miss a step.

 

Now I can get down to seeing how drastically this build was changed from the previous versions.

 

Thanks again!

-M

No problem, I'm glad I could help ^_^

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Samurai Soul! v0.0.46 +3 Jailed Cheats
      Modded/Hacked App: Samurai Soul! By Hammer Stone Limited
      Bundle ID: com.hammerstone.samuraisoul
      App Store Link: https://apps.apple.com/us/app/samurai-soul/id6744385588?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
      - Never Die
      - Free iAP

       

      ⬇️ 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
        • Thanks
        • Winner
        • Like
      • 4 replies
    • Samurai Soul! v0.0.46 +3 Cheats
      Modded/Hacked App: Samurai Soul! By Hammer Stone Limited
      Bundle ID: com.hammerstone.samuraisoul
      App Store Link: https://apps.apple.com/us/app/samurai-soul/id6744385588?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
      - Never Die
      - Free iAP

       

      ⬇️ 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.
        • Winner
        • Like
      • 4 replies
    • SD Gundam G Generation ETERNAL v1.7.0 +4 Cheats
      Modded/Hacked App: SD Gundam G Generation ETERNAL By Bandai Namco Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0405
      iTunes Store Link: https://apps.apple.com/us/app/sd-gundam-g-generation-eternal/id6692615881?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
      - Unlimited Skills Energy

       

      ⬇️ 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.
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 121 replies
    • SD Gundam G Generation ETERNAL v1.7.0 +4 Jailed Cheats
      Modded/Hacked App: SD Gundam G Generation ETERNAL By Bandai Namco Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0405
      iTunes Store Link: https://apps.apple.com/us/app/sd-gundam-g-generation-eternal/id6692615881?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
      - Unlimited Skills Energy

       

      ⬇️ 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
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 251 replies
    • Matching Story v1.50.01 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 58 replies
    • Matching Story v1.50.01 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4

       
      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
        • Informative
        • Agree
        • Haha
        • Thanks
        • Like
      • 67 replies
    • Tower of God: NEW WORLD Cheats v3.03.00 +4
      Modded/Hacked App: Tower of God: NEW WORLD By Netmarble Corporation
      Bundle ID: com.netmarble.tog
      iTunes Store Link: https://apps.apple.com/us/app/tower-of-god-new-world/id1599435437?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Always Critical
      - Skip Battle Intro


      Non-Jailbroken & No Jailbreak required hack(s): 
       

      iOS Hack Download Link: https://iosgods.com/topic/186202-tower-of-god-new-world-cheats-v20101-4/
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 113 replies
    • Alien Invasion: RPG Idle Space Cheats v4.26.00 +2
      Modded/Hacked App: Alien Invasion: RPG Idle Space By MULTICAST GAMES LIMITED
      Bundle ID: com.multicastgames.venomSurvive
      iTunes Store Link: https://apps.apple.com/us/app/alien-invasion-rpg-idle-space/id6443697602?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/167591-alien-invasion-rpg-idle-space-v204-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/167589-alien-invasion-rpg-idle-space-cheats-v204-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 433 replies
    • Archero Cheats v7.2.1 +5 [ God Mode & More ]
      Modded/Hacked App: Archero by HABBY PTE. LTD.
      Bundle ID: com.habby.archero
      iTunes Store Link: https://apps.apple.com/us/app/archero/id1453651052?uo=4&at=1010lce4



      Hack Features:
      - Multiply Defense to
      - Multiply Damage to
      - God Mode
      - OHK (Must use with God Mode)
      - Freeze Enemies

      NOTE: If you want to use god mode and ohk turn off multiply damage and defense first. I added multiply damage and defense there to avoid ban


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/100710-archero-v210-enemies-dont-attack-x30-attack/


      Hack Download Link: https://iosgods.com/topic/96783-arm64-archero-cheats-v220-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 15,889 replies
    • Solitaire Grand Harvest v2.401.1 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Solitaire Grand Harvest By Supertreat GmbH
      Bundle ID: net.supertreat.solitaire
      App Store Link: https://apps.apple.com/us/app/solitaire-grand-harvest/id1223338261?uo=4


      🤩 Hack Features

      - Coins
      - Free Ticket
      - Free Undo
      - Wild Card
        • Haha
        • Thanks
        • Winner
        • Like
      • 30 replies
    • Solitaire Grand Harvest v2.401.1 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Solitaire Grand Harvest By Supertreat GmbH
      Bundle ID: net.supertreat.solitaire
      App Store Link: https://apps.apple.com/us/app/solitaire-grand-harvest/id1223338261?uo=4


      🤩 Hack Features

      - Coins
      - Free Ticket
      - Free Undo
      - Wild Card
        • Informative
        • Agree
        • Thanks
        • Like
      • 30 replies
    • Merge Cruise: Mystery Puzzle v0.36.800 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Merge Cruise: Mystery Puzzle By STUDIO PEERPLAY GAMES LTD
      Bundle ID: com.peerplay.megamerge
      iTunes Store Link: https://apps.apple.com/us/app/merge-cruise-mystery-puzzle/id6459056553?uo=4
       

      🤩 Hack Features

      - Cash
      - Energy

        • Informative
        • Agree
        • Haha
        • Thanks
        • Like
      • 32 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