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

    • Vinland Tales: Viking Survival v1.11.12 +2 Jailed Cheats
      Modded/Hacked App: Vinland Tales: Viking Survival By Colossi Games Ltd
      Bundle ID: com.colossi.survival.vikings
      iTunes Store Link: https://apps.apple.com/us/app/vinland-tales-viking-survival/id6670757150?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
        • Like
      • 43 replies
    • Galaxy Attack: Space Shooter +3 Jailed Cheats
      Modded/Hacked App: Galaxy Attack: Space Shooter By RocketAds Ltd
      Bundle ID: com.game.space.shooter2
      iTunes Store Link: https://apps.apple.com/us/app/galaxy-attack-space-shooter/id1225548580?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:
      - 1 Hit Kill
      - Never Die
      - Instant Kill


      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
      • 200 replies
    • Raising Constellation ( 성좌 키우기 ) +3 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: 성좌 키우기 By CodeDragon Co., LTD.
      Bundle ID: com.codedragon.starhunter
      App Store Link: https://apps.apple.com/kr/app/%EC%84%B1%EC%A2%8C-%ED%82%A4%EC%9A%B0%EA%B8%B0/id6757176669?uo=4

       

      🤩 Hack Features

      - Damage Multiplier
      - Defence Multiplier
      - God Mode
      • 2 replies
    • Champion Wars v0.37.33 Jailed Cheats +2
      Modded/Hacked App: Champion Wars By Suga Pte. Ltd.
      Bundle ID: co.imba.cw
      App Store Link: https://apps.apple.com/us/app/champion-wars/id6745770086?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - God Mode
      - Multiply Attack
       

      Jailbroken Hack: https://iosgods.com/topic/207073-champion-wars-cheats-auto-update-2/
       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/207072-champion-wars-v03222-jailed-cheats-2/
      • 15 replies
    • The Goldbergs: Back to the 80s +1++ Mods [ Unlimited Currencies ]
      Mod APK Game Name: The Goldbergs: Back to the 80s By East Side Games Studio
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.eastsidegames.thegoldbergs

       

      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease. 
      • 0 replies
    • Doctor Who: Lost In Time +1++ Mods [ Unlimited Currencies ]
      Mod APK Game Name: Doctor Who: Lost in Time By East Side Games Studio
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.eastsidegames.doctorwho

       

      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease. 
      • 0 replies
    • The Goldbergs: Back to the 80s +1++ Cheats [ Unlimited Currencies ]
      Modded/Hacked App: The Goldbergs: Back to the 80s By Eastside Games
      Bundle ID: com.eastsidegames.thegoldbergs
      iTunes Store Link: https://apps.apple.com/us/app/the-goldbergs-back-to-the-80s/id1479487519
       

      Hack Features:
      - Unlimited Currencies -> Will increase instead of decrease.


      Jailbreak required hack(s): [Mod Menu Hack] The Goldbergs: Back to the 80s ( All Versions ) +1++ Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 12 replies
    • Rob the Rich +1++ Mods [ Unlimited Currencies ]
      Mod APK Game Name: Rob the Rich By East Side Games Studio
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.eastsidegames.idlestonks

       

      🤩 Hack Features

      - Unlimited Currencies -> Will increase instead of decrease.
      • 0 replies
    • Toon Blast +3 Jailed Cheats
      Modded/Hacked App: Toon Blast By Peak Games
      Bundle ID: net.peakgames.toonblast
      iTunes Store Link: https://itunes.apple.com/us/app/toon-blast/id1176027022?mt=8&uo=4&at=1010lce4


      Mod Requirements:
      - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.

      This hack only works on x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      Hack Features:
      - Int Coins (get)

      - Boosts (get)


      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/


      Hack Download Link:

      Hidden Content
      https://app.iosgods.com/store/appdetails/656-toon-blast-hack







      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.
      STEP 3: Download Cydia Impactor and extract the archive.
      STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application.
      STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information..
      STEP 7: Wait for Cydia Impactor to finish sideloading/installing the hacked IPA.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to your Settings -> General -> Profiles & 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 instructions inside the hack's popup in-game.
      NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can skip using Cydia Impactor and just install the IPA mod with AppSync & IPA Installer (or alternatives) from Cydia. If you have any questions or problems, read our Cydia Impactor topic and if you don't find a solution, 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:
      - @K_K

      - @Laxus
      Cheat Video/Screenshots:

      N/A

       
      • 1,108 replies
    • Midnight Dreamers | Novels +2 Mods [ Unlimited Currencies ]
      Mod APK Game Name: Midnight Dreamers | Novels By Midnight Dreamers
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ArcaneChronicles.MidnightDreamers

       

      🤩 Hack Features

      - Unlimited Gems -> Earn some.
      - Unlimited Keys -> Spend some.
      • 1 reply
    • Midnight Dreamers | Novels +2 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Midnight Dreamers | Novels By Valeriia Saveleva
      Bundle ID: com.ArcaneChronicles.MidnightDreamers
      App Store Link: https://apps.apple.com/us/app/midnight-dreamers-novels/id6739806903?uo=4

       
       

      🤩 Hack Features

      - Unlimited Gems -> Earn some.
      - Unlimited Keys -> Spend some.
      • 22 replies
    • Switching Heroes: Action RPG +10 Jailed Cheats
      Modded/Hacked App: Switching Heroes : Idle Rpg By ZillionGames lnc
      Bundle ID: com.zilliongames.collectionidle
      iTunes Store Link: https://apps.apple.com/ph/app/switching-heroes-idle-rpg/id6473819116?uo=4

       

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier
      - Loot/Reward Multiplier → Turn Off When Spending
      - No ADS

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email when prompted, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: 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 8: 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. 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 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
      • 303 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