Jump to content

19 posts in this topic

Recommended Posts

I read some tutorials and I managed to mod/hack a game ipa using Ida and a hex editor, now what’re the next steps? What can I do next? I see other mods with menus and options like premium or teleport, OHK, aim hacks etc etc but if I search my game currency (gems or coins etc) in this game named “Rocket Royal” nothing will show up but I know it is possible because there’s a vip hack for this game and it has all these options that I can’t seem to find, any information is greatly appreciated thank you 😝

Updated by Jacksonlane24
Link to comment
https://iosgods.com/topic/127155-next-steps-in-making-hacks/
Share on other sites

I’m not that experienced but what I can tell you is some hacks can be created by just editing the binary however the good hacks like aimbot would require coding knowledge. If you have coding knowledge then you will need a device with Theos & a mod menu template in order to create a mod menu. You should probably keep looking for tutorials and keep practicing until you understand what to do

  • Like 1
4 hours ago, Jacksonlane24 said:

I read some tutorials and I managed to mod/hack a game ipa using Ida and a hex editor, now what’re the next steps? What can I do next? I see other mods with menus and options like premium or teleport, OHK, aim hacks etc etc but if I search my game currency (gems or coins etc) in this game named “Rocket Royal” nothing will show up but I know it is possible because there’s a vip hack for this game and it has all these options that I can’t seem to find, any information is greatly appreciated thank you 😝

Use the Live offset patcher 

  • Like 1
4 hours ago, Noctisx said:

Use the Live offset patcher 

Yep but I found that after I enter the patch and the offset, and then close the menu it and re open the menu, none of the patch or offset saved.. any idea? Also how would I create a |for example| hack such as a coin hack if there is no results in Ida? Is there another method? I tried dlg in the game and was able to modify the ammo and materials but if I wanted to find.. let’s say a result in Ida that if changed could give me premium or infinite coins or gems etc etc or even god mode (I know it’s possible as there’s already a hack) but I tried searching for things related to ‘Heath’ and ‘damage’ but no results, also I’d like to ask what a debugger is used for? Is it used to hack non unity games? 

5 hours ago, THC978 said:

I’m not that experienced but what I can tell you is some hacks can be created by just editing the binary however the good hacks like aimbot would require coding knowledge. If you have coding knowledge then you will need a device with Theos & a mod menu template in order to create a mod menu. You should probably keep looking for tutorials and keep practicing until you understand what to do

Thank you, I’ll make aimbot an achievement for me after I’ve figured the rest out, I’m guessing it’s c++ right?  And yep I’ve been editing the binary :) just some searches give me no results such as health and I know it’s possible as there’s another hack 

4 hours ago, Jacksonlane24 said:

 just some searches give me no results such as health and I know it’s possible as there’s another hack 

When modifying player health you will most likely need to look for damage instead and NOP the function so the player doesn't receive any damage. It won't work on every game though as it depends how the game developer has coded their game. There may be other techniques that can modify player health however for you the method i just described would be your option for now.

40 minutes ago, THC978 said:

When modifying player health you will most likely need to look for damage instead and NOP the function so the player doesn't receive any damage. It won't work on every game though as it depends how the game developer has coded their game. There may be other techniques that can modify player health however for you the method i just described would be your option for now.

Thanks a lot for this. just making sure I’m thinking correct, if I convert NOP it will be 1F2003D5 wich I put into the hex right? If I’ve don’t it to the right function it should work right? 

55 minutes ago, Jacksonlane24 said:

Thanks a lot for this. just making sure I’m thinking correct, if I convert NOP it will be 1F2003D5 wich I put into the hex right? If I’ve don’t it to the right function it should work right? 

Yes that is the correct conversion. And it theoretically should work yes, but again it depends how the game developers have created their game

On 5/28/2020 at 8:46 PM, Jacksonlane24 said:

Yep but I found that after I enter the patch and the offset, and then close the menu it and re open the menu, none of the patch or offset saved.. any idea? Also how would I create a |for example| hack such as a coin hack if there is no results in Ida? Is there another method? I tried dlg in the game and was able to modify the ammo and materials but if I wanted to find.. let’s say a result in Ida that if changed could give me premium or infinite coins or gems etc etc or even god mode (I know it’s possible as there’s already a hack) but I tried searching for things related to ‘Heath’ and ‘damage’ but no results, also I’d like to ask what a debugger is used for? Is it used to hack non unity games? 

Thank you, I’ll make aimbot an achievement for me after I’ve figured the rest out, I’m guessing it’s c++ right?  And yep I’ve been editing the binary :) just some searches give me no results such as health and I know it’s possible as there’s another hack 

When dumping the files with Lc22pdumper you will get DummyDll files. Download dnspy and open dnspy  drag all dummydll files and change the search method to “Method” and search for get_coin.   Or coins or whatever it is in the game.      Double click the thing you searched for you will get a bunch of code Just put the VA= Code into the patcher example 10138482 or whatever it is for you.     Then. The hex would be something like 0090261EC0035FD6.      C0035FD6 is just a return value.   0090261E is the main hex.  Then just enable it and get some coins     You should get like 500 million coins etc etc.     You don’t even need to use IDA pro.  For Unity game hacking lol.     And yeah a debugger could be used to hack games but they are mostly outdated you’ll have to manually find and search the binary strings which takes time and effort 

Updated by Noctisx
4 hours ago, Noctisx said:

When dumping the files with Lc22pdumper you will get DummyDll files. Download dnspy and open dnspy  drag all dummydll files and change the search method to “Method” and search for get_coin.   Or coins or whatever it is in the game.      Double click the thing you searched for you will get a bunch of code Just put the VA= Code into the patcher example 10138482 or whatever it is for you.     Then. The hex would be something like 0090261EC0035FD6.      C0035FD6 is just a return value.   0090261E is the main hex.  Then just enable it and get some coins     You should get like 500 million coins etc etc.     You don’t even need to use IDA pro.  For Unity game hacking lol.     And yeah a debugger could be used to hack games but they are mostly outdated you’ll have to manually find and search the binary strings which takes time and effort 

Wow this is helpful thanks! :) and so I’m Now In dnspy and dragged the dummydll files and set search to method and I searched around and I found functions like: “get”/“set” “DebugAllUpgradesUnlocked” or “DebugAllCharactersUnlocked” etc etc this is subway surfers by the way! And so I double click it and it shows : “Address” and “Attribute” and One has “RVA” “Offset” “VA”and the other has “Name” “RVA” “Offset”.. this is a bool function so true or false and I obviously wanna make it true so would I go to the live patcher in subway and for “offset” type the VA or Offset code? And for the “patch” to make it true I would write : “20008052C0035FD6”? As I read this is true for bool

 

Also i tried changing the coins> I put the VA code in offset and for the patch i put 0090261EC0035FD6 and it worked! exept.. the coins were in the minus i think? but soon after they quickly went back to the original number.. is there a way to prevent this?

Updated by Jacksonlane24
Typo + extra info
2 hours ago, Jacksonlane24 said:

Wow this is helpful thanks! :) and so I’m Now In dnspy and dragged the dummydll files and set search to method and I searched around and I found functions like: “get”/“set” “DebugAllUpgradesUnlocked” or “DebugAllCharactersUnlocked” etc etc this is subway surfers by the way! And so I double click it and it shows : “Address” and “Attribute” and One has “RVA” “Offset” “VA”and the other has “Name” “RVA” “Offset”.. this is a bool function so true or false and I obviously wanna make it true so would I go to the live patcher in subway and for “offset” type the VA or Offset code? And for the “patch” to make it true I would write : “20008052C0035FD6”? As I read this is true for bool

 

Also i tried changing the coins> I put the VA code in offset and for the patch i put 0090261EC0035FD6 and it worked! exept.. the coins were in the minus i think? but soon after they quickly went back to the original number.. is there a way to prevent this?

Lmao forget the last part ^.. i just figured out how to stop it from decreasing to orginal number.. i just had to go to the armconverter.com and i put fmov s0, #? and changed the # to a lower number (1) so i didnt have so many coins to the point it went to the original number but now.. when i exit the page, the coins refresh to original number so how can i make the number fixed?

 

EDIT: i changed Get_coinspickedup and it went to 0 but i was able to watch a video add which gave me about 500000000 coins that are fixed and do not change

Updated by Jacksonlane24

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Harry Potter: Puzzles & Spells v89.1.288 +1 Jailed Cheat [ Unlimited Moves ]
      Modded/Hacked App: Harry Potter: Puzzles & Spells By Zynga Inc.
      Bundle ID: com.zynga.pottermatch
      iTunes Store Link: https://apps.apple.com/us/app/harry-potter-puzzles-spells/id1434505322?uo=4


      Hack Features:
      - Unlimited Moves -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Harry Potter: Puzzles & Spells v85.0.271 +1 Cheat [ Unlimited Moves ] - Free Jailbroken Cydia 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
        • Thanks
        • Winner
        • Like
      • 24 replies
    • Harry Potter: Puzzles & Spells v89.1.288 +1 Cheat [ Unlimited Moves ]
      Modded/Hacked App: Harry Potter: Puzzles & Spells By Zynga Inc.
      Bundle ID: com.zynga.pottermatch
      iTunes Store Link: https://apps.apple.com/us/app/harry-potter-puzzles-spells/id1434505322?uo=4


      Hack Features:
      - Unlimited Moves -> Will not decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Harry Potter: Puzzles & Spells v85.0.271 +1 Jailed Cheat [ Unlimited Moves ] - Free Non-Jailbroken IPA 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
        • Thanks
        • Like
      • 14 replies
    • DRAGON BALL Z DOKKAN BATTLE Japan (ドラゴンボールZ ドッカンバトル) v5.25.1 +7 Cheats!
      Modded/Hacked App: ドラゴンボールZ ドッカンバトル By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcogames.BNGI0211
      iTunes Link: https://itunes.apple.com/jp/app/ドラゴンボールz-ドッカンバトル/id951627670


      Hack Features
      - Unlimited HP  -  (Put .0 at the back of your value: 1000.0)
      - Unlimited Damage  -  (Put .0 at the back of your value: 1000.0)
      - Unlimited Defense  -  (Put .0 at the back of your value: 1000.0)
      - Dice Hack -  [ONLY RANGE BETWEEN 1 - 6 or it will crash]  -  (Put .0 at the back of your value: 4.0)
      - Dice Hack 1, 2, 3
      - Dice Hack 4, 5, 6
      - Auto Win Battles -> Disable if you get errors.
      PUT .0 at the back of all values!
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 7,939 replies
    • Otherworld Mercenary Corps v1.9.2 +2 Jailed Cheats
      Modded/Hacked App: Otherworld Mercenary Corps By baobob lab
      Bundle ID: com.blb.ios.Mercenary
      iTunes Store Link: https://apps.apple.com/us/app/otherworld-mercenary-corps/id6471457105?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): https://iosgods.com/forum/5-game-cheats-hack-requests/
      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 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
        • Agree
        • Haha
        • Winner
        • Like
      • 96 replies
    • Otherworld Mercenary Corps v1.9.2 +2 Cheats
      Modded/Hacked App: Otherworld Mercenary Corps By baobob lab
      Bundle ID: com.blb.ios.Mercenary
      iTunes Store Link: https://apps.apple.com/us/app/otherworld-mercenary-corps/id6471457105?uo=4


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


      Hack Features:
      - Damage Multiplier
      - Never Die


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 158 replies
    • DungeonSlasher v0.726.6 +3 Jailed Cheats
      Modded/Hacked App: DungeonSlasher By gihyeon lim
      Bundle ID: com.nspgames.dungeonslasher
      iTunes Store Link: https://apps.apple.com/us/app/dungeonslasher/id1620305888?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
      - Drop Multiplier
      - Free iAP


      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
        • Agree
        • Thanks
        • Winner
        • Like
      • 85 replies
    • (Rums Spring And Dungeon) ラムの泉とダンジョン:ハクスラ&放置RPG v5.0.7 +3 Jailed Cheats
      Modded/Hacked App: ラムの泉とダンジョン:ハクスラ&放置RPG By SHINICHI FUJIMOTO
      Bundle ID: com.RSGames.RumsSpringAndDungeon
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%83%A9%E3%83%A0%E3%81%AE%E6%B3%89%E3%81%A8%E3%83%80%E3%83%B3%E3%82%B8%E3%83%A7%E3%83%B3-%E3%83%8F%E3%82%AF%E3%82%B9%E3%83%A9-%E6%94%BE%E7%BD%AErpg/id1577284786?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:
      - Exp Multiplier
      - Gold Multiplier
      - Dumb Enemies


      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
        • Like
      • 17 replies
    • (Rums Spring And Dungeon) ラムの泉とダンジョン:ハクスラ&放置RPG v5.0.7 +3 Cheats
      Modded/Hacked App: ラムの泉とダンジョン:ファンタジー ハクスラ 放置系RPG By SHINICHI FUJIMOTO
      Bundle ID: com.RSGames.RumsSpringAndDungeon
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%83%A9%E3%83%A0%E3%81%AE%E6%B3%89%E3%81%A8%E3%83%80%E3%83%B3%E3%82%B8%E3%83%A7%E3%83%B3-%E3%83%95%E3%82%A1%E3%83%B3%E3%82%BF%E3%82%B8%E3%83%BC-%E3%83%8F%E3%82%AF%E3%82%B9%E3%83%A9-%E6%94%BE%E7%BD%AE%E7%B3%BBrpg/id1577284786?uo=4


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


      Hack Features:
      - Exp Multiplier
      - Gold Multiplier
      - Dumb Enemies


      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
        • Informative
        • Haha
        • Thanks
        • Like
      • 32 replies
    • DungeonSlasher v0.726.6 +3 Cheats
      Modded/Hacked App: DungeonSlasher By gihyeon lim
      Bundle ID: com.nspgames.dungeonslasher
      iTunes Store Link: https://apps.apple.com/us/app/dungeonslasher/id1620305888?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:
      - Damage Multiplier
      - God Mode
      - Drop Multiplier - x1 - 100


      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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 187 replies
    • Temple Run 2 Cheats v1.118.0 +8
      Modded/Hacked App: Temple Run 2 by Imangi Studios, LLC
      Bundle ID: com.imangi.templerun2
      iTunes Store Link: https://apps.apple.com/us/app/temple-run-2/id572395608?uo=4&at=1010lce4


      Hack Features:
      - No Ads Enabled
      - x2 Coin Enabled
      - Infinite Coin (Spend some)
      - Infinite Gem (Spend some)
      - All Characters Unlocked
      - Free iAP (Turn off all iap hacks before using this, also if itunes popup don't show then run ldrestart in terminal -- This is an issue with the jailbreak not the hack)
      - Auto Run
      - Coin Magnet


      iOS Hack Download Link: https://iosgods.com/topic/132609-arm64-temple-run-2-cheats-v1691-8/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 299 replies
    • Sky Force 2014 Cheats v1.48 +6
      Modded/Hacked App: Sky Force 2014 by Infinite Dreams
      Bundle ID: pl.idreams.skyforcehd
      iTunes Store Link: https://itunes.apple.com/us/app/sky-force-2014/id717233547?mt=8&uo=4&at=1010lce4



      Hack Features:
      - God Mode
      - OHK
      - Infinite Stars
      - x2 Stars
      - Hangar Upgraded
      - No Ads



      Hack Download Link: https://iosgods.com/topic/86509-arm64-sky-force-2014-cheats-v141-6/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 154 replies
    • Airport City Cheats v8.36.1 +1
      Modded/Hacked App: Airport City by Game Insight UAB
      Bundle ID: com.gameinsight.airportcity
      iTunes Store Link: https://apps.apple.com/us/app/airport-city/id495637457?uo=4&at=1010lce4


      Hack Features:
      - Free Store


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/126716-arm64-airport-city-v717-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/126714-arm64-airport-city-cheats-v717-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 748 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