Jump to content

Offsets in Modmenu doesn’t work But it’s Working fine in Live Offset Patcher


Go to solution Solved by aQReh,

24 posts in this topic

Recommended Posts

Posted

I am Hacking a Game “Last Island of Survival ” But When I put offset directly in binary or Live Offset Patcher then it’s working but when I put it on modmenu tweak.xm file it doesn’t work.

I used anothe game “Forward Assaults” offset in same modmenu its working fine but in “Last island of Suevival” game Offset not working.  

I tried to put offset in this formats 0x1xxxxxx (x represent offset) then it’s not working but if try to use in this format 0x12345 then game crash  

I installed this game with sideloadly using another identifier but i put both identifiers in testers.plist file. Modmenu show in game but functions not working. 
 

here offsets format in Tweak.xm

void setup() {

// Offset Switch with one patch
[switches addOffsetSwitch:@"NoRecoil"
description:@"All Guns Stable" 
                  offsets:{0x10194E1E0} 
                    bytes:{0xC0035FD6}];


// Offset Switch with one patch
[switches addOffsetSwitch:@"Hide Tree"
description:@"Remove all trees from map but need re-login" 
                  offsets:{0x1023E757C} 
                    bytes:{0xC0035FD6}];


// Offset Switch with one patch
[switches addOffsetSwitch:@"Hide Grass "
description:@"Remove all grass from map but might need re-login" 
                  offsets:{0x1019401CC} 
                    bytes:{0x1F2003D5C0035FD6}];


// Offset Switch with one patch
[switches addOffsetSwitch:@"Hide Rocks &Buildings "
description:@"Remove all rocks and buildings from map but might need re-login"
                  offsets:{0x1023C56C0} 
                    bytes:{0x1F2003D5C0035FD6}];


// Offset Switch with one patch
[switches addOffsetSwitch:@"Disable Monster Attack "
description:@"All Monster Won't Attack you as long as you are alone in area"
                  offsets:{0x101AE34A8} 
                    bytes:{0xC0035FD6}];


// Offset Switch with one patch
[switches addOffsetSwitch:@"Disable Monster Movement "
description:@"it will freeze all monster at one place as long as you alone "
                  offsets:{0x101AE535C} 
                    bytes:{0xC0035FD6}];

 

// Offset Switch with one patch
[switches addOffsetSwitch:@"Disable Tank "
description:@"Tank Won't Kill you  "
                  offsets:{0x102382FB4} 
                    bytes:{0xC0035FD6}];

}

@Zahir can you take a look here

Posted

I don't see anything wrong.

Are you sure the offsets are correct and for the correct app version?

 

Posted (edited)
  On 7/17/2022 at 11:44 AM, Rook said:

Are you sure the offsets are correct and for the correct app version?

Expand  

Yes. It’s correct version offset  and as I mention above it’s working fine in live offset patcher 

  On 7/17/2022 at 11:44 AM, Rook said:

Are you sure the offsets are correct and for the correct app version?

 

Expand  

Actually that’s why I asked for iosgod modmenu template other day I thought it’s modmenu problem but I tried another game  offset and it’s working but not this game. 

Updated by aQReh
Posted
  On 7/17/2022 at 11:48 AM, aQReh said:

Yes. It’s correct version offset 

Actually that’s why I asked for iosgod modmenu template other day I thought it’s modmenu problem but I tried another game  offset and it’s working but not this game. 

Expand  

The menu appears, but enabling does nothing?

The offsets must be wrong if they're working on Live Offset Patcher .

Posted
  On 7/17/2022 at 11:50 AM, Rook said:

The offsets must be wrong if they're working on Live Offset Patcher .

Expand  

Offsets are not wrong I copy same offset from live patch after test and save it

Is all game have same offset format like 0.1xxxxx ( x represent offset ) or different ?

Posted

@Rook is 0x1xxxx format necessary for offset ?

I mean in live offset patcher 0x1 is not required it work directly and if I put 0x1 in live patcher it doesn’t work

Posted
  On 7/17/2022 at 12:07 PM, aQReh said:

@Rook is 0x1xxxx format necessary for offset ?

I mean in live offset patcher 0x1 is not required it work directly and if I put 0x1 in live patcher it doesn’t work

Expand  

This is a UnityFramework game

so you should remove the leading 10 from the offsets.

For example: 

// Offset Switch with one patch
[switches addOffsetSwitch:@"NoRecoil"
description:@"All Guns Stable" 
                  offsets:{0x10194E1E0
                    bytes:{0xC0035FD6}];

becomes

// Offset Switch with one patch
[switches addOffsetSwitch:@"NoRecoil"
description:@"All Guns Stable" 
                  offsets:{0x194E1E0
                    bytes:{0xC0035FD6}];

Posted (edited)
  On 7/17/2022 at 12:20 PM, Zahir said:

This is a UnityFramework game

so you should remove the leading 10 from the offsets.

For example: 

// Offset Switch with one patch
[switches addOffsetSwitch:@"NoRecoil"
description:@"All Guns Stable" 
                  offsets:{0x10194E1E0
                    bytes:{0xC0035FD6}];

becomes

// Offset Switch with one patch
[switches addOffsetSwitch:@"NoRecoil"
description:@"All Guns Stable" 
                  offsets:{0x194E1E0
                    bytes:{0xC0035FD6}];

Expand  

I tried this method. But after removing leading 10 from offset then game crashing after opening

Updated by aQReh
Posted
  On 7/17/2022 at 12:29 PM, aQReh said:

I tried this method. But after removing leading 10 from offset then game crashing after opening

Expand  

What Mod Menu are you using?

Also, what's your jailbreak, unc0ver?

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

    • Seraphim Saga: Idle RPG Cheats v1.8.0 +2
      Modded/Hacked App: Seraphim Saga: Idle RPG By EOAG Games Co.,Ltd
      Bundle ID: com.EOAG.WingsIdle
      App Store Link: https://apps.apple.com/us/app/seraphim-saga-idle-rpg/id6633424325?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

      - God Mode
      - Multiply Attack

       

      Free Non-Jailbroken Hack: https://iosgods.com/topic/195094-seraphim-saga-idle-rpg-v180-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/195092-seraphim-saga-idle-rpg-cheats-v180-2/
      • 0 replies
    • Conquest Girls : AFK Idle RPG Cheats v2.11.74 +4
      Modded/Hacked App: Conquest Girls : AFK Idle RPG By Toast.Co.,Ltd
      Bundle ID: com.greenspring.conquestgirls
      iTunes Store Link: https://apps.apple.com/us/app/conquest-girls-afk-idle-rpg/id6670455686?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

      - Multiply Attack
      - Multiply Attack Speed
      - Multiply Attack Range
      - Freeze Currencies (Some arena / section may not support this)

       

      Non-Jailbroken Hack: https://iosgods.com/topic/189660-conquest-girls-afk-idle-rpg-v21164-jailed-cheats-4/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/186829-conquest-girls-afk-idle-rpg-cheats-v21167-4/
      • 42 replies
    • [ Arknights China ] 明日方舟 Cheats v2.5.60 +8
      Modded/Hacked App: 明日方舟 By Shanghai Hypergryph Network Technology Co., Ltd.
      Bundle ID: com.hypergryph.arknights
      iTunes Store Link: https://apps.apple.com/cn/app/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/id1454663939?uo=4


      Hack Features:
      - God Mode
      - Frozen Enemies
      - One Hit Kill
      - Instant - Win
      - No Deploy Cost
      - Multiply Damage
      - Multiply Defense
      - Multiply Character Speed


      iOS Hack Download Link: https://iosgods.com/topic/149509-arknights-china-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-cheats-v1560-8/
        • Like
      • 300 replies
    • Idle Fantasy Magic School:TD v1.2.4 [ +3 Cheats ] Gems Max
      Modded/Hacked App: Idle Fantasy Magic School:TD By Shenzhen Blackstream Interactive Entertainment Co., Ltd.
      Bundle ID: com.blackstream.iosidlemagicschool
      iTunes Store Link: https://apps.apple.com/us/app/idle-fantasy-magic-school-td/id6465575604?uo=4


      Hack Features:
      - ADS NO [ Rewards Free ]
      - Gems
      - DMG [ Check Hero Status ]
      • 19 replies
    • Idle Fantasy Magic School:TD v1.2.4 [ +3 Jailed ] Gems Max
      Modded/Hacked App: Idle Fantasy Magic School:TD By Shenzhen Blackstream Interactive Entertainment Co., Ltd.
      Bundle ID: com.blackstream.iosidlemagicschool
      iTunes Store Link: https://apps.apple.com/us/app/idle-fantasy-magic-school-td/id6465575604?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:
      - ADS NO [ Rewards Free ]
      - Gems
      - DMG [ Check Hero Status ]



      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/


      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@iosgods.com'.
      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:
      - @Ik_Ik


      Cheat Video/Screenshots:

      N/A
      • 32 replies
    • Grunt Rush: Battle & Conquer v0.21.2 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Grunt Rush: Battle & Conquer By Electronic Gaming Development Company
      Bundle ID: com.steer.gruntrush
      iTunes Store Link: https://apps.apple.com/us/app/grunt-rush-battle-conquer/id6478955259?uo=4


      Hack Features:

      - No ADS

      - IAP Free [ Buy Anything ]

      - Gems 

      - Gold 

      - Units Unlocked 

      - Battle Pass Active

      - Drop Units Unlimited [ Easy To Win ]

       
      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/
      • 6 replies
    • Grunt Rush: Battle & Conquer v0.21.2 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Grunt Rush: Battle & Conquer By Electronic Gaming Development Company
      Bundle ID: com.steer.gruntrush
      iTunes Store Link: https://apps.apple.com/us/app/grunt-rush-battle-conquer/id6478955259?uo=4


      Hack Features:

      - No ADS

      - IAP Free [ Buy Anything ]

      - Gems 

      - Gold 

      - Units Unlocked 

      - Battle Pass Active

      - Drop Units Unlimited [ Easy To Win ]


      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
      • 25 replies
    • Meow Tower - Nonogram Puzzle v3.2.201 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Meow Tower - Nonogram Puzzle By HyperBeard Inc.
      Bundle ID: com.grapetree.meowtower
      iTunes Store Link: https://apps.apple.com/us/app/meow-tower-nonogram-puzzle/id1579122980?uo=4


      🚀 Hack Features

      - ADS NO
      - Gold CANS
      - Pencil Max 
      - Hints Max
      • 3 replies
    • Meow Tower - Nonogram Puzzle v3.2.201 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Meow Tower - Nonogram Puzzle By HyperBeard Inc.
      Bundle ID: com.grapetree.meowtower
      iTunes Store Link: https://apps.apple.com/us/app/meow-tower-nonogram-puzzle/id1579122980?uo=4
       

      🚀 Hack Features

      - ADS NO
      - Gold CANS
      - Pencil Max 
      - Hints Max 
      • 7 replies
    • Heroes Slime: Castle Defenders v1.2 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Heroes Slime: Castle Defenders By Roman Mazur
      Bundle ID: com.g1.slime.kingdom
      iTunes Store Link: https://apps.apple.com/us/app/heroes-slime-castle-defenders/id6737798586?uo=4


      🤩 Hack Features

      - Currency
      - Resources

      • 1 reply
    • Heroes Slime: Castle Defenders v1.2 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Heroes Slime: Castle Defenders By Roman Mazur
      Bundle ID: com.g1.slime.kingdom
      iTunes Store Link: https://apps.apple.com/us/app/heroes-slime-castle-defenders/id6737798586?uo=4
       

      🤩 Hack Features

      - Currency
      - Resources 

      • 4 replies
    • Tetris® Block Party v0.27.0 [ +2 Cheats ] Coins Unlimited
      Modded/Hacked App: Tetris® Block Party By Playstudios, Inc.
      Bundle ID: com.playstudios.tetrisblockparty
      iTunes Store Link: https://apps.apple.com/ph/app/tetris-block-party/id6569243702?uo=4
       

      🤩 Hack Features

      - Coin Increaser [ Block Placed ]
      - Merge Any Block Anywhere

      Don't Abuse The Hack In Case Banned Not Tested
      • 15 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