Jump to content

23 posts in this topic

Recommended Posts

Posted
24 minutes ago, Ted2 said:

You don't need to enter something lldb. You already got everything you need.

So, what then i need to search in ida???

Is that address or offset?

Also, am i looking R2 address? in ida?

if you can tell me that exacly so i can understand..

Posted
Just now, Goran said:

So, what then i need to search in ida???

Is that address or offset?

Also, am i looking R2 address? in ida?

if you can tell me that exacly so i can understand..

Go to the offset you got from your watchpoint. You told me R1 holds your coins so hack instructions with R1 in it.

Posted (edited)
14 minutes ago, Ted2 said:

Go to the offset you got from your watchpoint. You told me R1 holds your coins so hack instructions with R1 in it.

R1... So what is that offset in this case? which one exact? write me in numbers...

Gq3ysAT.jpg&key=3cd86e2b9d932ad5985ede37

Updated by Goran
Posted
1 minute ago, Goran said:

R1... So what is that offset in this case? which one exact? write me in numbers...

Gq3ysAT.jpg&key=3cd86e2b9d932ad5985ede37

The offset your watchpoint gave you R1 holds 186b2 value (hex value) converted to decimal is ur coin value u said

Posted (edited)
2 minutes ago, Ted2 said:

The offset your watchpoint gave you R1 holds 186b2 value (hex value) converted to decimal is ur coin value u said

yeap.... in ida that offset is....

PUSH            {R4-R7,LR}
ADD             R7, SP, #0xC
PUSH.W          {R8,R10,R11}
SUB.W           R4, SP, #0x40
BFC.W           R4, #0, #4
MOV             SP, R4
VST1.64         {D8-D11}, [R4@128]!
VST1.64         {D12-D15}, [R4@128]
SUB             SP, SP, #0x40
MOV             R4, R0
MOV             R0, #(selRef_class - 0x1C6C2)
MOV             R2, #(classRef_AVKitVideoPlayback - 0x1C6C4)
ADD             R0, PC ; selRef_class
ADD             R2, PC ; classRef_AVKitVideoPlayback
LDR             R1, [R0] ; "class"
LDR             R0, [R2] ; _OBJC_CLASS_$_AVKitVideoPlayback
BLX.W           j__objc_msgSend
MOV             R5, R0
MOV             R0, #(___gxx_personality_sj0_ptr - 0x1C6DA)
LDR             R1, =(unk_199EFCC - 0x1C6DC)
ADD             R0, PC ; ___gxx_personality_sj0_ptr
ADD             R1, PC ; unk_199EFCC
LDR             R0, [R0] ; ___gxx_personality_sj0
STR             R0, [SP,#0x58+var_34]
LDR             R0, =(sub_1C7BC - 0x1C6EC)
STR             R1, [SP,#0x58+var_30]
ORR.W           R0, R0, #1
STR             R7, [SP,#0x58+var_2C]
ADD             R0, PC ; sub_1C7BC
STR.W           SP, [SP,#0x58+var_24]
STR             R0, [SP,#0x58+var_28]
ADD             R0, SP, #0x58+var_4C
BLX.W           j___Unwind_SjLj_Register
CMP             R5, R4
BNE             loc_1C7A0

 

in what to change and why? i ask so i can understand...

Updated by Goran
Posted
35 minutes ago, Goran said:

yeap.... in ida that offset is....

PUSH            {R4-R7,LR}
ADD             R7, SP, #0xC
PUSH.W          {R8,R10,R11}
SUB.W           R4, SP, #0x40
BFC.W           R4, #0, #4
MOV             SP, R4
VST1.64         {D8-D11}, [R4@128]!
VST1.64         {D12-D15}, [R4@128]
SUB             SP, SP, #0x40
MOV             R4, R0
MOV             R0, #(selRef_class - 0x1C6C2)
MOV             R2, #(classRef_AVKitVideoPlayback - 0x1C6C4)
ADD             R0, PC ; selRef_class
ADD             R2, PC ; classRef_AVKitVideoPlayback
LDR             R1, [R0] ; "class"
LDR             R0, [R2] ; _OBJC_CLASS_$_AVKitVideoPlayback
BLX.W           j__objc_msgSend
MOV             R5, R0
MOV             R0, #(___gxx_personality_sj0_ptr - 0x1C6DA)
LDR             R1, =(unk_199EFCC - 0x1C6DC)
ADD             R0, PC ; ___gxx_personality_sj0_ptr
ADD             R1, PC ; unk_199EFCC
LDR             R0, [R0] ; ___gxx_personality_sj0
STR             R0, [SP,#0x58+var_34]
LDR             R0, =(sub_1C7BC - 0x1C6EC)
STR             R1, [SP,#0x58+var_30]
ORR.W           R0, R0, #1
STR             R7, [SP,#0x58+var_2C]
ADD             R0, PC ; sub_1C7BC
STR.W           SP, [SP,#0x58+var_24]
STR             R0, [SP,#0x58+var_28]
ADD             R0, SP, #0x58+var_4C
BLX.W           j___Unwind_SjLj_Register
CMP             R5, R4
BNE             loc_1C7A0

 

in what to change and why? i ask so i can understand...

doesn't seem to be right.

Don't tell me you jumped to adress: 186b2 please :eyes: 

Posted
15 minutes ago, Ted2 said:

doesn't seem to be right.

Don't tell me you jumped to adress: 186b2 please :eyes: 

YES I AM SIR :) LOL

Where i need to jump, that is reason, why i tell you you need to write me EXACT what you will do in this case... with adress and everything :)

Posted
4 minutes ago, Goran said:

YES I AM SIR :) LOL

Where i need to jump, that is reason, why i tell you you need to write me EXACT what you will do in this case... with adress and everything :)

Rip, that;s not what the register read command is for. It's a number in hex, which you need to convert to decimal to see which registers holds your value :WHY:

Posted
1 hour ago, Ted2 said:

Rip, that;s not what the register read command is for. It's a number in hex, which you need to convert to decimal to see which registers holds your value :WHY:

ok, i undestand now, but where is adress on this picture that i need to find in IDA PRO... can you mark that address on picture or write it down here...? :)
And thanks for learning me...

Posted
17 minutes ago, Goran said:

ok, i undestand now, but where is adress on this picture that i need to find in IDA PRO... can you mark that address on picture or write it down here...? :)
And thanks for learning me...

It's the address u got from ' w s e -- 0x*****

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

    • Tiny Defense - Tower Defense v0.5.0 [ +9 Cheats ] Currency Max
      Modded/Hacked App: Tiny Defense - Tower Defense By jeongwoo park
      Bundle ID: com.bumbloo.tinydefense
      App Store Link: https://apps.apple.com/us/app/tiny-defense-tower-defense/id6520386369?uo=4

       

      🤩 Hack Features

      - Gems

      - Coins

      - Energy

      - Battle Coins

      - Fingerprint Box Coins

      - Premium Box

      - Common Box

      - ATK

      - ATK Speed

      Disable Currency After Hack
        • Winner
        • Like
      • 12 replies
    • Tiny Defense - Tower Defense v0.5.0 [ +9 Jailed ] Currency Max
      Modded/Hacked App: Tiny Defense - Tower Defense By jeongwoo park
      Bundle ID: com.bumbloo.tinydefense
      App Store Link: https://apps.apple.com/us/app/tiny-defense-tower-defense/id6520386369?uo=4
       

      🤩 Hack Features

      - Gems

      - Coins

      - Energy

      - Battle Coins

      - Fingerprint Box Coins

      - Premium Box

      - Common Box

      - ATK

      - ATK Speed

      Disable Currency After Hack
        • Winner
        • Like
      • 9 replies
    • Medieval Merge v1.90.1 [Currency/SRDebug 99+ Options]
      Modded/Hacked App: Medieval Merge: Epic RPG Games By Pixodust Aplicativos LTDA
      Bundle ID: com.pixodust.games.free.rpg.medieval.merge.puzzle.empire
      iTunes Store Link: https://apps.apple.com/us/app/medieval-merge-epic-rpg-games/id1553126598?uo=4

      Hack Features:
      - SRDebugger 99+ Toggles
      Open IGMM first and enable "Open SRDebug" then open settings in game for the UI to popup  


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 180 replies
    • Brick Out - Shoot the ball v25.0702.01 +5 Jailed Cheats [Currency Hack]
      Modded/Hacked App: Brick Out - Shoot the ball By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.brickoutshoottheball
      iTunes Store Link: https://apps.apple.com/us/app/brick-out-shoot-the-ball/id1489900957?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:
      - No Ads
      - Free Revives


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 113 replies
    • Brick Out - Shoot the ball v25.0702.01 +5 [Currency Hack]
      Modded/Hacked App: Brick Out - Shoot the ball By Puzzle1Studio,inc.
      Bundle ID: com.puzzle1studio.ap.brickoutshoottheball
      iTunes Store Link: https://apps.apple.com/us/app/brick-out-shoot-the-ball/id1489900957?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No Ads
      - Add 10000 Rubies
      - Free Revives


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 114 replies
    • State Connect: Traffic Control v1.145 +2 Jailed Cheats [SRDebugger]
      Modded/Hacked App: State Connect: Traffic Control By AI GAMES FZ LLC
      Bundle ID: state.connect.game
      iTunes Store Link: https://apps.apple.com/us/app/state-connect-traffic-control/id1590353335?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:
      - No Ads Popup
      - Free Everything


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 33 replies
    • State Connect: Traffic Control v1.145 +3 [SRDebugger]
      Modded/Hacked App: State Connect: Traffic Control By AI GAMES FZ LLC
      Bundle ID: state.connect.game
      iTunes Store Link: https://apps.apple.com/us/app/state-connect-traffic-control/id1590353335?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No Ads Popup
      - Free Everything


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 42 replies
    • Andy Volcano: Tile Match Story v1.5.9 +7 [OP Cheats]
      Modded/Hacked App: Andy Volcano: Tile Match Story By SayGames LTD
      Bundle ID: com.playstrom.tile.match
      iTunes Store Link: https://apps.apple.com/us/app/andy-volcano-tile-match-story/id1639080259?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Infinite Health
      - Infinite Coins
      - Infinite Stars
      - Infinite Gloves
      - Infinite Boomerangs
      - Infinite Propellers
      - Infinite Bombs


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


        • Like
      • 20 replies
    • Andy Volcano: Tile Match Story v1.5.9 +7 [OP Cheats]
      Modded/Hacked App: Andy Volcano: Tile Match Story By SayGames LTD
      Bundle ID: com.playstrom.tile.match
      iTunes Store Link: https://apps.apple.com/us/app/andy-volcano-tile-match-story/id1639080259?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:
      - Infinite Health
      - Infinite Coins
      - Infinite Stars
      - Infinite Gloves
      - Infinite Boomerangs
      - Infinite Propellers
      - Infinite Bombs


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


        • Agree
        • Like
      • 18 replies
    • Tetris v7.3.1 +3 Jailed Cheats [Freeze Falldown]
      Modded/Hacked App: Tetris® By Playstudios, Inc.
      Bundle ID: com.n3twork.tetris
      iTunes Store Link: https://apps.apple.com/us/app/tetris/id1491074310?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:
      - No Ads
      - Freeze Falldown


      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 64 replies
    • Tetris v7.3.1 +3 [Freeze Falldown]
      Modded/Hacked App: Tetris® By Playstudios, Inc.
      Bundle ID: com.n3twork.tetris
      iTunes Store Link: https://apps.apple.com/us/app/tetris/id1491074310?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - No Ads
      - Freeze Falldown


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 54 replies
    • Hole.io v2.27.10 [OVERPOWERED Debugger]
      Modded/Hacked App: Hole.io By Voodoo
      Bundle ID: com.nguyenvh.holeio
      iTunes Store Link: https://apps.apple.com/us/app/hole-io/id1389111413?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:

      Overpowered Debug Menu with Cheat Panel + more




      Click "Show Debug Button" in Mod Menu. Once enabled once you can delete the deb and the TestKit will still show up as this hack adds your DeviceUID to the Test Devices list. No need to open IGM when enabled once!






      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      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
        • Haha
        • Thanks
        • Winner
        • Like
      • 159 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