Jump to content

26 posts in this topic

Recommended Posts

Posted (edited)

@@Ianouar3G

str r0, [r10, #56]

Change to

NOP

or change to

str r0, [r10, #0]

This is totally wrong ...

 

@@ian Finding another register in gdb which hold 0 value then change the str

 

For example: r6 hold 0 value then change the str r0 to r6

 

Look like you're hacking darkness reborn, trust me no hope for that game ;) cause no cooldown always is float value

Updated by Laxus
Posted

This is totally wrong ...

@@ian Finding another register in gdb which hold 0 value then change the str

For example: r6 hold 0 value then change the str r0 to r6

Im not an expert in IDA. Do you know where I can find information as to what the registers hold?
Posted (edited)

how Change to

NOP ???

 

 

crashed str r0, [r10, #0]

Im not an expert in IDA. Do you know where I can find information as to what the registers hold?

If you use nop the timer will free there and stop decreasing or worst it will crash. Type i r or info register and find out which R hold 0 value then change the str with that R Updated by Laxus
Posted

i find it 

 

str        r1, [r11, #4]

Another offset?

Posted

ldr        r0, [r10, #28]
Old value = 1
New value = 11
0x00256ba4 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = 131072
4: $r2 = 63166976
3: $r1 = 1
2: $r0 = 11
1: x/i $pc  0x256ba4:  38 00 8a e5                   str        r0, [r10, #56]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00256ba8 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = 131072
4: $r2 = 63166976
3: $r1 = 1
2: $r0 = 11
1: x/i $pc  0x256ba8:  1c 00 9a e5                   ldr        r0, [r10, #28]

(gdb) c
Continuing.
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
Hardware watchpoint 1: *274333688

Old value = 11
New value = 10
0x00256ba4 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 10
1: x/i $pc  0x256ba4:  38 00 8a e5                   str        r0, [r10, #56]
(gdb) ldr        r0, [r10, #28]
Undefined command: "ldr".  Try "help".
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00256ba8 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 10
1: x/i $pc  0x256ba8:  1c 00 9a e5                   ldr        r0, [r10, #28]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00256bac in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 275376128
1: x/i $pc  0x256bac:  20 00 8b e5                   str        r0, [r11, #32]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00256bb0 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 275376128
1: x/i $pc  0x256bb0:  10 00 8b e2                   add        r0, r11, #16   ; 0x10
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00256bb4 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0x256bb4:  05 03 16 eb                   bl 0x7d77d0
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x007d77d0 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0x7d77d0:  00 c0 9f e5                   ldr        r12, [pc, #0]  ; 0x7d77d8
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x007d77d4 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0x7d77d4:  0c f0 9f e7                   ldr        pc, [pc, r12]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec5204 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec5204:  0d c0 a0 e1                   mov        r12, sp
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec5208 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec5208:  80 40 2d e9                   push       {r7, lr}
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec520c in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec520c:  0d 70 a0 e1                   mov        r7, sp
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec5210 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec5210:  00 59 2d e9                   push       {r8, r11, r12, lr}
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec5214 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec5214:  08 d0 4d e2                   sub        sp, sp, #8     ; 0x8
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec5218 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec5218:  0d b0 a0 e1                   mov        r11, sp
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec521c in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec521c:  00 00 8b e5                   str        r0, [r11]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec5220 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec5220:  00 00 9b e5                   ldr        r0, [r11]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec5224 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 63174216
1: x/i $pc  0xec5224:  00 00 90 e5                   ldr        r0, [r0]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec5228 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 11
2: $r0 = 10
1: x/i $pc  0xec5228:  00 10 a0 e3                   mov        r1, #0  ; 0x0
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00ec522c in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xec522c:  97 48 09 eb                   bl 0x1117490
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x01117490 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0x1117490:  00 c0 9f e5                   ldr       r12, [pc, #0]  ; 0x1117498
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x01117494 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0x1117494:  0c f0 9f e7                   ldr       pc, [pc, r12]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedd80 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedd80:  0d c0 a0 e1                   mov        r12, sp
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedd84 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedd84:  80 40 2d e9                   push       {r7, lr}
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedd88 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedd88:  0d 70 a0 e1                   mov        r7, sp
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedd8c in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedd8c:  60 59 2d e9                   push       {r5, r6, r8, r11, r12, lr}
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedd90 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedd90:  08 d0 4d e2                   sub        sp, sp, #8     ; 0x8
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedd94 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedd94:  0d b0 a0 e1                   mov        r11, sp
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedd98 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedd98:  00 60 a0 e1                   mov        r6, r0
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedd9c in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedd9c:  04 10 8b e5                   str        r1, [r11, #4]
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedda0 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 10
1: x/i $pc  0xeedda0:  e1 0c a0 e3                   mov        r0, #57600     ; 0xe100
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedda4 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 57600
1: x/i $pc  0xeedda4:  f5 08 80 e2                   add        r0, r0, #16056320       ; 0xf50000
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eedda8 in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 16113920
1: x/i $pc  0xeedda8:  05 04 80 e2                   add        r0, r0, #83886080       ; 0x5000000
(gdb) stepi
warning: Unrecognized osabi 0 in arm_set_osabi_from_host_info
0x00eeddac in dyld_stub_pthread_key_create ()
6: $r4 = 269659216
5: $r3 = -1012172162
4: $r2 = 63174056
3: $r1 = 0
2: $r0 = 100000000
1: x/i $pc  0xeeddac:  00 00 56 e1                   cmp        r6, r0

 

Posted

Lol i give up, don't understand what're you doing. What game are you hacking?

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 v92.1.296 +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/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 45 replies
    • Harry Potter: Puzzles & Spells v92.1.296 +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
      • 27 replies
    • HELLIC: Isekai Cat - afk games v1.2.7 +3 Cheats
      Modded/Hacked App: HELLIC: Isekai Cat - afk games By VIPER STUDIO, Inc.
      Bundle ID: kr.co.viperstudio.hellic
      iTunes Store Link: https://apps.apple.com/us/app/hellic-isekai-cat-afk-games/id6714456251?uo=4

       

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Freeze Currencies

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

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

       

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

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

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

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
        • Agree
        • Haha
        • Winner
        • Like
      • 19 replies
    • HELLIC: Isekai Cat - afk games v1.2.7 +3 Jailed Cheats
      Modded/Hacked App: HELLIC: Isekai Cat - afk games By VIPER STUDIO, Inc.
      Bundle ID: kr.co.viperstudio.hellic
      iTunes Store Link: https://apps.apple.com/us/app/hellic-isekai-cat-afk-games/id6714456251?uo=4

       

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Freeze Currenceis

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

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

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

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Thanks
        • Like
      • 11 replies
    • Chef & Friends: Cooking Game Cheats v1.29.3 +1
      Modded/Hacked App: Chef & Friends: Cooking Game By MYTONA Ltd.
      Bundle ID: com.mytona.cheftales
      iTunes Store Link: https://apps.apple.com/us/app/chef-friends-cooking-game/id1586951898?uo=4


      Hack Features:
      - Infinite Currencies (Hats, Coins, Gems)

      NOTE: May bug out the game so better try on your throw away account first 


      iOS Hack Download Link: https://iosgods.com/topic/178904-chef-friends-cooking-game-cheats-v141-1/
        • Thanks
        • Winner
        • Like
      • 22 replies
    • Pixel Fantasia Cheats v3.0.23 +3
      Modded/Hacked App: Pixel Fantasia By SUPERBOX. Inc
      Bundle ID: com.idle.pseudo3d.hero.ios
      iTunes Store Link: https://apps.apple.com/us/app/pixel-fantasia/id1610992852?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
      - Free Store ( not Free iAP ) -- Turn on when you want to buy


      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/167825-pixel-fantasia-cheats-v3023-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 327 replies
    • UNKILLED - Zombie Online FPS Cheats v2.3.8 +5
      Modded/Hacked App: UNKILLED - Zombie Online FPS By MADFINGER Games, a.s.
      Bundle ID: com.madfingergames.unkilled
      iTunes Store Link: https://itunes.apple.com/us/app/unkilled-zombie-online-fps/id969488951?mt=8&uo=4&at=1010lce4


      Hack Features:
      - OHK / Huge Damage*
      - God Mode*
      - Kill All Enemies with One tap
      - Infinite Ammo
      - Infinite Items

      * Works Online PvP


      Hack Download Link: https://iosgods.com/topic/71989-arm64-unkilled-zombie-online-fps-cheats-v107-5/


      Credits:
      - @Laxus
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,324 replies
    • Groove Journey v4.0.0 Jailed Mod +1
      Modded/Hacked App: Groove Journey By Somtochukwu Mbala
      Bundle ID: com.kaipha.groovejourney
      iTunes Store Link: https://apps.apple.com/us/app/groove-journey/id6736345547?uo=4


      Hack Features:
      - PREMIUM


      iOS Hack Download IPA Link: https://iosgods.com/topic/190862-groove-journey-v311-jailed-mod-1/
        • Agree
        • Thanks
        • Winner
        • Like
      • 32 replies
    • Monthly Idol v19.0 Jailed Cheats +1
      Modded/Hacked App: Monthly Idol By Sora Ryoo
      Bundle ID: com.factory608.MI
      iTunes Store Link: https://apps.apple.com/us/app/monthly-idol/id1407604160?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

      - Free iAP ( Press cancel when buy. Remember to turn the option on inside mod menu first )

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/98499-monthly-idol-v190-jailed-cheats-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 166 replies
    • Demon Hunter Idle Cheats v1.9.5 +3
      Modded/Hacked App: Demon Hunter Idle By MOBIRIX
      Bundle ID: com.mobirix.mbpdh
      iTunes Store Link: https://apps.apple.com/us/app/demon-hunter-idle/id6472879858?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Freeze Currencies*

      *NOTE: Do not abuse or buy ViP for just this cheat


      iOS Hack Download Link: https://iosgods.com/topic/183710-demon-hunter-idle-cheats-v102-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 159 replies
    • [ Chiikawa Pocket JP ] ちいかわぽけっと v1.1.11 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
      • 10 replies
    • Homerun Clash Cheats v6.3.4 +3
      Modded/Hacked App: Homerun Clash by HAEGIN Co.,Ltd.
      Bundle ID: com.haegin.homerunclash
      iTunes Store Link: https://apps.apple.com/us/app/homerun-clash/id1345750763?uo=4&at=1010lce4


      Hack Features:
      - Always Crit Strike
      - No Jailbreak Check


      iOS Hack Download Link: https://iosgods.com/topic/130840-arm64-homerun-clash-cheats-v2130-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 623 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