Jump to content

30 posts in this topic

Recommended Posts

Posted (edited)
4 hours ago, Happy Secret said:

Created a IPA Hack here

@AyeJayyy

idk exactly whats wrong but its keeps saying the integrity cant be verified.  

(edit) nvm it works! Good work

Updated by AyeJayyy
I was wrong
Posted (edited)
On 1/29/2023 at 3:23 AM, Happy Secret said:

Created a IPA Hack here

@AyeJayyy

How are you sir I want to ask you two questions I hope to receive a response from you.  I want to know how you made the hack work without jailbreaking. Is it possible to see tweak.xm? The second question is

 

How did you do when you spent the money Money goes up And it does not decrease I know you used Offset spend money But I can only stop the money being spent, and I can't do the same as you in increasing the money Instead of spending money or can u say how did u find this Offset: 0x33BABC8 because I try and I failed 

Offset: 0x33BABC8
Original: fneg s0, s8 (0041211E)
Patch to: nop (1F2003D5)
 
Line of thought:
The game will load the cost and turn it into negative, then add to the current money in order to make a deduction. I have removed the "turn it into negative" part. This essentially make every spent positive (add).
Updated by Alihackali
Posted
1 hour ago, Alihackali said:

How are you sir I want to ask you two questions I hope to receive a response from you.  I want to know how you made the hack work without jailbreaking. Is it possible to see tweak.xm? The second question is

 

How did you do when you spent the money Money goes up And it does not decrease I know you used Offset spend money But I can only stop the money being spent, and I can't do the same as you in increasing the money Instead of spending money or can u say how did u find this Offset: 0x33BABC8 because I try and I failed 

Offset: 0x33BABC8
Original: fneg s0, s8 (0041211E)
Patch to: nop (1F2003D5)
 
Line of thought:
The game will load the cost and turn it into negative, then add to the current money in order to make a deduction. I have removed the "turn it into negative" part. This essentially make every spent positive (add).

First of all, I am not using Theos. I do not have tweak.xm.

I am using very old school method. I edited the app binary directly. In this case, UnityFramework file.


Did you see the same hex code as I presented at 0x33BABC8? You should see 00 41 21 1E there (original binary/before hack). If not, you are at wrong location.


Secondly, do you know the meaning of arm instruction FNEG, in simple words, it turn float value into negative version of it.

Example: 

Curreny money: 1000

Cost of buying one thing: 200

This game (not every game the same) will actually LOAD the cost (200), TURN (fneg) it negative (-200). Then ADD it to your Current money (1000). This give result of 1000 + (-200) = 800

What I have done is, I REMOVED (nop) the TURN (fneg) it negative (-200) instruction. Meaning it remains positive when ADD to your Current money (1000). This give result of 1000 + (200) = 1200

 

Hope this helps

  • Like 2
Posted (edited)
15 hours ago, Happy Secret said:

First of all, I am not using Theos. I do not have tweak.xm.

I am using very old school method. I edited the app binary directly. In this case, UnityFramework file.


Did you see the same hex code as I presented at 0x33BABC8? You should see 00 41 21 1E there (original binary/before hack). If not, you are at wrong location.


Secondly, do you know the meaning of arm instruction FNEG, in simple words, it turn float value into negative version of it.

Example: 

Curreny money: 1000

Cost of buying one thing: 200

This game (not every game the same) will actually LOAD the cost (200), TURN (fneg) it negative (-200). Then ADD it to your Current money (1000). This give result of 1000 + (-200) = 800

What I have done is, I REMOVED (nop) the TURN (fneg) it negative (-200) instruction. Meaning it remains positive when ADD to your Current money (1000). This give result of 1000 + (200) = 1200

 

Hope this helps

thanks a lot that's help ..  But sir is it possible to do a teaching lesson 

Because I put your offset in dnspy and I couldn't find the right offset but I put the Original: fneg s0, s8 (0041211E) in hex I find it but not on dnspy

But I searched a lot on an offset related to money or something like that. I did not find the offset correct, so is it possible? Tutorial how to find offset money easily Like you did

Thanks again @Happy Secret

Updated by Alihackali
Posted
4 hours ago, Alihackali said:

thanks a lot that's help ..  But sir is it possible to do a teaching lesson 

Because I put your offset in dnspy and I couldn't find the right offset but I put the Original: fneg s0, s8 (0041211E) in hex I find it but not on dnspy

But I searched a lot on an offset related to money or something like that. I did not find the offset correct, so is it possible? Tutorial how to find offset money easily Like you did

Thanks again @Happy Secret

I am not PRO in this. It takes me sometime to find it.

This address is not at the entrance of the method. You won’t see this directly on DnSpy. By the way, I don’t have DnSpy. I am Mac user.

You may consider to use iGG or H5GG to try find the address of the thing you want to hack. Even it is a fake address or a protect number, you can use this address as starting point with debugger like IDA Pro/GDB or XCode/LLBD to do Dynamic analysis.

Set watchpoint on the address, catch the triggering code, look around the arm instruction around that triggering code.
Or use that address to calculate (remove ALSR) the binary address. Do static analysis with IDA Pro or any arm7 disassembler. 
 

I am still very new to this space. You can search around this forum for tutorial.

Posted

Information
This request or parts of this request have been filled. Please use the search bar on iOSGods.com to find the topic(s) or try searching on the iOSGods App.

 

  • Our picks

    • Avabel Online -Tower of Bonds- v12.4.0 Jailed Cheats +7
      Modded/Hacked App: Avabel Online -Tower of Bonds- By ASOBIMO,Inc.
      Bundle ID: com.asobimo.AvabelOnline
      iTunes Store Link: https://apps.apple.com/us/app/avabel-online-tower-of-bonds/id606800657?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:
      - Collision Range - x1 - 10
      - God Mode 
      - Cast Speed Multiplier
      - Charge Speed Multiplier
      - Approach Speed Multiplier
      - No Roll CoolDown
      - No Skills CoolDown

      NOTE: DO NOT BUY VIP FOR JUST THIS CHEAT. THIS IS A TEST VERSION


      iOS Hack Download IPA Link: https://iosgods.com/topic/187184-avabel-online-tower-of-bonds-v1230-jailed-cheats-7/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 113 replies
    • Matchington Mansion Cheats v1.192.0 +5
      Modded/Hacked App: Matchington Mansion By Magic Tavern, Inc.
      Bundle ID: com.matchington.mansion
      iTunes Store Link: https://apps.apple.com/us/app/matchington-mansion/id1216575026?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Infinite Moves
      - Infinite Lives
      - Infinite Booster
      - Infinite Coin (Spend some/ Get some)
      - Infinite Stars (Complete task without needing Stars)

       

      Non-Jailbroken Hack: https://iosgods.com/topic/75130-matchington-mansion-v11750-jailed-cheats-3/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/75127-matchington-mansion-cheats-v11770-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 816 replies
    • Summoners War Cheats v9.0.3 +7
      Hacked App: Summoners War By Com2uS Corp.
      iTunes Link: https://itunes.apple.com/us/app/summoners-war/id852912420?mt=8&uo=4&at=1010lce4
      Bundle ID: com.com2us.smon.normal.freefull.apple.kr.ios.universal

      Hack Features:
      - Damage Multiplier 
      - Godmode
      - Monster Count Unlink
      - Max Accuracy
      - No Skill Cooldown
      - First Turn
      - Build buildings without having required level
      - Antiban
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 6,931 replies
    • Archero Cheats v7.4.1 +5 [ God Mode & More ]
      Modded/Hacked App: Archero by HABBY PTE. LTD.
      Bundle ID: com.habby.archero
      iTunes Store Link: https://apps.apple.com/us/app/archero/id1453651052?uo=4&at=1010lce4



      Hack Features:
      - Multiply Defense to
      - Multiply Damage to
      - God Mode
      - OHK (Must use with God Mode)
      - Freeze Enemies

      NOTE: If you want to use god mode and ohk turn off multiply damage and defense first. I added multiply damage and defense there to avoid ban


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/100710-archero-v210-enemies-dont-attack-x30-attack/


      Hack Download Link: https://iosgods.com/topic/96783-arm64-archero-cheats-v220-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 15,912 replies
    • MWT: Tank Battles v1.14.0 Jailed Cheats +5
      Modded/Hacked App: MWT: Tank Battles By ARTSTORM FZE
      Bundle ID: com.Shooter.ModernWarfront
      iTunes Store Link: https://apps.apple.com/us/app/mwt-tank-battles/id6469805187?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
      - Freeze Boosters
      - Free Subscription?
      + 10% EXP
      + 50% Cash / Gold


      iOS Hack Download IPA Link: https://iosgods.com/topic/188441-mwt-tank-battles-v121-jailed-cheats-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 204 replies
    • Idle RPG Starlight Chronicle v1.0.1 +9 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Idle RPG Starlight Chronicle By Just Idea
      Bundle ID: jp.justidea.starlightchronicle.prod
      App Store Link: https://apps.apple.com/us/app/idle-rpg-starlight-chronicle/id6752782877?uo=4

       
       

      🤩 Hack Features

      - Unlimited Gold -> Spend some.
      - Unlimited Diamonds -> Earn or spend some.
      - Unlimited Ad Tickets -> Earn or spend some.
      - Unlimited Super Summon Points -> Earn or spend some.
      - Unlimited 4 Star Points -> Earn or spend some.
      - Unlimited Ancient Items -> Earn or spend some.
      - Unlimited Luminastars -> Earn or spend some.
      - Unlimited Materials -> Earn or spend some.
      - One-Hit Kill
        • Informative
        • Thanks
        • Like
      • 1 reply
    • Idle RPG Starlight Chronicle v1.0.1 +9 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Idle RPG Starlight Chronicle By Just Idea
      Bundle ID: jp.justidea.starlightchronicle.prod
      App Store Link: https://apps.apple.com/us/app/idle-rpg-starlight-chronicle/id6752782877?uo=4

       
       

      🤩 Hack Features

      - Unlimited Gold -> Spend some.
      - Unlimited Diamonds -> Earn or spend some.
      - Unlimited Ad Tickets -> Earn or spend some.
      - Unlimited Super Summon Points -> Earn or spend some.
      - Unlimited 4 Star Points -> Earn or spend some.
      - Unlimited Ancient Items -> Earn or spend some.
      - Unlimited Luminastars -> Earn or spend some.
      - Unlimited Materials -> Earn or spend some.
      - One-Hit Kill
        • Like
      • 1 reply
    • Good Coffee, Great Coffee v1.8.1 +8 Mods [ Unlimited Currencies ]
      Mod APK Game Name: Good Coffee, Great Coffee By TAPBLAZE
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.tapblaze.coffeebusiness&hl=en_GB

       

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Gems
      - Unlimited Energy
      - Unlimited Brew Points
      - Unlimited Daily Rewards
      - All Decor Unlocked
      - All Equipment Unlocked
      - All Equipment Upgrades Unlocked
      - All Shop Upgrades Unlocked
      - Perfect Drinks
        • Like
      • 0 replies
    • The Patrick Star Game v1.0.2 +2 Jailed Cheats [ Full Game Unlocked ]
      Modded/Hacked App: The Patrick Star Game By Outright Games. LLC
      Bundle ID: com.outrightgames.patrick.simulator
      App Store Link: https://apps.apple.com/us/app/the-patrick-star-game/id6633432850?uo=4

       
       

      🤩 Hack Features

      - Unlimited Sand Dollars -> Earn some.
      - Unlock Full Game -> From the Main Menu, toggle the Credits button.
      • 0 replies
    • The Patrick Star Game v1.0.2 +2 Cheats [ Full Game Unlocked ]
      Modded/Hacked App: The Patrick Star Game By Outright Games. LLC
      Bundle ID: com.outrightgames.patrick.simulator
      App Store Link: https://apps.apple.com/us/app/the-patrick-star-game/id6633432850?uo=4

       
       

      🤩 Hack Features

      - Unlimited Sand Dollars -> Earn some.
      - Unlock Full Game -> From the Main Menu, toggle the Credits button.
      • 0 replies
    • SoulGuardians 2 PLUS - GranAge 0.3.31 +2 Cheats
      Mod APK Game Name: SoulGuardians 2 PLUS - GranAge
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.proximadx.projectsoul

       

      🤩 Hack Features

      - Damage Multiplier
      - Defense Multiplier

       

      ⬇️ Android Mod APK Download Link


      Hidden Content

      Download Modded APK







       

      📖 Android Installation Instructions

      STEP 1: Download the modded APK file from the link above using your preferred Android browser or download manager.
      STEP 2: Once the download is complete, open your file manager and locate the downloaded .apk file (usually in the Downloads folder).
      STEP 3: Tap the APK file, then select Install. If prompted, enable Install from Unknown Sources in your device settings.
      STEP 3A: If the mod includes an OBB file, extract it if it’s inside an archive. Then move the folder to: /Android/obb/
      STEP 3B: If the mod includes a DATA file, extract it if it’s archived. Then move the folder to: /Android/data/
      STEP 4: Once installed, open the game and toggle your desired cheats & features through the APK mod menu. Enjoy!

       

      NOTE: If you have any questions or issues, read our Frequently Asked Questions topic. If you still need help, post your issue below and we’ll assist you as soon as possible. If the mod works for you, please share your feedback to help other members!

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

       iOS & iPadOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.
        • Agree
        • Winner
      • 1 reply
    • Merge Cruise: Mystery Puzzle v0.37.240 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Merge Cruise: Mystery Puzzle By STUDIO PEERPLAY GAMES LTD
      Bundle ID: com.peerplay.megamerge
      iTunes Store Link: https://apps.apple.com/us/app/merge-cruise-mystery-puzzle/id6459056553?uo=4
       

      🤩 Hack Features

      - Cash
      - Energy

        • Informative
        • Agree
        • Haha
        • Thanks
        • Like
      • 38 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