Jump to content

38 posts in this topic

Recommended Posts

Posted

Apparently Vainglory uses mshook, and every item/mechanic/ability has an offset and a function connected to it 

 

Sample code of the game is below

 

Hidden Content
    MOV R5, #(aIronguardcontr - 0x1379C) ; "IronguardContract__Cooldown"

    __text:00013796 01 30 ADDS R0, #1

    __text:00013798 7D 44 ADD R5, PC

    __text:0001379A 30 60 STR R0, [R6]

    __text:0001379C 28 46 MOV R0, R5

    __text:0001379E 28 F3 47 D8 BL.W unk_B3B830

    __text:000137A2 01 46 MOV R1, R0

    __text:000137A4 28 46 MOV R0, R5

    __text:000137A6 52 46 MOV R2, R10

    __text:000137A8 FC F1 E2 C1 BLX.W unk_E0FB70

    __text:000137AC 20 F0 7F 40 BIC.W R0, R0, #0xFF000000

    __text:000137B0 C4 F8 20 04 STR.W R0, [R4,#0x420]

    __text:000137B4 4F F4 B0 70 MOV.W R0, #0x160

    __text:000137B8 A4 F8 24 04 STRH.W R0, [R4,#0x424]

    __text:000137BC 30 68 LDR R0, [R6]

    __text:000137BE C4 F8 28 B4 STR.W R11, [R4,#0x428]

    __text:000137C2 42 F6 14 45 C0 F2 22 15 MOV R5, #(aIronguardcon_0 - 0x137D0) ; "IronguardContract__GoldGranted"

    __text:000137CA 01 30 ADDS R0, #1

    __text:000137CC 7D 44 ADD R5, PC

    __text:000137CE 30 60 STR R0, [R6]

    __text:000137D0 28 46 MOV R0, R5

    __text:000137D2 28 F3 2D D8 BL.W unk_B3B830

    __text:000137D6 01 46 MOV R1, R0

    __text:000137D8 28 46 MOV R0, R5

    __text:000137DA 52 46 MOV R2, R10

    __text:000137DC FC F1 C8 C1 BLX.W unk_E0FB70

    __text:000137E0 20 F0 7F 40 BIC.W R0, R0, #0xFF000000

    __text:000137E4 C4 F8 2C 04 STR.W R0, [R4,#0x42C]

    __text:000137E8 4F F4 B2 70 MOV.W R0, #0x164

    __text:000137EC A4 F8 30 04 STRH.W R0, [R4,#0x430]

    __text:000137F0 30 68 LDR R0, [R6]

    __text:000137F2 C4 F8 34 B4 STR.W R11, [R4,#0x434]

    __text:000137F6 42 F6 FF 35 C0 F2 22 15 MOV R5, #(aIronguardcon_1 - 0x13804) ; "IronguardContract__ShareBountyRange"

    __text:000137FE 01 30 ADDS R0, #1

    __text:00013800 7D 44 ADD R5, PC

    __text:00013802 30 60 STR R0, [R6]

    __text:00013804 28 46 MOV R0, R5

    __text:00013806 28 F3 13 D8 BL.W unk_B3B830

    __text:0001380A 01 46 MOV R1, R0

    __text:0001380C 28 46 MOV R0, R5

    __text:0001380E 52 46 MOV R2, R10

    __text:00013810 FC F1 AE C1 BLX.W unk_E0FB70

    __text:00013814 20 F0 7F 40 BIC.W R0, R0, #0xFF000000

    __text:00013818 C4 F8 38 04 STR.W R0, [R4,#0x438]

    __text:0001381C 4F F4 B4 70 MOV.W R0, #0x168

    __text:00013820 A4 F8 3C 04 STRH.W R0, [R4,#0x43C]

    __text:00013824 30 68 LDR R0, [R6]

    __text:00013826 C4 F8 40 B4 STR.W R11, [R4,#0x440]

    __text:0001382A 42 F6 EF 35 C0 F2 22 15 MOV R5, #(aIronguardcon_2 - 0x13838) ; "IronguardContract__FractionBountyShared"...

    __text:00013832 01 30 ADDS R0, #1

    __text:00013834 7D 44 ADD R5, PC

    __text:00013836 30 60 STR R0, [R6]

    __text:00013838 28 46 MOV R0, R5

    __text:0001383A 27 F3 F9 DF BL.W unk_B3B830

    __text:0001383E 01 46 MOV R1, R0

    __text:00013840 28 46 MOV R0, R5

    __text:00013842 52 46 MOV R2, R10

    __text:00013844 FC F1 94 C1 BLX.W unk_E0FB70

    __text:00013848 20 F0 7F 40 BIC.W R0, R0, #0xFF000000

    __text:0001384C C4 F8 44 04 STR.W R0, [R4,#0x444]

    __text:00013850 4F F4 B6 70 MOV.W R0, #0x16C

    __text:00013854 A4 F8 48 04 STRH.W R0, [R4,#0x448]

    __text:00013858 30 68 LDR R0, [R6]

    __text:0001385A C4 F8 4C B4 STR.W R11, [R4,#0x44C]

    __text:0001385E 42 F6 E3 35 C0 F2 22 15 MOV R5, #(aIronguardcon_3 - 0x1386C) ; "IronguardContract__FractionBountyShared"...

    __text:00013866 01 30 ADDS R0, #1

    __text:00013868 7D 44 ADD R5, PC

    __text:0001386A 30 60 STR R0, [R6]

    __text:0001386C 28 46 MOV R0, R5

    __text:0001386E 27 F3 DF DF BL.W unk_B3B830

    __text:00013872 01 46 MOV R1, R0

    __text:00013874 28 46 MOV R0, R5

    __text:00013876 52 46 MOV R2, R10

    __text:00013878 FC F1 7A C1 BLX.W unk_E0FB70

    __text:0001387C 20 F0 7F 40 BIC.W R0, R0, #0xFF000000

    __text:00013880 C4 F8 50 04 STR.W R0, [R4,#0x450]

    __text:00013884 4F F4 B8 70 MOV.W R0, #0x170

    __text:00013888 A4 F8 54 04 STRH.W R0, [R4,#0x454]

    __text:0001388C 30 68 LDR R0, [R6]

    __text:0001388E C4 F8 58 B4 STR.W R11, [R4,#0x458]

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

    • Sword Legend: Idle Mastery v1.0.31 +5 Jailed Cheats
      Modded/Hacked App: Sword Legend: Idle Mastery By Changgon Woo
      Bundle ID: com.dragonheart.muhyeop
      iTunes Store Link: https://apps.apple.com/us/app/sword-legend-idle-mastery/id6639589557?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
      - Never Die
      - Loot/Drop/Rewards Multiplier
      - No ADS

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

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

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

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
      • 1 reply
    • Sword Legend: Idle Mastery v1.0.31 +5 Cheats
      Modded/Hacked App: Sword Legend: Idle Mastery By Changgon Woo
      Bundle ID: com.dragonheart.muhyeop
      iTunes Store Link: https://apps.apple.com/us/app/sword-legend-idle-mastery/id6639589557?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
      - Never Die
      - Loot/Drop/Rewards Mutliplier
      - No ADS

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

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

       

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

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

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

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 4 replies
    • Travel Town - Merge Adventure v2.12.1021 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/
        • Winner
      • 707 replies
    • Rumble Defense v1.0.6 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Rumble Defense By ORCAT PTE. LTD.
      Bundle ID: seikami.kingdom.rise.global
      iTunes Store Link: https://apps.apple.com/us/app/rumble-defense/id6740305583?uo=4

       

      🤩 Hack Features

      - Currency
      - Resources


      • 3 replies
    • Rumble Defense v1.0.6 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Rumble Defense By ORCAT PTE. LTD.
      Bundle ID: seikami.kingdom.rise.global
      iTunes Store Link: https://apps.apple.com/us/app/rumble-defense/id6740305583?uo=4
       

      🤩 Hack Features

      - Currency
      - Resources

      • 1 reply
    • Dwarf Kingdom - Idle Survival v5.1 [Jailed Debug Menu]
      Modded/Hacked App: Dwarf Kingdom - Idle Survival By PAPER PIGEON YAZILIM VE OYUN GELISTIRME LIMITED SIRKETI
      Bundle ID: com.PaperPigeon.DwarfKingdom
      iTunes Store Link: https://apps.apple.com/us/app/dwarf-kingdom-idle-survival/id6477745778?uo=4



      🤩 Hack Features

      - Debug Menu (Enable cheat and debug menu will open)
       
      • 3 replies
    • Dwarf Kingdom - Idle Survival v5.1 [Debug Menu]
      Modded/Hacked App: Dwarf Kingdom - Idle Survival By PAPER PIGEON YAZILIM VE OYUN GELISTIRME LIMITED SIRKETI
      Bundle ID: com.PaperPigeon.DwarfKingdom
      iTunes Store Link: https://apps.apple.com/us/app/dwarf-kingdom-idle-survival/id6477745778?uo=4



      🤩 Hack Features

      - Debug Menu (Enable cheat and debug menu will open)
      • 3 replies
    • Base Commander v2.0.0 [Jailed Cheat Menu]
      Modded/Hacked App: Base Commander By Supercent Inc.
      Bundle ID: com.yalp.basecommander
      iTunes Store Link: https://apps.apple.com/us/app/base-commander/id6504986006?uo=4



      🤩 Hack Features

      - Cheat Menu Enabled (QA is the cheat menu)
      • 3 replies
    • Base Commander v2.0.0 [Cheat Menu]
      Modded/Hacked App: Base Commander By Supercent Inc.
      Bundle ID: com.yalp.basecommander
      iTunes Store Link: https://apps.apple.com/us/app/base-commander/id6504986006?uo=4



      🤩 Hack Features

      - Cheat Menu Enabled (QA is the cheat menu)
       
      • 2 replies
    • Obey Me! NB v3.1.39 +2 Jailed Cheats
      Modded/Hacked App: Obey Me! NB By NTT Solmare
      Bundle ID: com.nttsolmare.game.ios.obeyme2
      iTunes Store Link: https://apps.apple.com/us/app/obey-me-nb/id1638272826?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:
      - Auto Tap
      - Custom Notes*
      * Perfect => 0
      * Great => 1
      * Nice => 2


      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
      • 24 replies
    • Ronin: The Last Samurai v2.18.752 +2 Jailed Cheats
      Modded/Hacked App: Ronin: The Last Samurai By Dreamotion Inc.
      Bundle ID: com.dreamotion.ronin
      iTunes Store Link: https://apps.apple.com/us/app/ronin-the-last-samurai/id1534821475?uo=4


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





      Hack Features:
      - Damage Multiplier
      - Defense Multiplier


      Jailbreak required hack(s): 


      iOS Hack Download 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 then 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 & then your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to Settings -> General -> Profiles & 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: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can also use Sideloadly to install the IPA with AppSync. Filza & IPA Installer (or alternatives) from Cydia also work. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find 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
      • 139 replies
    • Obey Me! NB v3.1.39 +2 Cheats
      Modded/Hacked App: Obey Me! NB Ikemen Otome Game By NTT Solmare
      Bundle ID: com.nttsolmare.game.ios.obeyme2
      iTunes Store Link: https://apps.apple.com/us/app/obey-me-nb-ikemen-otome-game/id1638272826?uo=4


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


      Hack Features:
      - Auto Tap
      - Custom Notes*
      * Perfect => 1
      * Great => 2
      * Nice => 3


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


      iOS Hack Download Link:

      Hidden Content
      Download Hack







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

       

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


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 84 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