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

    • DC Worlds Collide v1.1.11 [+2 Cheats]
      Modded/Hacked App: DC Worlds Collide By Warner Bros. Entertainment
      Bundle ID: com.wb.dc.dcwc
      App Store Link: https://apps.apple.com/ca/app/dc-worlds-collide/id6469732370?uo=4


      Important


      Use cheat after tutorial stage 1-5

      Also game has server side power check. If your power lower than required you can't win stage.

       

      🤩 Hack Features

      - High Damage & Defense
      - No Energy Consume (Using ultimate not consume energy)
      • 29 replies
    • DC Worlds Collide v1.1.11 [+2 Jailed Cheats]
      Modded/Hacked App: DC Worlds Collide By Warner Bros. Entertainment
      Bundle ID: com.wb.dc.dcwc
      App Store Link: https://apps.apple.com/ca/app/dc-worlds-collide/id6469732370?uo=4



      Important


      Use cheat after tutorial stage 1-5

      Also game has server side power check. If your power lower than required you can't win stage.

       

       

      🤩 Hack Features

      - High Damage & Defense
      - No Energy Consume (Using ultimate not consume energy)

      • 36 replies
    • Neon Wings v20.0.3 [+4 Cheats]
      Modded/Hacked App: Neon Wings By Voodoo
      Bundle ID: games.omicron.neonflight
      App Store Link: https://apps.apple.com/us/app/neon-wings/id6741190842?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Currency
      - Always Can Level Modules
      - Free Upgrades (Enable inside upgrade menu) 
      • 5 replies
    • Neon Wings v20.0.3 [+4 Jailed Cheats]
      Modded/Hacked App: Neon Wings By Voodoo
      Bundle ID: games.omicron.neonflight
      App Store Link: https://apps.apple.com/us/app/neon-wings/id6741190842?uo=4



      🤩 Hack Features

      - Never Die
      - Unlimited Currency
      - Always Can Level Modules
      - Free Upgrades (Enable inside upgrade menu) 
      • 4 replies
    • Townfall: Zombie Tower Defense v20.3.3 [+4 Cheats]
      Modded/Hacked App: Townfall: Zombie Tower Defense By Sugarscone
      Bundle ID: com.nmg.townfall.ios
      App Store Link: https://apps.apple.com/us/app/townfall-zombie-tower-defense/id6476259669?uo=4



      🤩 Hack Features

      - No Reload
      - Add Gold (Enable inside battle and finish stage)
      - Add Wood (Enable inside battle)
      - Skip Wave (Enable inside wave)
      • 15 replies
    • Townfall: Zombie Tower Defense v20.3.3 [+4 Jailed Cheats]
      Modded/Hacked App: Townfall: Zombie Tower Defense By Sugarscone
      Bundle ID: com.nmg.townfall.ios
      App Store Link: https://apps.apple.com/us/app/townfall-zombie-tower-defense/id6476259669?uo=4



      🤩 Hack Features

      - No Reload
      - Add Gold (Enable inside battle and finish stage)
      - Add Wood (Enable inside battle)
      - Skip Wave (Enable inside wave)
      • 23 replies
    • EndZone: Defend and Survive v1.0.3 [+3 Cheats]
      Modded/Hacked App: EndZone: Defend and Survive By Artemis Aura Limited
      Bundle ID: com.jiujiu.zombiedefense
      App Store Link: https://apps.apple.com/us/app/endzone-defend-and-survive/id6742880291?uo=4



      🤩 Hack Features

      - Never Die
      - Always Can Upgrade
      - No Resource Cost
       
      • 5 replies
    • EndZone: Defend and Survive v1.0.3 [+3 Jailed Cheats]
      Modded/Hacked App: EndZone: Defend and Survive By Artemis Aura Limited
      Bundle ID: com.jiujiu.zombiedefense
      App Store Link: https://apps.apple.com/us/app/endzone-defend-and-survive/id6742880291?uo=4



      🤩 Hack Features

      - Never Die
      - Always Can Upgrade
      - No Resource Cost
      • 11 replies
    • (Kinnikuman Extreme Japan) キン肉マン 極・タッグ乱舞 v1.2.08 +2 Jailed Cheats
      Modded/Hacked App: キン肉マン 極・タッグ乱舞 By COPRO Co., Ltd.
      Bundle ID: jp.kcopro.kin001
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%AD%E3%83%B3%E8%82%89%E3%83%9E%E3%83%B3-%E6%A5%B5-%E3%82%BF%E3%83%83%E3%82%B0%E4%B9%B1%E8%88%9E/id1623345808?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:
      - Damage Multiplier
      - Defense Multiplier


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 9: 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. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. 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 down 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
      • 25 replies
    • (Kinnikuman Extreme Japan)キン肉マン 極・タッグ乱舞 v1.2.08 +2 Cheats
      Modded/Hacked App: キン肉マン 極・タッグ乱舞 By COPRO Co., Ltd.
      Bundle ID: jp.kcopro.kin001
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%AD%E3%83%B3%E8%82%89%E3%83%9E%E3%83%B3-%E6%A5%B5-%E3%82%BF%E3%83%83%E3%82%B0%E4%B9%B1%E8%88%9E/id1623345808?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:
      - Damage Multiplier
      - Defense Multiplier


      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/


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia 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 necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down 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
        • Like
      • 23 replies
    • Jujutsu Kaisen Phantom Parade v2.4.2 +5 Cheats
      Modded/Hacked App: Jujutsu Kaisen Phantom Parade By BILIBILI HK LIMITED
      Bundle ID: com.bilibilihk.jujutsuphanparaios
      iTunes Store Link: https://apps.apple.com/us/app/jujutsu-kaisen-phantom-parade/id6475925341?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:
      - Damage Multiplier
      - Defense Multiplier
      - Unlimited BP
      - Unlimited EN
      - Special Skills Always Active


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


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia 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 necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down 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
      • 174 replies
    • Jujutsu Kaisen Phantom Parade v2.4.2 +5 Jailed Cheats
      Modded/Hacked App: Jujutsu Kaisen Phantom Parade By BILIBILI HK LIMITED
      Bundle ID: com.bilibilihk.jujutsuphanparaios
      iTunes Store Link: https://apps.apple.com/us/app/jujutsu-kaisen-phantom-parade/id6475925341?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:
      - Damage Multiplier
      - Defense Multiplier
      - Unlimited BP
      - Unlimited EN
      - Special Skills Always Active


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 9: 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. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. 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 down 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
      • 385 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