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?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Matching Story v1.42.04 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 35 replies
    • Matching Story v1.42.04 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4

       
      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
        • Like
      • 45 replies
    • Shadow Fight 4: Arena Cheat v1.9.50 +4
      Modded/Hacked App: Shadow Fight 4: Arena By Nekki Limited
      Bundle ID: com.nekki.shadowfightarena
      iTunes Store Link: https://apps.apple.com/us/app/shadow-fight-4-arena/id1479050948?uo=4


      Hack Features:
      - Freeze Enemies

      ViP Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
       

      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/136035-shadow-fight-4-arena-v1920-jailed-cheat-4/


      iOS Hack Download Link: https://iosgods.com/topic/136014-shadow-fight-4-arena-cheat-v1920-4/
        • Like
      • 384 replies
    • [ ArKnights TW ] 明日方舟 v28.4.01 - [ x Player Damage & More ]
      Modded/Hacked App: 明日方舟 By GRYPH FRONTIER PTE. LTD.
      Bundle ID: tw.txwy.ios.arknights
      iTunes Store Link: https://apps.apple.com/tw/app/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/id1490985322?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

      - x Player Damage - x1 - 1000
      - x Player Defense - x1 - 1000
      - x Player Attack Speed - x1 - 10
      - Frozen Enemies
      - Instant - Kill
      - Instant - Win
      - Unlimited Skills
      - No Deploy Cost

       

      Non-Jailbroken Hack: https://iosgods.com/topic/129722-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v26321-jailed-cheats-8/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/129583-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v26321-x-player-damage-more/
      • 460 replies
    • Sneaky Sasquatch Cheats v2.0.6 +3
      Modded/Hacked App: Sneaky Sasquatch By RAC7 Games
      Bundle ID: com.rac7.SneakySasquatch
      iTunes Store Link: https://apps.apple.com/us/app/sneaky-sasquatch/id1098342019?uo=4


      Hack Features:
      - Infinite Gold
      - Unlock All
      - No Hunger


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/148262-sneaky-sasquatch-v172-jailed-cheats-3/


      iOS Hack Download Link: https://iosgods.com/topic/148261-sneaky-sasquatch-cheats-v172-3/
        • Like
      • 183 replies
    • Mini Militia - Doodle Army 2 Cheats v5.6.0 +8 [ God Mode & More ]
      Modded/Hacked App: Mini Militia - Doodle Army 2 By Miniclip SA
      Bundle ID: com.chadtowns.da2
      App Store Link: https://apps.apple.com/us/app/mini-militia-doodle-army-2/id405885221?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
      - Infinite Ammo
      - No Reload
      - Infinite Grenade
      - Infinite Jetpack Boost
      - Friendly Fire Enabled
      - Premium

       

      Free Non-Jailbroken Hack: https://iosgods.com/topic/178790-mini-militia-doodle-army-2-v560-jailed-cheats-5/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/96342-mini-militia-doodle-army-2-cheats-v560-8-god-mode-more/
      • 602 replies
    • Tower of God: NEW WORLD Cheats v2.12.00 +4
      Modded/Hacked App: Tower of God: NEW WORLD By Netmarble Corporation
      Bundle ID: com.netmarble.tog
      iTunes Store Link: https://apps.apple.com/us/app/tower-of-god-new-world/id1599435437?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Always Critical
      - Skip Battle Intro


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

      iOS Hack Download Link: https://iosgods.com/topic/186202-tower-of-god-new-world-cheats-v20101-4/
      • 95 replies
    • Merge Magic Academy v1.7.0 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Merge Magic Academy By ZYMobile
      Bundle ID: com.zymobile.magic.merge.ios
      App Store Link: https://apps.apple.com/us/app/merge-magic-academy/id6746467003?uo=4


      🤩 Hack Features

      - Gems
      - Energy
      - Stars
      • 1 reply
    • Merge Magic Academy v1.7.0 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Merge Magic Academy By ZYMobile
      Bundle ID: com.zymobile.magic.merge.ios
      App Store Link: https://apps.apple.com/us/app/merge-magic-academy/id6746467003?uo=4
       

      🤩 Hack Features

      - Gems
      - Energy
      - Stars
      • 1 reply
    • Loot Heroes v1.8.0 +10 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Loot Heroes: Fantasy RPG Games By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes-fantasy-rpg-games/id6642699678?uo=4


      Hack Features:
      - Freeze Currencies
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - All Heroes Unlocked
      - All Skins Unlocked
      - No Skill Cooldown
      - No Ads

      VIP
      - Unlimited Currencies -> Earn some.
      - Auto Win
      - Battle Pass Unlocked
      • 118 replies
    • Loot Heroes v1.8.0 +10 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Loot Heroes By BoomBit, Inc.
      Bundle ID: com.bbp.lootheroes
      iTunes Store Link: https://apps.apple.com/us/app/loot-heroes/id6642699678?uo=4


      Hack Features:
      - Freeze Currencies
      - God Mode -> Traps still cause damage.
      - One-Hit Kill
      - All Heroes Unlocked
      - All Skins Unlocked
      - No Skill Cooldown
      - No Ads

      VIP
      - Unlimited Currencies -> Earn some.
      - Auto Win
      - Battle Pass Unlocked
      • 270 replies
    • Fisherman 2 v1.03.11 [+6 Jailed Cheats]
      Modded/Hacked App: Fisherman 2 By Little Star Games Oy
      Bundle ID: com.littlestargames.fm2
      App Store Link: https://apps.apple.com/us/app/fisherman-2/id6446778412?uo=4



      🤩 Hack Features

      - Add Coins (Enable inside main menu and enter game)
      - Add Diamonds (Enable inside main menu and enter game)
      - Catch 50 Fish (Enable inside game)
      - Complete All Task (Enable inside main menu)
      - Update All Task (Enable inside main menu)
      - End Current Round (Enable inside game)
      • 3 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