Jump to content

A Beginner-Friendly Guide to Modding iOS IPAs on Windows Only


8 posts in this topic

Recommended Posts

Updated (edited)

 

Part 2 of the tutorial is coming out soon! I'll be showing you the exact methods—the easiest ones—to help you hack your first game. Stay tuned, you're going to love it. Believe me!

Even someone with zero knowledge will be able to do it.

For now, you need to learn the basics below and get comfortable with everything. So take a moment and give it a read!




Beginner’s Guide: iOS IPA Modding Using Windows

( No Jailbreak – No Frida – Static Modding ) 
 

 

Important Note: This method is only for those who want to try modding on Windows. It’s not as powerful as some of the advanced tools you can use with a jailbroken iPhone. Also, it can be time-consuming if you don’t know what you’re doing at first—so keep that in mind before you start.

I don’t know how to attach pictures here, so sorry about that—lol.🤣🤣
 

 Tools and Files You Will Need:

Spoiler

  1:  Windows PC
    2:   IPA File of the Game
    3:   HxD (Hex Editor) – Free, Download Here: https://mh-nexus.de/en/hxd/

    4:   Il2CppDumper – Free, Download here:  https://github.com/Perfare/Il2CppDumper

    5:   Notepad++ – Free, Download here: https://notepad-plus-plus.org/downloads/

    6:   Sideloadly – Free, Download here: https://sideloadly.io/

    7:  Apple ID – Needed for signing apps with Sideloadly.
    8:   7-Zip – Free, 
    •    OR WinRAR –

 


 

Read These Things First :

What You Can Do with This Method:

Spoiler

    •    Modify offline iOS games that use Il2Cpp structure.
    •    Change game values like coins, health, damage.
    •    Disable unwanted features by changing hex codes.
    •    Perform Static Modding (editing the game’s static code).


What You Cannot Do with This Method:

Spoiler

   •    You cannot bypass server-sided checks.
    •    You cannot live test changes without reinstalling the app.
    •    You cannot bypass advanced anti-cheats with just this method.
    •    You cannot modify Swift-based or encrypted games easily.



Limitations of Windows-Only iOS Modding:

Spoiler

    •    No live testing: You must install the IPA every time you make changes to see if it works.
    •    No dynamic hooking: You cannot use tools like Frida without jailbreak or macOS.
    •    Trial and error required: You need to test several RVA addresses and hex edits repeatedly.
    •    More time-consuming: No instant result like Android modding with Frida.


What is Static Modding?

Spoiler

    •    This method is called Static Modding because:
    •    You are editing the compiled game files directly (UnityFramework) using a hex editor.
    •    The changes become part of the IPA permanently.
    •    You cannot dynamically change anything while the game is running.


Full Step-by-Step iOS IPA Modding Process Here We Goooooooooooooooooo

 

How to Download Decrypted IPA (Required for Modding:

Spoiler

When modding iOS games, you must have a decrypted IPA. Normal IPAs from the App Store are encrypted and cannot be modified.

 Method 1: Download from iOSGods (Decrypt Store)
    1.    Open your browser and go to:
👉 https://armconverter.com/decryptedappstore/us

    2.    This is the Decrypt Store by iOSGods.
    3.    You can search for the game you want. Example: “Subway Surfers” or any offline game.
    4.    Look for a decrypted version compatible with your iOS version. Download the IPA file directly to your PC.

 Notes About Decrypted IPAs:
    •    The decrypted IPA is already ready for modding.
    •    The encryption is removed, so you can extract it, edit, and resign it.
    •    If the game you want is not available, you may need to dump the IPA yourself from a jailbroken device.

 Why Decrypted IPAs Are Important:
    •    App Store IPAs are encrypted for security.
    •    Encrypted IPAs cannot be opened, dumped, or edited.
    •    Decrypted IPAs allow us to extract libil2cpp.dylib and global-metadata.dat for Il2CppDumper


Step 1: Prepare the IPA File

Spoiler

    •    Change .ipa to .zip.
    •    Extract it using 7-Zip or WinRAR.
    •    Go to: Payload → GameName.app
    •    Find these files:
    •    libil2cpp.dylib
    •    Data/global-metadata.dat


Step 2: Dump the Game

Spoiler

    •    Open Il2CppDumper.
    •    Load libil2cpp.dylib and global-metadata.dat.
    •    Wait for dump.cs file to generate.
    •    Save dump.cs safely. 

 
Step 3: Analyze dump.cs

Spoiler

    •    Open dump.cs in Notepad++.
    •    Search for keywords:
    •    coins, currency, gems, gold, health, damage, setHealth, addCoins, getCoins, etc.
    •    Write down the RVA (Example: 0x1D7280C) of suspected functions.


Step 4: Open Hex Editor

Spoiler

    •    Open UnityFramework in HxD.
    •    Go to: Search → Goto → Enter RVA address directly (remove the ‘0x’ part).
    •    This will bring you to the instruction in the hex.




Important****  

Spoiler

Use Arm Convertor to get Hex values , to gernate your own for like making a function false , True , Nop , Change it to higher etc etc u have to do some research about it..


Step 6: Save Your Edits
    •    After editing in HxD, click Save.
    •    Do not corrupt the file size or structure.

Step 7: Repack the IPA

Spoiler

    •    Make sure the folder structure is correct:
    •    IPA → Payload → GameName.app → (all files here)
    •    Select the Payload folder → Zip it → Rename to .ipa.


Step 8: Resign the IPA

Spoiler

    •    Open Sideloadly.
    •    Load your modded IPA.
    •    Connect iPhone.
    •    Enter Apple ID → Start signing.
    •    Install the IPA.
    •    On iPhone → Go to Settings → General → Device Management → Trust your Apple ID.




Step 9: Test the Game
    •    Launch the game.
    •    See if your changes worked.
    •    If not, try other RVAs, other hex edits, or revisit dump.cs.


Important Notes Keeeeeeep Thisssssssss Innnnn Mindddddddd:  

Spoiler

    •    Each game is different; you may need to try many times. 
    •    Always backup original files before editing.
    •    You will fail several times before succeeding. Trial and error is the normal process.
    •    Static modding takes patience but works for many offline iOS games.
    •    If you don’t understand some parts, you can search on YouTube or Google, or ask in modding communities for help.



Warning Cause You Knowwww 👀👀👀👀:
    •    Do not attempt to mod server-sided games. Cuz You cant not Possible.
    •    Do not use this method on multiplayer or ranked games. Very Hard You have to Try and check tons of Stuff , Often tese games are completly server sided too .
    •    This guide is for educational and personal offline testing only. Yeahhhhhhh  


I Hope This Guide Can Help You Alittle And  I am still learning Myself too so If you have Any Questions Ask Here 



 

Updated by Aizen
  • Like 5
  • Thanks 1
Posted (edited)
On 7/5/2025 at 11:19 PM, JhnSmith said:

Hey I cant Find Libil2cpp file inside ,?

Search inside UnityFramework folder
your main file here will be UnityFramework (Not libil2cpp )

Updated by Aizen_
Posted
On 7/6/2025 at 12:19 AM, JhnSmith said:

Hey I cant Find Libil2cpp file inside ,?

Hi there!

You'll be navigating to: Frameworks Folder> UnityFramework.framework Folder> Selecting "UnityFramework" file as the lib file he mentioned.

Afterwards, it's the global-metadata selection, then it takes a tiny dump called "dump.cs" which, yeah, follow his tutorial from there.

  • Thanks 1

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

    • Pudgy Party - Battle Royale v0.12.5 +7 Jailed Cheats [ Speed, Gravity + More ]
      Modded/Hacked App: Pudgy Party - Battle Royale By Mythical, Inc.
      Bundle ID: com.mythical.pudgyparty
      App Store Link: https://apps.apple.com/us/app/pudgy-party-battle-royale/id6744258913?uo=4

       
       

      🤩 Hack Features

      - Jump Height Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Gravity Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Speed Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Friction Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Freeze Bots
      - Dumb Bots
      - Free In-App Purchases
      • 12 replies
    • Creature Hunter Idle v1.2.2 +4 Jailed Cheats [ Cheat Menu ]
      Modded/Hacked App: Creature Hunter Idle By DRAKEMOUNT
      Bundle ID: com.drakemount.creature.hunter
      App Store Link: https://apps.apple.com/us/app/creature-hunter-idle/id6743888703?uo=4

       
       

      🤩 Hack Features

      - Freeze Enemy -> They will still attack.
      - Speed Multiplier

      VIP
      - Auto Win
      - Cheat Menu -> Head into Settings > Accounts > Scroll down and tap on the Discord button.
      • 6 replies
    • Creature Hunter Idle v1.2.2 +4 Cheats [ Cheat Menu ]
      Modded/Hacked App: Creature Hunter Idle By DRAKEMOUNT
      Bundle ID: com.drakemount.creature.hunter
      App Store Link: https://apps.apple.com/us/app/creature-hunter-idle/id6743888703?uo=4

       
       

      🤩 Hack Features

      - Freeze Enemy -> They will still attack.
      - Speed Multiplier

      VIP
      - Auto Win
      - Cheat Menu -> Head into Settings > Accounts > Scroll down and tap on the Discord button.n.
      • 6 replies
    • Dawn of Ages: Medieval Games v2.3.3 +5 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Ages: total war battle By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      App Store Link: https://apps.apple.com/us/app/dawn-of-ages-total-war-battle/id6477473268?uo=4

       


      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      - Dumb Enemy
      - Premium Enabled
        • Winner
      • 84 replies
    • Dawn of Ages: Medieval Games v2.3.3 +5 Cheats [ Damage & Defence ]
      Modded/Hacked App: Dawn of Ages: total war battle By BoomBit, Inc.
      Bundle ID: com.stratospheregames.dawnofages
      App Store Link: https://apps.apple.com/us/app/dawn-of-ages-total-war-battle/id6477473268?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
      - Defence Multiplier
      - God Mode
      - Dumb Enemy
      - Premium Enabled

       

      ⬇️ 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

      - @Puddin
      - @Laxus

       

      📷 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.
      • 47 replies
    • Pudgy Party - Battle Royale v0.12.5 +7 Cheats [ Speed, Gravity + More ]
      Modded/Hacked App: Pudgy Party - Battle Royale By Mythical, Inc.
      Bundle ID: com.mythical.pudgyparty
      App Store Link: https://apps.apple.com/us/app/pudgy-party-battle-royale/id6744258913?uo=4

       


      🤩 Hack Features

      - Jump Height Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Gravity Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Speed Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Friction Multiplier -> Affects bots too. Use with Freeze/Dumb Bots.
      - Freeze Bots
      - Dumb Bots
      - Free In-App Purchases
      • 25 replies
    • Run! Goddess v1.0.34 [+3 Jailed Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4



      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
      • 165 replies
    • Run! Goddess v1.0.34 [+3 Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4

       

      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
       
      • 103 replies
    • SD Gundam G Generation ETERNAL v1.6.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.
      • 112 replies
    • SD Gundam G Generation ETERNAL v1.6.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
      • 232 replies
    • Mech Arena - Shooting Game v3.350.02 +3 Cheats
      Modded/Hacked App: Mech Arena: Robot Showdown By Plarium Global Ltd
      Bundle ID: com.plarium.mechlegion
      iTunes Store Link: https://apps.apple.com/us/app/mech-arena-robot-showdown/id1377591228?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 Stop Shooting - Use with RPGs for best result.
      - Speed Up Game [While in battle: Settings > Music Toggle] - do it once, or the game glitches.
      - Enemy Always Visible


      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 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:

       
      • 543 replies
    • Flambé: Merge and Cook v1.25.1 [+2 Jailed Cheats]
      Modded/Hacked App: Flambé: Merge and Cook By Microfun Limited
      Bundle ID: com.mf.cola
      App Store Link: https://apps.apple.com/us/app/flamb%C3%A9-merge-and-cook/id6618142292?uo=4



      🤩 Hack Features

      - Unlimited Energy
      - Freeze Currency (Gold, Gem and Skip Ticket)
      • 11 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