Jump to content

Seven Deadly Sins: Grand Cross - Mod IPA + iGG Mod Menu Tutorial


203 posts in this topic

Recommended Posts

Updated (edited)

350x350bb.jpg
 

DIY Requirements:
- Windows PC ( Or equivalent Emulator )
- iGameGod App
- Jailbroken iPhone/iPad/iPod Touch with iOS 11.0 ~ 13.7 for Mod IPA Portion:

--Mod IPA Portion can't be done on iOS 14.x as of Jan 2021 due to Appsync Unified not being iOS 14.x compatible(Could change in the future.)
--Mod Menu Portion will work for iOS 14.x as CrackerXI+ and iGameGod are iOS 14.x compatible.


I was originally going to cover this in my God Mode IPA Share thread but I didn't want people getting the false idea that I was going to keep updating the Mod iPA, I'm Referring to this thread: http://bit.ly/39ix6ov

Before we start, your device must be Jailbroken to do any of this. You have to figure out how to jailbreak your own device as each iOS Version and iPhone have different methods and some devices have no methods at all. Review this Subreddit thread for information on your particular device:
https://www.reddit.com/r/jailbreak/wiki/escapeplan/guides/jailbreakcharts

DIY Goals:
- Learn about ARM64 Modding with simple BOOLs and INTs
- Learn about making mod IPA's for il2cpp/Unity3D based games
- Learn about using iOSGod's iGameGod tool to make a mod menu
- Level up yourself from a beggar/leecher into a Cheat Making MACHINE!!!

Synopsis:
This is a Tutorial to teach complete beginners on how to make a simple Mod IPA and a makeshift Mod Menu with iGameGod(13:30 of video) for the game Seven Deadly Sins: Grand Cross.  This can also be carried over to other games made with Unity3D(aka il2cpp games in the cheating community.)

So get ready to get your learn on and Level yourselves up from being a basic beggar/leecher.

DIY Instructions:
1. Watch the video
2. Listen
3. Patience

Software I Used:
• 010 Editor: https://www.sweetscape.com/010editor/
• HxD(alternate Hex Editor): https://mh-nexus.de/en/hxd/
• ARMConverter Utility: http://armconverter.com/
• 7zip: https://www.7-zip.org/
• il2cpp Dumper: https://github.com/Perfare/Il2CppDumper/releases
• WinSCP: https://winscp.net/eng/index.php
• iFunBox 4(requires Non-Marketplace iTunes to be installed): https://bit.ly/34EWjbu
• Non-Marketplace iTunes 64bit: https://www.apple.com/itunes/download/win64
• Non-Marketplace iTunes 32bit: https://www.apple.com/itunes/download/win32
• Notepad++: https://notepad-plus-plus.org/
• Karen's Repo for AppSync Unified(To be able to install Mod IPA's through Filza): https://cydia.akemi.ai/
• AppCake Repo for CrackerXI+: https://cydia.iphonecake.com/
• iGameGod Install and Information: https://iosgods.com/topic/134184-introducing-igamegod-cheat-engine-speed-manager-auto-touch-more/


Credits:
- PhillyTCG (and others listed at the end of the video.)


Tutorial Video:

Hidden Content

React or reply to this topic to see the hidden content & download link. 👀

PS, This started out as a massively Ad-libbed 40 minute tutorial, I cut out most of the un-needed commentary and brain farts to a video just shy of 20 minutes. Hopefully someone learns something new!

 

Updated by PhillyTCG
  • Like 349
  • Winner 23
  • Thanks 30
  • Haha 21
  • Agree 18
  • Informative 19
Posted

this is truly amazing!

 

is there anyway how assembly looks like?

 

i mena u've changed it to mov w0, #-100 

 

in this case, did this game use w0 register? or every getmonsterlevel use w0 register? 

how can i look for normal assembly? 

 

thank you for ur video

  • Like 1
  • Winner 1
Posted (edited)
1 hour ago, yslee806 said:

this is truly amazing!

 

is there anyway how assembly looks like?

 

i mena u've changed it to mov w0, #-100 

 

in this case, did this game use w0 register? or every getmonsterlevel use w0 register? 

how can i look for normal assembly? 

 

thank you for ur video

You can use Ida Pro or Ghidra to check the assembly. To be technical. If a value is an INT or a BOOL, (and in some cases for FLOAT which I didn't cover.) If you look at the End of a function's Assembly, you'll see that after all of it's computations, it puts a final value into either W0, or X0 before the function ends itself(view hawks' run function for this line to make more sense.)

That said, The function is looking for a certain value stored in W0, or X0(both are the same for 99% of uses and can be used interchangeably.)

So at the end of the level function in IDA Pro which is a VERY Short function:

K5jOEm0.png

You can see that the processor is loading a Variable from #0x98(a stack variable from X0 that holds a value at runtime) into W0 and then killing the process.
But we want it to load our value, so that's why I made the guide to put #-100 into it.
~~~~~~~~~
Same goes with the second thing taught in this video:
3sRCF10.png

It's Checking if whatever the incoming value is that's stored in W1 is Less Than #4. If it is then SET the value to True, if it isn't, then SET the value to False. Then kill the process.  For this one, We want it to be false, so we put a #0 into W0

I did not go into Disassembly stuff because with all beginners that I've taught, Doing so unmotivated them and scared them away from modding. And that is the complete opposite of the goal for this guide. ^_^

Updated by PhillyTCG
  • Like 2
  • Winner 1
Posted (edited)

thank you for the amazing explanation

this is exactly what i've been looking for!

i've did not expected this level of explanation

it is very neat and detailed!!

 

again, thank you so much for sharing your knowledge in a very kind way. thank you and love ya :) 

 

question) what can i do if the files are packed and cannot be opened in IDA PRO?

 

 

Updated by yslee806
  • Like 1
Posted
Just now, yslee806 said:

thank you so much for sharing your knowledge in a very kind way. thank you and love ya :)

You're welcome mate. Cheers!

Posted

Dude honestly thank you for this. I've been hoping someone would make a tutorial on how to hack an "actual" game (one that's popular). 

  • Like 1
Guest
This topic is now closed to further replies.
  • Our picks

    • Dreamdale - Fairy Adventure v2.9.2 Jailed Cheats +15
      Modded/Hacked App: Dreamdale - Fairy Adventure By SayGames LTD
      Bundle ID: com.dream.dale
      iTunes Store Link: https://apps.apple.com/us/app/dreamdale-fairy-adventure/id1517564300?uo=4


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


      Hack Features:

      🌲 Resource Hacks

      Freeze Resources (no consumption)

      Always Golden Resources (trees, rocks, fruits)

      Instant Treasure Hole Respawn

      Infinite Resources ("Set all added resources to 99,999)

      Instant Resource Respawn

      🎒 Upgrade Hacks

      Infinite Backpack Size

      Unlimited Storage Capacity

      Storage Never Full

      ⚔️ PvP Hacks

      Dumb Enemy AI (reduced awareness & attacks)

      GodMod

      One Hit Kill (OHK)

      No Fog of War

      🐟 Farming & Animals

      Instant Fish Catch

      Instant Sheep Wool Regrowth

      Instant Animal Catch

      👑 Subscription & Premium Hacks

      VIP Enabled

      Miner VIP Enabled

      Battle Pass Premium

      Farm Pass Premium

      Game Event Premium

      ✨Exclusive Featured

      All Pet Unlocked

      All House Decoration Unlocked

      🛡️ Other

      Anti-Cheat Disabled  

      No Ads (VIP featured required)

       


      Jailbreak required hack(s): https://iosgods.com/topic/188928-dreamdale-fairy-adventure-cheats-v292-15/


      iOS Hack Download IPA Link: https://iosgods.com/topic/188927-dreamdale-fairy-adventure-v292-jailed-cheats-15/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 106 replies
    • BitLife - Life Simulator Cheats v3.23.2 +2
      Modded/Hacked App: BitLife - Life Simulator by Candywriter, LLC
      Bundle ID: com.wtfapps.apollo16
      iTunes Store Link: https://apps.apple.com/us/app/bitlife-life-simulator/id1374403536?uo=4&at=1010lce4


      Hack Features:
      - Infinite Cash
      - Free Bitizen Purchase (Press Cancle) - Work for All Versions


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/84167-arm64-bitlife-life-simulator-v1412-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/84223-arm64-bitlife-life-simulator-cheats-all-versions-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 3,973 replies
    • Sling Kong v4.4.10 Jailed Cheats +2
      Modded/Hacked App: Sling Kong By Protostar Games PTY LTD
      Bundle ID: com.protostar.sling
      App Store Link: https://apps.apple.com/us/app/sling-kong/id989080135?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

      - Infinite Coins 
      - Unlock All Themes/ Characters/ Hats

      NOTE: You must unlocked basic first else game will perma stuck. Swing around 20 times before turn on any cheats
       

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/205086-sling-kong-v449-jailed-cheats-2/
        • Informative
        • Like
      • 3 replies
    • SuperStar STARSHIP Cheats v3.30.0 +3
      Modded/Hacked App: SuperStar STARSHIP By Dalcomsoft Inc.
      Bundle ID: com.dalcomsoft.sss
      iTunes Store Link: https://apps.apple.com/us/app/superstar-starship/id1480181152?uo=4


      Hack Features:
      - Never Lose
      - Auto Dance
      - Always S.Perfect


      iOS Hack Download Link: https://iosgods.com/topic/164185-superstar-starship-cheats-v378-3/
        • Agree
        • Haha
        • Like
      • 162 replies
    • Travel Town - Merge Adventure v2.12.1450 Jailed Cheats +1
      Modded/Hacked App: Travel Town - Merge Adventure By Magmatic Games Ltd
      Bundle ID: io.randomco.travel
      iTunes Store Link: https://apps.apple.com/us/app/travel-town-merge-adventure/id1521236603?uo=4


      Hack Features:
      - Infinite Currencies


      iOS Hack Download Link: https://iosgods.com/topic/148953-travel-town-merge-adventure-v212287-jailed-cheats-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 922 replies
    • Guild of Heroes: Fantasy RPG v1.187.4 - [ x Player Damage & More ]
      Modded/Hacked App: Guild of Heroes: Fantasy RPG By BIT.GAMES PBL
      Bundle ID: com.goplaytoday.guildofheroes
      iTunes Store Link: https://itunes.apple.com/us/app/guild-of-heroes-fantasy-rpg/id979474617?mt=8&uo=4&at=1010lce4


      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:
      - x Player Damage - x1 - 10
      - x Player Defense - x1 - 10
      - Enemies Auto Die
      - Premium Activate
      - Freeze Resources
      - Freeze Potions

      All features are unlinked and only for player, you!
      Note:
      Not Responsible For Any Bans


      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. 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.
      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/79822-guild-of-heroes-fantasy-rpg-v1679-5k-gold-sell-value-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,744 replies
    • Sago Mini World: Kids Games Modded v8.6 +1
      Modded/Hacked App: Sago Mini World By Sago Mini
      Bundle ID: com.sagosago.Friends
      iTunes Store Link: https://itunes.apple.com/us/app/sago-mini-world/id874425722?mt=8&uo=4&at=1010lce4



      Hack Features:
      - PREMIUM


      Hack Download Link: https://iosgods.com/topic/77893-arm64-sago-mini-world-modded-v31-1/


      Credits:
      - @Laxus
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 209 replies
    • Candy Crush Friends Saga v4.21.2 Jailed Cheats +3
      Modded/Hacked App: Candy Crush Friends Saga By King.com Limited
      Bundle ID: com.midasplayer.apps.candycrush4
      iTunes Store Link: https://apps.apple.com/us/app/candy-crush-friends-saga/id1225867923?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

      - Freeze Moves
      - Freeze Lives
      - Freeze Boosters
       


      🍏 Jailbreak iOS hacks: https://iosgods.com/topic/198853-candy-crush-friends-saga-cheats-v4160-3/

       

      📥 iOS Hack Download IPA Link: https://iosgods.com/topic/80354-candy-crush-friends-saga-v4160-jailed-cheats-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 443 replies
    • Lamar - Idle Vlogger v237.0.3 +2 Mods [ Unlimited Currencies ]
      Mod APK Game Name: Lamar - Idle Vlogger By CrazyLabs LTD
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.advant.streamer

       

      🤩 Hack Features

      - Unlimited Cash -> Will increase instead of decrease.
      - Unlimited Gold -> Spend some.
      • 0 replies
    • Glory Ages - VIKINGS v0.1.054 +1++ Jailed Cheat [ Unlimited Everything ]
      Modded/Hacked App: Glory Ages - VIKINGS By VLADISLAV VASILEV
      Bundle ID: com.notriplea.gloryagesvikings
      App Store Link: https://apps.apple.com/us/app/glory-ages-vikings/id6754191922?uo=4

       


      🤩 Hack Features

      - Unlimited Everything -> Earn or spend some. This modifies everything. Currencies, boosters, health, damage, stamina.
        • Informative
        • Thanks
        • Winner
        • Like
      • 5 replies
    • Grimguard Tactics: Fantasy RPG v1.23.10 +3 Jailed Cheats [ Auto Win ]
      Modded/Hacked App: Grimguard Tactics: Fantasy RPG By Outerdawn Limited
      Bundle ID: com.outerdawn.grimguard
      iTunes Store Link: https://apps.apple.com/us/app/grimguard-tactics-fantasy-rpg/id1496893856?uo=4


      Hack Features:
      - Auto Win
      - Unlimited Daily Rewards
      - No Stamina Cost


      Jailbreak required hack(s): [Mod Menu Hack] Grimguard Tactics: Fantasy RPG v1.1.10 +3 Cheats [ Auto Win ] - ViP Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Winner
        • Like
      • 162 replies
    • Love Eden: Chapters of Romance v2.0.6 +10++ Jailed Cheats [ Debug Menu ]
      Modded/Hacked App: Love Eden: Chapters of Romance By NODERNO LIMITED
      Bundle ID: com.noderno.loveeden
      App Store Link: https://apps.apple.com/us/app/love-eden-chapters-of-romance/id6471411677?uo=4

       


      🤩 Hack Features

      - Debug Menu -> Head over to your profile and then tap on Settings.
        • Agree
        • Thanks
        • Like
      • 15 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