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

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

I don't see anything wrong.

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

 

5 minutes ago, Rook said:

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

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

5 minutes ago, Rook said:

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

 

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
2 minutes ago, 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. 

The menu appears, but enabling does nothing?

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

Just now, Rook said:

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

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 ?

@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

12 minutes ago, 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

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}];

Just now, Zahir said:

This is a UnityFramework game

so you should remove the leading 10 from the offsets.

Ok wait let me try it

8 minutes ago, 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}];

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

Updated by aQReh
57 minutes ago, aQReh said:

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

What Mod Menu are you using?

Also, what's your jailbreak, unc0ver?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Family Island — Farm game v2024207.1.64870 Jailed Cheats +1
      Modded/Hacked App: Family Island™ — Farm game by Melsoft
      Bundle ID: com.MelsoftGames.FamilyIsland
      iTunes Store Link: https://apps.apple.com/us/app/family-island-farm-game/id1464689103?uo=4&at=1010lce4


      Hack Features:
      - Cheat Engine Enabled


      iOS Hack Download Link: https://iosgods.com/topic/115337-arm64-family-island-%E2%80%94-farm-game-v20190824862-jailed-cheats-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,234 replies
    • Battle Camp Cheats v5.34.1 +2
      Modded/Hacked App: Battle Camp By Battlecamp AB
      Bundle ID: com.battlecamp.monsters
      iTunes Store Link: https://apps.apple.com/us/app/battle-camp/id1555773592?uo=4


      Hack Features:
      - God Mode
      - One Hit Kill


      iOS Hack Download Link: https://iosgods.com/topic/147532-battle-camp-cheats-v5162-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 122 replies
    • Goblins Wood: Tycoon Idle Sim v2.42.0 +1++ Jailed Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Goblins Wood: Tycoon Idle Sim By ProGamesLab LTD
      Bundle ID: idle.goblins.wood.tycoon
      iTunes Store Link: https://apps.apple.com/us/app/goblins-wood-tycoon-idle-sim/id6446766326?uo=4


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


      Jailbreak required hack(s): [Mod Menu Hack] Goblins Wood: Tycoon Idle Sim v2.42.0 +1++ Cheat [ 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/
        • Like
      • 0 replies
    • Goblins Wood: Tycoon Idle Sim v2.42.0 +1++ Cheat [ Unlimited Currencies ]
      Modded/Hacked App: Goblins Wood: Tycoon Idle Sim By ProGamesLab LTD
      Bundle ID: idle.goblins.wood.tycoon
      iTunes Store Link: https://apps.apple.com/us/app/goblins-wood-tycoon-idle-sim/id6446766326?uo=4


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


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] Goblins Wood: Tycoon Idle Sim v2.42.0 +1++ Jailed Cheat [ Unlimited Currencies ] - Free Non-Jailbroken IPA 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/
        • Like
      • 6 replies
    • League of Dreamers - My Story v1.77 +3 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: League of Dreamers - My Story By Story Inc. Company
      Bundle ID: com.storyincorporate.leagueofdreamers
      iTunes Store Link: https://apps.apple.com/us/app/league-of-dreamers-my-story/id1591679538
       

      Hack Features:
      - 666 Gems -> Earn some then restart the game.
      - 666 Keys -> Earn some then restart the game.
      - Free In-App Purchases -> Allows free in-app purchases.


      Jailbreak required hack(s): [Mod Menu Hack] League of Dreamers - My Story v1.54 +3 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 137 replies
    • League of Dreamers - My Story v1.77 +3 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: League of Dreamers - My Story By Story Inc. Company
      Bundle ID: com.storyincorporate.leagueofdreamers
      iTunes Store Link: https://apps.apple.com/us/app/league-of-dreamers-my-story/id1591679538
       

      Hack Features:
      - 666 Gems -> Earn some then restart the game.
      - 666 Keys -> Earn some then restart the game.
      - Free In-App Purchases


      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
        • Thanks
        • Winner
        • Like
      • 62 replies
    • Cat Snack Bar Cheats v1.0.157 +1
      Modded/Hacked App: Cat Snack Bar By treeplla Inc.
      Bundle ID: com.tree.idle.catsnackbar
      iTunes Store Link: https://apps.apple.com/us/app/cat-snack-bar/id6443895159?uo=4


      Hack Features:
      - Freeze Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/170232-cat-snack-bar-v1036-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/170233-cat-snack-bar-cheats-v1036-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 67 replies
    • CodyCross: Crossword Puzzles Cheats v2.0.5 +3
      Modded/Hacked App: CodyCross: Crossword Puzzles by Fanatee, Inc.
      Bundle ID: com.fanatee.cody
      iTunes Store Link: https://apps.apple.com/us/app/codycross-crossword-puzzles/id1092689152?uo=4&at=1010lce4


      Hack Features:
      - Infinite Tokens
      - Infinite Boosters
      - PREMIUM


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/87156-arm64-codycross-crossword-puzzles-v1220-jailed-cheats-1/


      Hack Download Link: https://iosgods.com/topic/87091-arm64-codycross-crossword-puzzles-cheats-all-versions-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 162 replies
    • Smurfs' Village Cheats v2.73.0 +1
      Modded/Hacked App: Smurfs' Village By Flashman Studios LLC
      Bundle ID: com.capcommobile.smurfs
      iTunes Store Link: https://itunes.apple.com/us/app/smurfs-village/id399648212?mt=8&uo=4&at=1010lce4



      Hack Features:
      - Infinite Gold (Spend some)
      - Infinite SmurfBerries (Spend some)


      Hack Download Link: https://iosgods.com/topic/75948-arm64-smurfs-village-cheats-v1680-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 434 replies
    • Strongest Knight Cheats v1.08 +4
      Modded/Hacked App: Strongest Knight By Superlink Ltd.
      Bundle ID: com.idlemaster.hero
      iTunes Store Link: https://apps.apple.com/us/app/strongest-knight/id6738113239?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Freeze Currencies
      - No Ads (Don't use the deb cheat unless you complete tutorial -- Finish use 4 ads boost quest)
       


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/190406-strongest-knight-v106-jailed-cheats-4/


      iOS Hack Download Link: https://iosgods.com/topic/190404-strongest-knight-cheats-v106-4/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 21 replies
    • The Walking Dead: All-Stars Cheats v1.33.3 +4
      Modded/Hacked App: The Walking Dead: All-Stars By Com2uS Holdings Corporation
      Bundle ID: com.gamevil.gvtwd.ios.apple.global.normal
      iTunes Store Link: https://apps.apple.com/us/app/the-walking-dead-all-stars/id1570395238?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
      - Auto Win
       

      iOS Hack Download Link: https://iosgods.com/topic/186370-the-walking-dead-all-stars-cheats-v1292-4/
        • Informative
        • Agree
        • Haha
        • Winner
        • Like
      • 67 replies
    • Mob Control v2.81.3 +7 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Mob Control By Voodoo
      Bundle ID: com.vincentb.MobControl
      iTunes Store Link: https://apps.apple.com/us/app/mob-control/id1562817072?uo=4


      Hack Features:
      - Unlimited Coins
      - Unlimited Skip'Its
      - Unlimited Stars -> Earn some.
      - Unlimited Bricks
      - Unlimited Earnt Bricks
      - Unlimited Cards -> Will increase instead of decrease.
      - No Card Requirement


      Jailbreak required hack(s): [Mod Menu Hack] Mob Control v2.78.0 +7 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/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 78 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