Jump to content

IDA v7.2.x - Need Help to locate the right Function to change in gamefile.so


5torm

2 posts in this topic

Recommended Posts

Hello together,

I need a little Helphand :) to solve some sleepless Nights. :)
I want to modify Shopitems in an Online mobile Game because the Developers are on an Pay2Win Course and i hate these things...

In this Ingame-Shop you can buy some Gameboosts like "infinite Tickets" for 15min that Cost 10 Diamonds, or perhaps you can get "X2 Coins" for 15min that cost 4 Diamonds.
I don't want to hack the real InApp Purchase.. i think its harder to do, right?

So i first want to ask if it is possible to modify the "Item-Shop" in a way when i click on a Boost that i will get the Boost and get 10 Diamonds and not -10 Diamonds from my existing Diamonds?

I load the ".so" file in IDA and searched a little bit around to find the right path.? :)


spacer.png
boost2b0jsu.png

I thought i get the Right Function Window(s). As you can see there is on the right Functions with CountDiamondSpend & CountEmeraldSpend
Under these there is the PurchaseBoost Windows.

In the Second Image it goes all to the Clickbutton.

My Question now is where to find the Function with the Diamond and Emerald that will Sub from my existing Diamonds & Emeralds?
Im a little bit confused. :(

There must be an SUB or how does this work?

Hope you Guys can help me to solve this Problem... Cheers from Germany / 5torm

=======================================================================

P.S.: how to find out what exactly describes X9, W8, W2, X20 and so on.
I look into many Tuts and Videos but most Tuts on modding Ammo etc and those values different,
i hadn't found any similiar Tut or Vid.

Everytime i think "Now i got it, i failed because i miss SUBS or other things...

Updated by 5torm
Forgot something
Link to comment
Share on other sites

Sry for DoublePost, here the same in TextView, if it is better ?

 

.text:0000000000735EB8 ; =============== S U B R O U T I N E =======================================
.text:0000000000735EB8
.text:0000000000735EB8 ; Attributes: bp-based frame
.text:0000000000735EB8
.text:0000000000735EB8 ; ButtonDetail::setActionType(std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>>)
.text:0000000000735EB8                 WEAK _ZN12ButtonDetail13setActionTypeENSt6__ndk112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE
.text:0000000000735EB8 _ZN12ButtonDetail13setActionTypeENSt6__ndk112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE
.text:0000000000735EB8                                         ; CODE XREF: ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+C↑j
.text:0000000000735EB8                                         ; DATA XREF: LOAD:000000000009D5E8↑o ...
.text:0000000000735EB8
.text:0000000000735EB8 var_10          = -0x10
.text:0000000000735EB8 var_s0          =  0
.text:0000000000735EB8
.text:0000000000735EB8 ; FUNCTION CHUNK AT .text:00000000007360E0 SIZE 00000014 BYTES
.text:0000000000735EB8
.text:0000000000735EB8 ; __unwind {
.text:0000000000735EB8                 STP             X20, X19, [SP,#-0x10+var_10]!
.text:0000000000735EBC                 STP             X29, X30, [SP,#0x10+var_s0]
.text:0000000000735EC0                 ADD             X29, SP, #0x10
.text:0000000000735EC4                 LDRB            W8, [X1]
.text:0000000000735EC8                 LDR             X9, [X1,#8]
.text:0000000000735ECC                 LSR             X10, X8, #1
.text:0000000000735ED0                 TST             W8, #1
.text:0000000000735ED4                 CSEL            X9, X10, X9, EQ
.text:0000000000735ED8                 SUB             X9, X9, #8
.text:0000000000735EDC                 CMP             X9, #0x14
.text:0000000000735EE0                 B.HI            loc_7360A0
.text:0000000000735EE4                 ADRP            X10, #unk_103DB16@PAGE
.text:0000000000735EE8                 ADD             X10, X10, #unk_103DB16@PAGEOFF
.text:0000000000735EEC                 ADR             X11, loc_735F00
.text:0000000000735EF0                 LDRB            W12, [X10,X9]
.text:0000000000735EF4                 ADD             X11, X11, X12,LSL#2
.text:0000000000735EF8                 MOV             X19, X0
.text:0000000000735EFC                 BR              X11
.text:0000000000735F00 ; ---------------------------------------------------------------------------
.text:0000000000735F00
.text:0000000000735F00 loc_735F00                              ; DATA XREF: ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+34↑o
.text:0000000000735F00                 LDR             X9, [X1,#0x10]
.text:0000000000735F04                 TST             W8, #1
.text:0000000000735F08                 CSINC           X8, X9, X1, NE
.text:0000000000735F0C                 LDR             X8, [X8]
.text:0000000000735F10                 MOV             X9, #0x6E6957746E756F63
.text:0000000000735F20                 CMP             X8, X9
.text:0000000000735F24                 B.NE            loc_7360A0
.text:0000000000735F28                 B               loc_73608C
.text:0000000000735F2C ; ---------------------------------------------------------------------------
.text:0000000000735F2C                 LDR             X9, [X1,#0x10]
.text:0000000000735F30                 TST             W8, #1
.text:0000000000735F34                 MOV             W2, #9  ; n
.text:0000000000735F38                 CSINC           X0, X9, X1, NE ; s1
.text:0000000000735F3C                 ADRP            X1, #aCountgoal@PAGE ; "countGoal"
.text:0000000000735F40                 ADD             X1, X1, #aCountgoal@PAGEOFF ; "countGoal"
.text:0000000000735F44                 B               loc_736084
.text:0000000000735F48 ; ---------------------------------------------------------------------------
.text:0000000000735F48                 LDR             X9, [X1,#0x10]
.text:0000000000735F4C                 TST             W8, #1
.text:0000000000735F50                 MOV             W2, #0xA ; n
.text:0000000000735F54                 CSINC           X20, X9, X1, NE
.text:0000000000735F58                 ADRP            X1, #aCountmatch@PAGE ; "countMatch"
.text:0000000000735F5C                 ADD             X1, X1, #aCountmatch@PAGEOFF ; "countMatch"
.text:0000000000735F60                 MOV             X0, X20 ; s1
.text:0000000000735F64                 BL              .memcmp
.text:0000000000735F68                 CBZ             W0, loc_73608C
.text:0000000000735F6C                 ADRP            X1, #aCountpoint@PAGE ; "countPoint"
.text:0000000000735F70                 ADD             X1, X1, #aCountpoint@PAGEOFF ; "countPoint"
.text:0000000000735F74                 MOV             W2, #0xA
.text:0000000000735F78                 MOV             X0, X20
.text:0000000000735F7C                 B               loc_736084
.text:0000000000735F80 ; ---------------------------------------------------------------------------
.text:0000000000735F80                 LDR             X9, [X1,#0x10]
.text:0000000000735F84                 TST             W8, #1
.text:0000000000735F88                 MOV             W2, #0xE ; n
.text:0000000000735F8C                 CSINC           X20, X9, X1, NE
.text:0000000000735F90                 ADRP            X1, #aCountteammatch@PAGE ; "countTeamMatch"
.text:0000000000735F94                 ADD             X1, X1, #aCountteammatch@PAGEOFF ; "countTeamMatch"
.text:0000000000735F98                 MOV             X0, X20 ; s1
.text:0000000000735F9C                 BL              .memcmp
.text:0000000000735FA0                 CBZ             W0, loc_73608C
.text:0000000000735FA4                 ADRP            X1, #aCountsupporter@PAGE ; "countSupporter"
.text:0000000000735FA8                 ADD             X1, X1, #aCountsupporter@PAGEOFF ; "countSupporter"
.text:0000000000735FAC                 MOV             W2, #0xE ; n
.text:0000000000735FB0                 MOV             X0, X20 ; s1
.text:0000000000735FB4                 BL              .memcmp
.text:0000000000735FB8                 CBZ             W0, loc_73608C
.text:0000000000735FBC                 ADRP            X1, #aCountgoldspend@PAGE ; "countGoldSpend"
.text:0000000000735FC0                 ADD             X1, X1, #aCountgoldspend@PAGEOFF ; "countGoldSpend"
.text:0000000000735FC4                 MOV             W2, #0xE ; n
.text:0000000000735FC8                 MOV             X0, X20 ; s1
.text:0000000000735FCC                 BL              .memcmp
.text:0000000000735FD0                 CBNZ            W0, loc_7360A0
.text:0000000000735FD4                 ADRP            X1, #aPurchasesuperp@PAGE ; "purchaseSuperPowerUpgrade"
.text:0000000000735FD8                 ADD             X0, X19, #0x18
.text:0000000000735FDC                 ADD             X1, X1, #aPurchasesuperp@PAGEOFF ; "purchaseSuperPowerUpgrade"
.text:0000000000735FE0                 MOV             W2, #0x19
.text:0000000000735FE4                 B               loc_73609C
.text:0000000000735FE8 ; ---------------------------------------------------------------------------
.text:0000000000735FE8                 LDR             X9, [X1,#0x10]
.text:0000000000735FEC                 TST             W8, #1
.text:0000000000735FF0                 MOV             W2, #0x11 ; n
.text:0000000000735FF4                 CSINC           X20, X9, X1, NE
.text:0000000000735FF8                 ADRP            X1, #aCountdiamondsp@PAGE ; "countDiamondSpend"
.text:0000000000735FFC                 ADD             X1, X1, #aCountdiamondsp@PAGEOFF ; "countDiamondSpend"
.text:0000000000736000                 MOV             X0, X20 ; s1
.text:0000000000736004                 BL              .memcmp
.text:0000000000736008                 CBZ             W0, loc_7360E0
.text:000000000073600C                 ADRP            X1, #aCountemeraldsp@PAGE ; "countEmeraldSpend"
.text:0000000000736010                 ADD             X1, X1, #aCountemeraldsp@PAGEOFF ; "countEmeraldSpend"
.text:0000000000736014                 MOV             W2, #0x11 ; n
.text:0000000000736018                 MOV             X0, X20 ; s1
.text:000000000073601C                 BL              .memcmp
.text:0000000000736020                 CBNZ            W0, loc_7360A0
.text:0000000000736024                 ADRP            X1, #aPurchaseboost@PAGE ; "purchaseBoost"
.text:0000000000736028                 ADD             X0, X19, #0x18
.text:000000000073602C                 ADD             X1, X1, #aPurchaseboost@PAGEOFF ; "purchaseBoost"
.text:0000000000736030                 MOV             W2, #0xD
.text:0000000000736034                 B               loc_73609C
.text:0000000000736038 ; ---------------------------------------------------------------------------
.text:0000000000736038                 LDR             X9, [X1,#0x10]
.text:000000000073603C                 TST             W8, #1
.text:0000000000736040                 MOV             W2, #0x14 ; n
.text:0000000000736044                 CSINC           X0, X9, X1, NE ; s1
.text:0000000000736048                 ADRP            X1, #aCountopenscrat@PAGE ; "countOpenScratchCard"
.text:000000000073604C                 ADD             X1, X1, #aCountopenscrat@PAGEOFF ; "countOpenScratchCard"
.text:0000000000736050                 BL              .memcmp
.text:0000000000736054                 CBNZ            W0, loc_7360A0
.text:0000000000736058                 ADRP            X1, #aPurchasescratc@PAGE ; "purchaseScratchCard"
.text:000000000073605C                 ADD             X0, X19, #0x18
.text:0000000000736060                 ADD             X1, X1, #aPurchasescratc@PAGEOFF ; "purchaseScratchCard"
.text:0000000000736064                 MOV             W2, #0x13
.text:0000000000736068                 B               loc_73609C
.text:000000000073606C ; ---------------------------------------------------------------------------
.text:000000000073606C                 LDR             X9, [X1,#0x10]
.text:0000000000736070                 TST             W8, #1
.text:0000000000736074                 MOV             W2, #0x16
.text:0000000000736078                 CSINC           X0, X9, X1, NE
.text:000000000073607C                 ADRP            X1, #aCountspecialpo@PAGE ; "countSpecialPowerUsage"
.text:0000000000736080                 ADD             X1, X1, #aCountspecialpo@PAGEOFF ; "countSpecialPowerUsage"
.text:0000000000736084
.text:0000000000736084 loc_736084                              ; CODE XREF: ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+8C↑j
.text:0000000000736084                                         ; ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+C4↑j
.text:0000000000736084                 BL              .memcmp
.text:0000000000736088                 CBNZ            W0, loc_7360A0
.text:000000000073608C
.text:000000000073608C loc_73608C                              ; CODE XREF: ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+70↑j
.text:000000000073608C                                         ; ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+B0↑j ...
.text:000000000073608C                 ADRP            X1, #aPlaymatch@PAGE ; "playMatch"
.text:0000000000736090                 ADD             X0, X19, #0x18
.text:0000000000736094                 ADD             X1, X1, #aPlaymatch@PAGEOFF ; "playMatch"
.text:0000000000736098                 MOV             W2, #9
.text:000000000073609C
.text:000000000073609C loc_73609C                              ; CODE XREF: ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+12C↑j
.text:000000000073609C                                         ; ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+17C↑j ...
.text:000000000073609C                 BL              ._ZNSt6__ndk112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKcm ; std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>::assign(char const*,ulong)
.text:00000000007360A0
.text:00000000007360A0 loc_7360A0                              ; CODE XREF: ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+28↑j
.text:00000000007360A0                                         ; ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+6C↑j ...
.text:00000000007360A0                 LDP             X29, X30, [SP,#0x10+var_s0]
.text:00000000007360A4                 LDP             X20, X19, [SP+0x10+var_10],#0x20
.text:00000000007360A8                 RET
.text:00000000007360A8 ; End of function ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)
.text:00000000007360A8
.text:00000000007360AC ; ---------------------------------------------------------------------------
.text:00000000007360AC                 LDR             X9, [X1,#0x10]
.text:00000000007360B0                 TST             W8, #1
.text:00000000007360B4                 MOV             W2, #0x1C
.text:00000000007360B8                 CSINC           X0, X9, X1, NE
.text:00000000007360BC                 ADRP            X1, #aCountdiamondob@PAGE ; "countDiamondObtainedPurchase"
.text:00000000007360C0                 ADD             X1, X1, #aCountdiamondob@PAGEOFF ; "countDiamondObtainedPurchase"
.text:00000000007360C4                 BL              .memcmp
.text:00000000007360C8                 CBNZ            W0, loc_7360A0
.text:00000000007360CC                 ADRP            X1, #aPurchasediamon@PAGE ; "purchaseDiamond"
.text:00000000007360D0                 ADD             X0, X19, #0x18
.text:00000000007360D4                 ADD             X1, X1, #aPurchasediamon@PAGEOFF ; "purchaseDiamond"
.text:00000000007360D8                 MOV             W2, #0xF
.text:00000000007360DC                 B               loc_73609C
.text:00000000007360E0 ; ---------------------------------------------------------------------------
.text:00000000007360E0 ; START OF FUNCTION CHUNK FOR _ZN12ButtonDetail13setActionTypeENSt6__ndk112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE
.text:00000000007360E0
.text:00000000007360E0 loc_7360E0                              ; CODE XREF: ButtonDetail::setActionType(std::__ndk1::basic_string<char,std::__ndk1::char_traits<char>,std::__ndk1::allocator<char>>)+150↑j
.text:00000000007360E0                 ADRP            X1, #aPurchasegachap@PAGE ; "purchaseGachaPackage"
.text:00000000007360E4                 ADD             X0, X19, #0x18
.text:00000000007360E8                 ADD             X1, X1, #aPurchasegachap@PAGEOFF ; "purchaseGachaPackage"
.text:00000000007360EC                 MOV             W2, #0x14
.text:00000000007360F0                 B               loc_73609C
.text:00000000007360F0 ; } // starts at 735EB8
.text:00000000007360F0 ; END OF FUNCTION CHUNK FOR _ZN12ButtonDetail13setActionTypeENSt6__ndk112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE
.text:00000000007360F4

 

Link to comment
Share on other sites

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

    • Super Sword Idle v1.0.41 +11 Jailed Cheats
      Modded/Hacked App: Super Sword Idle By Can Le
      Bundle ID: com.voxgames.supersword
      iTunes Store Link: https://apps.apple.com/us/app/super-sword-idle/id6468011448?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
      - Defense Multiplier
      - Add Enchant*
      - Add Gem*
      - Add Gold*
      - Add Random Option*
      - Add Rune Sub*
      - Add Skill Book*
      - Add Summon Card*
      - Add Ticket Enchant*
      - Add Player Level*

      *Settings → Tap On Haptic


      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
      • 2 replies
    • Super Sword Idle v1.0.41 +11 Cheats
      Modded/Hacked App: Super Sword Idle By Can Le
      Bundle ID: com.voxgames.supersword
      iTunes Store Link: https://apps.apple.com/us/app/super-sword-idle/id6468011448?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
      - Defense Multiplier
      - Add Enchant*
      - Add Gem*
      - Add Gold*
      - Add Random Option*
      - Add Rune Sub*
      - Add Skill Book*
      - Add Summon Card*
      - Add Ticket Enchant*
      - Add Player Level*

      *Settings → Tap On Haptic


      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
        • Thanks
        • Like
      • 3 replies
    • Fortress Saga: AFK RPG v1.6.03 +3 Cheats
      Modded/Hacked App: Fortress Saga: AFK RPG By cookapps
      Bundle ID: com.cookapps.bm.fortresssaga
      iTunes Store Link: https://apps.apple.com/us/app/fortress-saga-afk-rpg/id6446308106?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
      - Defense Multiplier
      - Freeze Currencies


      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
        • Haha
        • Like
      • 21 replies
    • King God Castle v5.8.7 +8 Cheats
      Modded/Hacked App: King God Castle By AWESOMEPIECE
      Bundle ID: com.awesomepiece.castle
      iTunes Store Link: https://apps.apple.com/us/app/king-god-castle/id1526791430?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
      - Defense Multiplier
      - Unlimited Skills
      - Kill All Enemies
      - Spawn Max Level Units
      - Game Speed Multiplier
      - Free Summon Cost
      - Free Expand Cost
      - Jailbreak Detection Removed


      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
        • Like
      • 36 replies
    • (SpearKnight Korea) 창술사 키우기-방치형RPG v2.0.47 +3 Jailed Cheats
      Modded/Hacked App: 창술사 키우기-방치형RPG By Changgon Woo
      Bundle ID: com.dragonheart.spearknighrpg
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%B0%BD%EC%88%A0%EC%82%AC-%ED%82%A4%EC%9A%B0%EA%B8%B0-%EB%B0%A9%EC%B9%98%ED%98%95rpg/id1584649578?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
      - Defense Multiplier
      - Loot Multiplier


      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
      • 0 replies
    • (Arcana Blade Korea) 아르카나 블레이드 : 3000 뽑기 증정 +2 Jailed Cheats
      Modded/Hacked App: 아르카나 블레이드 : 3000 뽑기 증정 By SUPERBOX. Inc
      Bundle ID: com.superpixel.arcanablade
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%95%84%EB%A5%B4%EC%B9%B4%EB%82%98-%EB%B8%94%EB%A0%88%EC%9D%B4%EB%93%9C-3000-%EB%BD%91%EA%B8%B0-%EC%A6%9D%EC%A0%95/id6474599813?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
      • 1 reply
    • Metal Slug: Awakening-Season1 v1.3.3 +4 Cheats
      Modded/Hacked App: Metal Slug: Awakening-Season1 By HaoPlay Limited
      Bundle ID: com.haoplay.jk.metalslug
      iTunes Store Link: https://apps.apple.com/us/app/metal-slug-awakening-season1/id6475638448?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:
      - Unlimited Ammo
      - Unlimited Skills
      - Increase Fire Range
      - Increase Fire Rate


      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
      • 62 replies
    • SLIME - ISEKAI Memories v2.0.40 +5 Jailed Cheats
      Modded/Hacked App: SLIME - ISEKAI Memories By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0402
      iTunes Store Link: https://apps.apple.com/us/app/slime-isekai-memories/id1577316192?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
      - Always Our Turn
      - Instant Win
      - Unlimited Skills


      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 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 & 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 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: 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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 201 replies
    • Fortress Saga: AFK RPG Cheats v1.6.03 +4 Cheats
      Modded/Hacked App: Fortress Saga: AFK RPG By cookapps
      Bundle ID: com.cookapps.bm.fortresssaga
      iTunes Store Link: https://apps.apple.com/us/app/fortress-saga-afk-rpg/id6446308106?uo=4


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Free Store (not Free iAP)


      iOS Hack Download Link: https://iosgods.com/topic/178933-fortress-saga-afk-rpg-cheats-v1405-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 204 replies
    • (Raising Sword Shield Girl Korea) 검방녀 키우기 v1.0.46 +3 Cheats
      Modded/Hacked App: 검방녀 키우기 By CodeDragon Co., LTD.
      Bundle ID: com.studiocodedragon.projectss
      iTunes Store Link: https://apps.apple.com/kr/app/%EA%B2%80%EB%B0%A9%EB%85%80-%ED%82%A4%EC%9A%B0%EA%B8%B0/id6473782850?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:
      - Freeze Currencies
      - EXP 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
      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
        • Agree
        • Haha
        • Winner
        • Like
      • 43 replies
    • (SpearKnight Korea) 창술사 키우기-방치형RPG v2.0.47 +3 Cheat
      Modded/Hacked App: 창술사 키우기-방치형RPG By Changgon Woo
      Bundle ID: com.dragonheart.spearknighrpg
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%B0%BD%EC%88%A0%EC%82%AC-%ED%82%A4%EC%9A%B0%EA%B8%B0-%EB%B0%A9%EC%B9%98%ED%98%95rpg/id1584649578?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:
      - Loot 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
      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
      • 61 replies
    • (Arcana Blade Korea) 아르카나 블레이드 : 3000 뽑기 증정 v1.1.12 +2 Cheats
      Modded/Hacked App: 아르카나 블레이드 : 3000 뽑기 증정 By SUPERBOX. Inc
      Bundle ID: com.superpixel.arcanablade
      iTunes Store Link: https://apps.apple.com/kr/app/%EC%95%84%EB%A5%B4%EC%B9%B4%EB%82%98-%EB%B8%94%EB%A0%88%EC%9D%B4%EB%93%9C-3000-%EB%BD%91%EA%B8%B0-%EC%A6%9D%EC%A0%95/id6474599813?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
        • Winner
        • Like
      • 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