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

    • Man of War! v0.1.0 [+3 Jailed Cheats]
      Modded/Hacked App: Man of War! By EpiCoro d.o.o.
      Bundle ID: com.epicoro.manofwar
      iTunes Store Link: https://apps.apple.com/us/app/man-of-war/id6483865641?uo=4



      🤩 Hack Features

      - Never Die
      - Auto Win (Enable inside battle)
      - Add Currency
      • 0 replies
    • Man of War! v0.1.0 [+3 Cheats]
      Modded/Hacked App: Man of War! By EpiCoro d.o.o.
      Bundle ID: com.epicoro.manofwar
      iTunes Store Link: https://apps.apple.com/us/app/man-of-war/id6483865641?uo=4



      🤩 Hack Features

      - Never Die
      - Auto Win (Enable inside battle)
      - Add Currency
       
      • 0 replies
    • Boomerang RPG 1st Anniversary! v2.0.3 +4 Jailed Cheats
      Modded/Hacked App: Boomerang RPG By SuperPlanet corp.
      Bundle ID: com.superplanet.boomerang
      iTunes Store Link: https://apps.apple.com/us/app/boomerang-rpg/id6472151756?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:
      - God mode
      - High damage
      - Fast attack
      • 58 replies
    • Boomerang RPG 1st Anniversary! v2.0.3 +4 Cheats
      Modded/Hacked App: Boomerang RPG By SuperPlanet corp.
      Bundle ID: com.superplanet.boomerang
      iTunes Store Link: https://apps.apple.com/us/app/boomerang-rpg/id6472151756?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:
      - God mode
      - Fast attack
      - High damage
      • 90 replies
    • Prince of Persia Lost Crown v1.0.0 +9 Cheats [ God / O-HK ]
      Modded/Hacked App: Prince of Persia Lost Crown By Ubisoft
      Bundle ID: com.ubisoft.princeofpersia.thelostcrown.mobile.action.adventure.platform
      iTunes Store Link: https://apps.apple.com/us/app/prince-of-persia-lost-crown/id6504011865?uo=4

       
       

      🤩 Hack Features

      - God Mode
      - One-Hit Kill -> Linked. Use with God Mode.
      -- Full Game Unlocked
      • 12 replies
    • Crashlands 2 v100.1.372 +2 Jailed Cheats [ One-Hit Kill ]
      Modded/Hacked App: Crashlands 2 By Butterscotch Shenanigans, Inc.
      Bundle ID: com.bscotch.crashlands2
      iTunes Store Link: https://apps.apple.com/us/app/crashlands-2/id1528199331?uo=4

       


      🤩 Hack Features

      - One-Hit Kill
      - No Skill Cooldown
      • 4 replies
    • Scolopendra v1.0.0 Debug Menu [+4 Cheats]
      Modded/Hacked App: Scolopendra By 24 HIT Riga SIA
      Bundle ID: com.game.scolopendra
      iTunes Store Link: https://apps.apple.com/us/app/scolopendra/id6742407695?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and Debug Menu Will Appear)

      • 2 replies
    • Scolopendra v1.0.0 Debug Menu [+4 Jailed Cheats]
      Modded/Hacked App: Scolopendra By 24 HIT Riga SIA
      Bundle ID: com.game.scolopendra
      iTunes Store Link: https://apps.apple.com/us/app/scolopendra/id6742407695?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and Debug Menu Will Appear)

      • 0 replies
    • Towers Survivors v0.1.1 [+3 Cheats]
      Modded/Hacked App: Towers Survivors By Martin Quinones
      Bundle ID: com.Pizia.Towers-Survivors
      iTunes Store Link: https://apps.apple.com/us/app/towers-survivors/id6738764422?uo=4


      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Will Always Increase)
      - Unlimited Energy (Will Always Increase)
      • 1 reply
    • Towers Survivors v0.1.1 [+3 Jailed Cheats]
      Modded/Hacked App: Towers Survivors By Martin Quinones
      Bundle ID: com.Pizia.Towers-Survivors
      iTunes Store Link: https://apps.apple.com/us/app/towers-survivors/id6738764422?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Currency (Will Always Increase)
      - Unlimited Energy (Will Always Increase)
      • 0 replies
    • Fun Run 3 - Multiplayer Games Cheats v4.47.1 +1
      Modded/Hacked App: Fun Run 3: Arena Running Game By Dirtybit
      Bundle ID: com.dirtybit.fra
      iTunes Store Link: https://itunes.apple.com/us/app/fun-run-3-arena-running-game/id1118878857?mt=8&uo=4&at=1010lce4


      Hack Features:
      - God Mode
       

      Hack Download Link: https://iosgods.com/topic/75790-arm64-fun-run-3-arena-running-game-cheats-v210-1/
      • 1,280 replies
    • Super Arrow Online Cheats v1.56.1 +3
      Modded/Hacked App: Super Arrow Idle By MOBIRIX
      Bundle ID: com.mobirix.sao
      iTunes Store Link: https://apps.apple.com/us/app/super-arrow-idle/id1635307668?uo=4


      Hack Features:
      - Infinite Currencies ( Read NOTE )
      - God Mode
      - Weak Enemies ( Enable before start )


      This cheat is fully tested on my device JB ( Odyssey/ Odsseyra1n/ Taurine). If your jailbreak is not supported you will get detection error and do not ask me. AGAIN DO NOT BUY VIP FOR JUST THIS CHEAT

      iOS Hack Download Link: https://iosgods.com/topic/167081-super-arrow-idle-cheats-v154-3/
      • 505 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