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

Posted

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

Posted

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

 

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Angry Birds 2 Cheats v4.0.2 +1 [ Infinite Currencies ]
      Modded/Hacked App: Angry Birds 2 By Rovio Entertainment Oyj
      Bundle ID: com.rovio.baba
      iTunes Store Link: https://apps.apple.com/us/app/angry-birds-2/id880047117?uo=4


      Hack Features:
      - Infinite Currencies ( Spend some/ Get some )


      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/70081-angry-birds-2-v2600-jailed-cheats-2/


      Hack Download Link: https://iosgods.com/topic/72039-angry-birds-2-cheats-v2600-1-infinite-currencies/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,960 replies
    • Alien Invasion: RPG Idle Space Cheats v4.18.00 +2
      Modded/Hacked App: Alien Invasion: RPG Idle Space By MULTICAST GAMES LIMITED
      Bundle ID: com.multicastgames.venomSurvive
      iTunes Store Link: https://apps.apple.com/us/app/alien-invasion-rpg-idle-space/id6443697602?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/167591-alien-invasion-rpg-idle-space-v204-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/167589-alien-invasion-rpg-idle-space-cheats-v204-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 414 replies
    • Airport City Cheats v8.39.01 +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
      • 761 replies
    • Real Boxing 2 Cheats v1.55.2 +3
      Modded/Hacked App: Real Boxing 2 By Vivid Games S.A.
      Bundle ID: com.vividgames.realboxing2
      App Store Link: https://apps.apple.com/us/app/real-boxing-2/id932779605?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

      - God Mode
      - One Hit Kill
      - No Punch Cooldown

       

      Non-Jailbroken Hack: https://iosgods.com/topic/195702-real-boxing-2-v1550-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/195685-real-boxing-2-cheats-v1550-3/
        • Agree
        • Winner
        • Like
      • 11 replies
    • Dead Trigger 2 Cheats v2.4.1 +10 [ God Mode & More ]
      Modded/Hacked App: DEAD TRIGGER 2: Zombie Games By Deca Games EOOD
      Bundle ID: com.madfingergames.deadtrigger2
      iTunes Store Link: https://apps.apple.com/us/app/dead-trigger-2-zombie-games/id720063540?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

      - Infinite Ammo
      - No Reload
      - God Mode
      - Infinite Consumable
      - One Hit Kill
      - Drop Hacks
      - Instant Win
      - Better Aim
      - Aimbot
      - Kill All Zombies with 1 Tap

       

      Non-Jailbroken Hack: https://iosgods.com/topic/73791-dead-trigger-2-v230-jailed-cheats-10

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/78126-dead-trigger-2-cheats-v230-10-god-mode-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,841 replies
    • Boxing Star: Real Boxing Fight Cheats v7.0.0 +4
      Modded/Hacked App: Boxing Star: Real Boxing Fight By THUMBAGE Co., Ltd
      Bundle ID: com.ftt.boxingstar.gl.ios
      iTunes Store Link: https://apps.apple.com/us/app/boxing-star-real-boxing-fight/id1241887528?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
      - One Touch & Win

      Free Non-Jailbroken Hack: https://iosgods.com/topic/92347-boxing-star-real-boxing-fight-v620-jailed-cheats-4/


      Hack Download Link: https://iosgods.com/topic/72805-boxing-star-real-boxing-fight-cheats-v620-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,685 replies
    • [ Chiikawa Pocket JP ] ちいかわぽけっと v1.2.10 Jailed Cheats +3
      Modded/Hacked App: ちいかわぽけっと By Applibot Inc.
      Bundle ID: jp.co.applibot.chiikawapocket
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%81%A1%E3%81%84%E3%81%8B%E3%82%8F%E3%81%BD%E3%81%91%E3%81%A3%E3%81%A8/id6596745408?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

      - God Mode
      - Multiply Attack
      - Custom Speed (Customize before Login or Clear stage to get apply)

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/194281-chiikawa-pocket-jp-%E3%81%A1%E3%81%84%E3%81%8B%E3%82%8F%E3%81%BD%E3%81%91%E3%81%A3%E3%81%A8-v1111-jailed-cheats-3/
        • Haha
        • Like
      • 24 replies
    • Chiikawa Pocket Cheats v1.2.10 +3
      Modded/Hacked App: Chiikawa Pocket By Applibot Inc.
      Bundle ID: jp.co.applibot.chiikawapocketgl
      iTunes Store Link: https://apps.apple.com/us/app/chiikawa-pocket/id6740838442?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

      - God Mode
      - Multiply Attack

       

      Non-Jailbroken Hack: https://iosgods.com/topic/193718-chiikawa-pocket-v111-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/193717-chiikawa-pocket-cheats-v111-2/
        • Informative
        • Haha
        • Thanks
        • Winner
        • Like
      • 45 replies
    • Real Racing 3 Cheats v13.5.1 +4
      Modded/Hacked App: Real Racing 3 By Electronic Arts Inc.
      Bundle ID: com.ea.realracing3.inc
      iTunes Store Link: https://apps.apple.com/us/app/real-racing-3/id556164008?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

      - Free Store
      - Freeze M$
      - Freeze R$
      - Freeze Gold

      Non-Jailbroken Hack: https://iosgods.com/topic/185163-real-racing-3-v1317-jailed-cheats-4/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/147926-real-racing-3-cheats-v1318-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,048 replies
    • Dream League Soccer 2025 v12.240 +12 Cheats
      Modded/Hacked App: Dream League Soccer 2024 By First Touch Games Ltd.
      Bundle ID: com.firsttouch.dls7
      iTunes Store Link: https://apps.apple.com/us/app/dream-league-soccer-2024/id1462911602?uo=4


      Hack Features:
      - Stupid AI
      - No Foul
      - No Injuries
      - No Offside
      - Freeze Stamina
      - No Substitutions Limit
      - No Forfeit Penalty
      - Custom Logo Unlocked
      - Custom Kit Unlocked
      - Unlock Customizations
      - Throw In to End Current Half
      - Freeze Match Clock

      Notes: Play offline if you get kicked out of match.


      Non-Jailbroken & No Jailbreak required hack(s): 
       

      iOS Hack Download Link: https://iosgods.com/topic/138633-dream-league-soccer-2024-v11230-12-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,129 replies
    • Subway Surfers Cheats v3.48.10 +5
      Modded/Hacked App: Subway Surfers By Sybo Games ApS
      Bundle ID: com.kiloo.subwaysurfers
      iTunes Store Link: https://apps.apple.com/us/app/subway-surfers/id512939461?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

      - Free Store (not Free iAP)
      - Free iAP (ViP Only)
      - Unlock Characters Outfit
      - Custom Jump Height
      - No Clip (To end level swipe to left til you get dizzy, swipe again and you will lose)

       

      Non-Jailbroken Hack: https://iosgods.com/topic/119795-subway-surfers-v3425-jailed-cheats-5/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/119793-subway-surfers-cheats-v3430-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,334 replies
    • Dice Dreams Cheats v1.93.0 +2
      Modded/Hacked App: Dice Dreams™ By SuperPlay LTD
      Bundle ID: com.superplaystudios.dicedreams
      iTunes Store Link: https://apps.apple.com/us/app/dice-dreams/id1484468651?uo=4


      Hack Features:
      - Custom Rolls
      - Unlimited Coins - afford regardless of if you have enough


      iOS Hack Download Link: https://iosgods.com/topic/138011-dice-dreams%E2%84%A2-v1692-2-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 636 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