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

    • War Commander: Rogue Assault v10.2.0 +2 Jailed Cheats
      Modded/Hacked App: War Commander: Rogue Assault By KIXEYE Inc
      Bundle ID: com.kixeye.warcommanderrogueassault
      iTunes Store Link: https://apps.apple.com/us/app/war-commander-rogue-assault/id695948278?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Damage Multiplier
      - Never Die


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the 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. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 9: 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. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. 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 down 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
        • Like
      • 100 replies
    • Galaxy Attack: Space Shooter v1.930 +3 Jailed Cheats
      Modded/Hacked App: Galaxy Attack: Space Shooter By RocketAds Ltd
      Bundle ID: com.game.space.shooter2
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-attack-space-shooter/id1225548580?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - 1 Hit Kill
      - Never Die
      - Instant Kill


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the 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. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 9: 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. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. 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 down 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
      • 171 replies
    • War Commander: Rogue Assault v10.2.0 +3 Cheats
      Modded/Hacked App: War Commander: Rogue Assault By KIXEYE Inc
      Bundle ID: com.kixeye.warcommanderrogueassault
      iTunes Store Link: https://apps.apple.com/us/app/war-commander-rogue-assault/id695948278?uo=4


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


      Hack Features:
      - Never Die
      - Damage Multiplier


      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
      Not responsible for any bans



      Download Hack



      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using Filza or iFile, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will need to press on 'Install' or 'Installer' from the options on your screen.
      STEP 5: Let Filza / iFile finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: 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 7: 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, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Zahir


      Cheat Video/Screenshots:

      N/A
      • 381 replies
    • Sonic Forces: Run Battle Game v6.1.0 +2 Cheats
      Modded/Hacked App: Sonic Forces - Racing Battle By Sega America
      Bundle ID: com.sega.sonic2017ios
      iTunes Store Link: https://apps.apple.com/us/app/sonic-forces-racing-battle/id1262362476?uo=4


      Hack Features:
      - god mode
      - no loss of rings


      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/
        • Like
      • 523 replies
    • Galaxy Attack: Space Shooter v1.930 +3 Cheats
      Modded/Hacked App: Galaxy Attack: Space Shooter By ROCKET GO GLOBAL PTE. LTD.
      Bundle ID: com.game.space.shooter2
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-attack-space-shooter/id1225548580?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate or Substitute.
      - PreferenceLoader (from Cydia or Sileo).


      Hack Features:
      - Unlimited Coins
      - Unlimited Gems
      - Unlimited Medals
      - Unlimited Limit Break Cards
      - Unlimited Wing Cards


      Declaimer:
      - You will likely get banned quick, so don't use this if you value your account 
      - Nevertheless, you can still play single player modes, or just wait 1 week to lift the ban


      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.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
      STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.
      STEP 7: 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 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, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @Zahir


      Cheat Video/Screenshots:

      N/A
      • 848 replies
    • Grim Soul: Survival v7.8.0 +19 Cheats [Unlimited Currencies + More]
      Modded/Hacked App: Grim Soul: Survival By Andrey Pryakhin
      Bundle ID: fantasy.survival.game.rpg
      iTunes Store Link: https://itunes.apple.com/us/app/grim-soul-survival/id1366215798


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Unlimited Thalers/Coins & Crafting Points - Once enabled, purchase something using coins & use a craft point so the currencies stick, then disable this feature.
      - Unlimited Storage Items - Taking storage items will increase them.
      - Unlimited Energy / Instant Energy Refills - Will refill your energy once you run to another location.
      - Godmode - Unlinked. Health will still decrease but you won't die.
      - One-Hit Kill - Linked to the enemy. Would recommend enabling 'Godmode'.
      - Increased Attack Range - Allows you to kill enemies from some distance away.
      - Free Crafting - Will allow you to craft items without the required materials.
      - No Crafting Level Requirement
      - Free Construction
      - Items Duplicate When Split
      - Unlimited Item Durability
      - x2 Player Speed
      - x3 Player Speed
        • Like
      • 5,098 replies
    • My Talking Angela 2 Cheats v25.4.1 +2
      Modded/Hacked App: My Talking Angela 2 By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingangela2
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-angela-2/id1536584509?uo=4


      Hack Features:
      - Infinite Currencies
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/147072-my-talking-angela-2-v1013-jailed-cheats-2/


      iOS Hack Download Link: https://iosgods.com/topic/147070-my-talking-angela-2-cheats-all-versions-2/
      • 113 replies
    • My Talking Tom Friends Cheats v25.3.5 +2
      Modded/Hacked App: My Talking Tom Friends By Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingtomfriends
      iTunes Store Link: https://apps.apple.com/us/app/my-talking-tom-friends/id1473424857?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

      - Infinite Coins
      - No Ads

      Non-Jailbroken Hack: https://iosgods.com/topic/128377-my-talking-tom-friends-v392-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/128376-my-talking-tom-friends-cheats-v2510-2/
      • 156 replies
    • My Talking Tom 2 Cheats v25.4.6 +2
      Modded/Hacked App: My Talking Tom 2 by Outfit7 Limited
      Bundle ID: com.outfit7.mytalkingtom2
      iTunes Store Link: https://itunes.apple.com/us/app/my-talking-tom-2/id1337578317?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Coins (Spend some/ Get some)
      - No Ads


      Hack Download Link: https://iosgods.com/topic/82755-arm64-my-talking-tom-2-cheats-v102002-1/
      • 718 replies
    • [ Last Cloudia TW ] 最後的克勞迪亞 v6.9.2 Jailed Cheats +4
      Modded/Hacked App: 最後的克勞迪亞 By Hong Kong Bao Chuan Software Technology Limited
      Bundle ID: com.boltrend.cloudia
      iTunes Store Link: https://apps.apple.com/tw/app/%E6%9C%80%E5%BE%8C%E7%9A%84%E5%85%8B%E5%8B%9E%E8%BF%AA%E4%BA%9E/id1530784975?uo=4



      Hack Features:
      - God Mode
      - Infinite MP
      - Infinite SP
      - Infinite Ether


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/139142-last-cloudia-tw-%E6%9C%80%E5%BE%8C%E7%9A%84%E5%85%8B%E5%8B%9E%E8%BF%AA%E4%BA%9E-v161-jailed-cheats-4/


      iOS Hack Download Link: https://iosgods.com/topic/139142-last-cloudia-tw-%E6%9C%80%E5%BE%8C%E7%9A%84%E5%85%8B%E5%8B%9E%E8%BF%AA%E4%BA%9E-v1141-jailed-cheats-4/
      • 357 replies
    • LAST CLOUDIA v6.9.2 Jailed Cheats +4
      Modded/Hacked App: LAST CLOUDIA By AIDIS Inc.
      Bundle ID: com.aidis.lastcloudiaen
      iTunes Store Link: https://apps.apple.com/us/app/last-cloudia/id1473588527?uo=4


      Hack Features:
      - God Mode
      - Infinite MP
      - Infinite SP
      - Infinite Ether


      iOS Hack Download Link: https://iosgods.com/topic/147069-last-cloudia-v201-jailed-cheats-4/
        • Like
      • 424 replies
    • Mystery Manor: hidden objects Cheats v7.80.0 +3
      Modded/Hacked App: Mystery Manor: hidden objects By Game Insight UAB
      Bundle ID: com.gameinsight.ios.mmanor
      iTunes Store Link: https://apps.apple.com/us/app/mystery-manor-hidden-objects/id1077800365?uo=4


      Hack Features:
      - Infinite Coins
      - Infinite Gems
      - Infinite Energy


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/148999-mystery-manor-hidden-objects-v5600-jailed-cheats-3/


      iOS Hack Download Link: https://iosgods.com/topic/148995-mystery-manor-hidden-objects-cheats-v5600-3/
      • 40 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