Jump to content

13 posts in this topic

Recommended Posts

Posted (edited)

I searched for offset coins by lldb. The results are as follows:

(lldb) c
Process 3706 resuming

Watchpoint 1 hit:
old value: 999999749
new value: 999999599
Process 3706 stopped
* thread #1: tid = 0x835b, 0x00c581f0 mytalkingtom`_mh_execute_header + 12927472, queue = 'com.apple.main-thread', stop reason = watchpoint 1
    frame #0: 0x00c581f0 mytalkingtom`_mh_execute_header + 12927472
mytalkingtom`_mh_execute_header:
->  0xc581f0 <+12927472>: ldr    r0, [r10]
    0xc581f4 <+12927476>: ldr    r0, [r0, #0x48]
    0xc581f8 <+12927480>: ldr    r4, [r0, #0x50]
    0xc581fc <+12927484>: ldr    r8, [r0, #0x54]
(lldb) c
Process 3706 resuming

Watchpoint 1 hit:
old value: 999999599
new value: 999999449
Process 3706 stopped
* thread #1: tid = 0x835b, 0x00c581f0 mytalkingtom`_mh_execute_header + 12927472, queue = 'com.apple.main-thread', stop reason = watchpoint 1
    frame #0: 0x00c581f0 mytalkingtom`_mh_execute_header + 12927472
mytalkingtom`_mh_execute_header:
->  0xc581f0 <+12927472>: ldr    r0, [r10]
    0xc581f4 <+12927476>: ldr    r0, [r0, #0x48]
    0xc581f8 <+12927480>: ldr    r4, [r0, #0x50]
    0xc581fc <+12927484>: ldr    r8, [r0, #0x54]
(lldb) c
Process 3706 resuming

in IDA:

__text:00C581E8                 SUB             R0, R5, R6
__text:00C581EC                 STR             R0, [R11,#0xC]
__text:00C581F0                 LDR             R0, [R10]
__text:00C581F4                 LDR             R0, [R0,#0x48]
__text:00C581F8                 LDR             R4, [R0,#0x50]
__text:00C581FC                 LDR             R8, [R0,#0x54]
__text:00C58200                 CMP             R4, #0
__text:00C58204                 BNE             loc_C58210
__text:00C58208                 MOV             R0, R8
__text:00C5820C                 BLX             sub_1B2720C



I have read the instructions on IDA. I'm not good at English. I do not know how to change the code values to get unlimited coins. Give me a tutorial!

Updated by vinhthai222006
update
Posted

There are tutorials on here change where it subs to an add or a mov :)

change the Add to a mov R0,Pc

7846 and you'll need to do it with a hex editor :)

Posted
26 minutes ago, K0NG said:

There are tutorials on here change where it subs to an add or a mov :)

change the Add to a mov R0,Pc

7846 and you'll need to do it with a hex editor :)

XEmMWEp.png

 

don't find ADD :(

Posted (edited)

C57E80 offset :

__text:00C57E58 loc_C57E58                              ; CODE XREF: sub_C57E04+34j
__text:00C57E58                 CMP             R8, #0
__text:00C57E5C                 BEQ             loc_C58098
__text:00C57E60                 LDR             R4, [R7,#arg_4]
__text:00C57E64                 CMP             R10, #0
__text:00C57E68                 LDR             R0, [R8,#0xC]
__text:00C57E6C                 STR             R0, [SP,#0x34+var_1C]
__text:00C57E70                 BEQ             loc_C57EB0
__text:00C57E74                 LDR             R0, [SP,#0x34+var_1C]
__text:00C57E78                 ADD             R0, R0, R10
__text:00C57E7C                 STR             R0, [R8,#0xC]
__text:00C57E80                 LDR             R0, [R11]
__text:00C57E84                 LDR             R0, [R0,#0x48]
__text:00C57E88                 LDR             R5, [R0,#0x50]
__text:00C57E8C                 LDR             R6, [R0,#0x54]
__text:00C57E90                 CMP             R5, #0
__text:00C57E94                 BNE             loc_C57EA0
__text:00C57E98                 MOV             R0, R6
__text:00C57E9C                 BLX             sub_1B2720C
__text:00C57EA0
__text:00C57EA0 loc_C57EA0                              ; CODE XREF: sub_C57E04+90j
__text:00C57EA0                 MOV             R0, R11

 

Updated by vinhthai222006
edit
Posted
33 minutes ago, Archangel04 said:

Change STR at C581EC to NOP, see what happens. 

 

Also, open C57E80 offset and show us the area around it

i change STR at C581EC to NOP :( but Into game does not change any coins

Posted

Read carefully . Lldb doesn't always take you to the right address as you have to calculate ASLR

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.67.01 [ +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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 109 replies
    • Matching Story v1.67.01 [ +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
        • Informative
        • Agree
        • Haha
        • Thanks
        • Like
      • 107 replies
    • Sport Star - Team Manager Idle v0.10.0 [ +4 APK MOD ] Currency Max
      Mod APK Game Name: Sport Star - Team Manager Idle
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.coolcatsgames.sportstaridle&hl=en

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Currency Freeze
      - Gems Max
      - Cash Increaser
      • 0 replies
    • Sport Star - Team Manager Idle v0.10.0 [ +5 Cheats ] Currency Max
      Modded/Hacked App: Sport Star - Team Manager Idle By Gryphon Games UG (haftungsbeschrankt)
      Bundle ID: com.coolcatsgames.sportstaridle
      App Store Link: https://apps.apple.com/us/app/sport-star-team-manager-idle/id6761053085?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Enough Currency
      - Currency Freeze
      - Gems Max
      - Cash Increaser
      • 0 replies
    • Sport Star - Team Manager Idle v0.10.0 [ +5 Jailed ] Currency Max
      Modded/Hacked App: Sport Star - Team Manager Idle By Gryphon Games UG (haftungsbeschrankt)
      Bundle ID: com.coolcatsgames.sportstaridle
      App Store Link: https://apps.apple.com/us/app/sport-star-team-manager-idle/id6761053085?uo=4

      🤩 Hack Features

      - ADS NO / Rewards Free
      - Enough Currency
      - Currency Freeze
      - Gems Max
      - Cash Increaser
      • 0 replies
    • God Rivals: RPG Roguelike +8 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: God Rivals: RPG Roguelike By Gamee Joint Stock Company
      Bundle ID: com.gamee.godslayer.rpg.rougelike
      App Store Link: https://apps.apple.com/us/app/god-rivals-rpg-roguelike/id6747413590?uo=4

       

      🤩 Hack Features

      - God Mode
      - One-Hit Kill
      - Increased Attack Speed
      - No Skill Cooldown
      - Auto Win
      - Unlimited Currencies -> Will increase instead of decrease.
      - Unlock Premium Pass
      - Unlock Royal Pass
        • Informative
        • Winner
        • Like
      • 4 replies
    • Dragon Barrage: Brick Breaker v1.1.6 [ +6 APK MOD ] Auto Win
      Modded/Hacked App: Dragon Barrage By Ryogo Oka
      Bundle ID: game01.hosistem.ne
      App Store Link: https://apps.apple.com/us/app/dragon-barrage/id6760708796?uo=4

      🤩 Hack Features

      - ATK MAX
      :::::: VIP ::::::
      - Auto ADS NO
      - Auto Win
      - Unlimited Gems / Sell Items Then Get
      - Unlimited Energy
      - Enemy Freeze
      • 0 replies
    • Dragon Barrage v1.1.6 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Dragon Barrage By Ryogo Oka
      Bundle ID: game01.hosistem.ne
      App Store Link: https://apps.apple.com/us/app/dragon-barrage/id6760708796?uo=4

      🤩 Hack Features

      - ATK MAX
      :::::: VIP ::::::
      - Auto ADS NO
      - Auto Win
      - Unlimited Gems
      - Unlimited Energy
      - Enemy Freeze
      • 0 replies
    • Dragon Barrage v1.1.6 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Dragon Barrage By Ryogo Oka
      Bundle ID: game01.hosistem.ne
      App Store Link: https://apps.apple.com/us/app/dragon-barrage/id6760708796?uo=4

      🤩 Hack Features

      - ATK MAX
      :::::: VIP ::::::
      - Auto ADS NO
      - Auto Win
      - Unlimited Gems
      - Unlimited Energy
      - Enemy Freeze
        • Like
      • 0 replies
    • Ghost Sniper: War FPS Shooter v1.0.1 [ +6 APK MOD ] Currency Max
      Mod APK Game Name: Ghost Sniper: War FPS Shooter
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=sniper.war.target.soldier.shooter.aldagames.com

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Energy
      - Unlimited Stars
      - Ammo Freeze
        • Agree
        • Like
      • 1 reply
    • Ghost Sniper: War FPS Shooter v1.0.1 [ +6 Jailed ] Currency Max
      Modded/Hacked App: Ghost Sniper: War FPS Shooter By Alda Games, s.r.o.
      Bundle ID: sniper.war.target.soldier.shooter.aldagames.com
      App Store Link: https://apps.apple.com/us/app/ghost-sniper-war-fps-shooter/id6756882608?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Energy
      - Unlimited Stars
      - Ammo Freeze
        • Like
      • 2 replies
    • Ghost Sniper: War FPS Shooter v1.0.1 [ +6 Cheats ] Currency Max
      Modded/Hacked App: Ghost Sniper: War FPS Shooter By Alda Games, s.r.o.
      Bundle ID: sniper.war.target.soldier.shooter.aldagames.com
      App Store Link: https://apps.apple.com/us/app/ghost-sniper-war-fps-shooter/id6756882608?uo=4

      🤩 Hack Features

      - Auto ADS No
      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Energy
      - Unlimited Stars
      - Ammo Freeze
      • 0 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