Jump to content

Ted2's Mod Menu crashing on load?


Go to solution Solved by Ted2,

12 posts in this topic

Recommended Posts

Posted (edited)

 

Hey, i have a problem with Ted2's mod menu.

 

I made a simple patch with two offsets using switch, like this:

//Offset switch with multiple patches
[switches addOffsetSwitch:NSSENCRYPT("GodMode")
	description:NSSENCRYPT("Disables player's collision.")
	offsets: {
		ENCRYPTOFFSET("0xCB91B0"),
		ENCRYPTOFFSET("0xCB92A4"),
	}
	bytes: {
		ENCRYPTHEX("0x1F2003D5"),
		ENCRYPTHEX("0x58010014"),
	}
];

Successfully compiled .deb, installed, and after running the game, and showing purple "Thank you, understood" popup menu, when i dismiss the menu, it just crashes. So basically it crashes when calling setupMenu() if i have understood it correctly. If i comment out above code (and leave some of Ted2's examples uncommented), it works and shows the menu button normally, without crashing. I'm using Tweak.xm template that comes with mod menu, the only thing that's changed basically is the above code. What am i doing wrong here?

Updated by al3xs7x
Posted (edited)

If you mean this, yes:

void setupMenu() {

// If a game uses a framework as base executable, you can enter the name here.
// For example: UnityFramework, in that case you have to replace NULL with "UnityFramework" (note the quotes)
[menu setFrameworkName:"UnityFramework"];
  
...

 

Updated by al3xs7x
Posted
12 minutes ago, al3xs7x said:

If you mean this, yes:

void setupMenu() {

// If a game uses a framework as base executable, you can enter the name here.
// For example: UnityFramework, in that case you have to replace NULL with "UnityFramework" (note the quotes)
[menu setFrameworkName:"UnityFramework"];
  
...

 

Try compiling the default template, if that works, there must be an issue with your code.

Posted (edited)

Alright, i've deleted my offsets, and compiled with some of Ted2's examples, like this:

// Offset Switch with one patch
[switches addOffsetSwitch:NSSENCRYPT("God Mode")
	description:NSSENCRYPT("You can't die")
 	offsets: {
    	ENCRYPTOFFSET("0x1002DB3C8")
    }
 	bytes: {
    	ENCRYPTHEX("0xC0035FD6")
    }
];

// Textfield Switch - used in hooking
[switches addTextfieldSwitch:NSSENCRYPT("Custom Gold")
	description:NSSENCRYPT("Here you can enter your own gold amount")
	inputBorderColor:UIColorFromHex(0xBD0000)
];

// Slider Switch - used in hooking
[switches addSliderSwitch:NSSENCRYPT("Custom Move Speed")
	description:NSSENCRYPT("Set your custom move speed")
	minimumValue:0
	maximumValue:10
	sliderColor:UIColorFromHex(0xBD0000)
];

It still crashes. EDIT: if i remove calls to ENCRYPTOFFSET and ENCRYPTHEX:

// Offset Switch with one patch
[switches addOffsetSwitch:NSSENCRYPT("God Mode")
	description:NSSENCRYPT("You can't die")
	offsets: {
		//ENCRYPTOFFSET("0x1002DB3C8")
    }
	bytes: {
		//ENCRYPTHEX("0xC0035FD6")
    }
];

and recompile, it works/shows the menu and doesn't crash!?? 🤔 

Updated by al3xs7x
Posted (edited)

Tried to compile on both MacOS + IOS, it's the same..

Using 11.4 sdk because 11.2 (as Ted2 recommended) is not available on theos Github repo.

Anyone here that used and have experience with Ted2's mod menu? I'm stuck whole day here trying to solve this :(

Updated by al3xs7x
topic was approved
Posted
1 hour ago, al3xs7x said:

EDIT: if i remove calls to ENCRYPTOFFSET and ENCRYPTHEX:

// Offset Switch with one patch
[switches addOffsetSwitch:NSSENCRYPT("God Mode")
	description:NSSENCRYPT("You can't die")
	offsets: {
		//ENCRYPTOFFSET("0x1002DB3C8")
    }
	bytes: {
		//ENCRYPTHEX("0xC0035FD6")
    }
];

and recompile, it works/shows the menu and doesn't crash!?? 🤔

Perhaps @Ted2 himself can shed some light on this! :)

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

    • Hello Town: Merge & Succeed v2.7 [ +3 Cheats ] Currency Max
      Modded/Hacked App: Hello Town By Springcomes Co., Ltd.
      Bundle ID: com.spcomes.hellotown
      iTunes Store Link: https://apps.apple.com/us/app/hello-town/id6737850281?uo=4


      Hack Features

      - Diamonds
      - Gold
      - Energy Freeze



      For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Agree
        • Thanks
        • Winner
        • Like
      • 21 replies
    • Hello Town: Merge & Succeed v2.7 [ +3 Jailed ] Currency Max
      Modded/Hacked App: Hello Town By Springcomes Co., Ltd.
      Bundle ID: com.spcomes.hellotown
      iTunes Store Link: https://apps.apple.com/us/app/hello-town/id6737850281?uo=4

       

      Hack Features

      - Diamonds
      - Gold
      - Energy Freeze



      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 23 replies
    • Loadout Warrior v2.3.6 [ +5 Jailed ] ADS NO
      Modded/Hacked App: Loadout Warrior By MobGame Pte. LTD
      Bundle ID: com.mobgame.loadout.warrior
      iTunes Store Link: https://apps.apple.com/us/app/loadout-warrior/id6743389761?uo=4
       

      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Battle Coins

      - HP

      - ATK

      - ATK CD
        • Informative
        • Like
      • 13 replies
    • Loadout Warrior v2.3.6 [ +5 Cheats ] ADS NO
      Modded/Hacked App: Loadout Warrior By MobGame Pte. LTD
      Bundle ID: com.mobgame.loadout.warrior
      iTunes Store Link: https://apps.apple.com/us/app/loadout-warrior/id6743389761?uo=4
       

      🤩 Hack Features

      - ADS NO [ Rewards Free ]

      - Battle Coins

      - HP

      - ATK

      - ATK CD
        • Thanks
        • Winner
        • Like
      • 7 replies
    • Pop Island v1.2.1 [ +1 Cheats ] Coins Max
      Modded/Hacked App: Pop Island By HISTAR INTERACTIVE PTE. LTD.
      Bundle ID: com.hmbdgames.match
      iTunes Store Link: https://apps.apple.com/us/app/pop-island/id6505047210?uo=4


      🤩 Hack Features

      - Coins [ Win Match Disable After Hack ]


        • Agree
        • Like
      • 22 replies
    • Pop Island v1.2.1 [ +1 Jailed ] Coins Max
      Modded/Hacked App: Pop Island By HISTAR INTERACTIVE PTE. LTD.
      Bundle ID: com.hmbdgames.match
      iTunes Store Link: https://apps.apple.com/us/app/pop-island/id6505047210?uo=4


      🤩 Hack Features

      - Coins [ Win Match Disable After Hack ]


        • Agree
        • Winner
        • Like
      • 22 replies
    • Dream Resort - Match 3 Games v1.6.6 [ +7 Jailed ] Auto Win
      Modded/Hacked App: Dream Resort - Match 3 Games By F.O.G LIMITED
      Bundle ID: com.dream.resort.candy.match.mania.ios
      iTunes Store Link: https://apps.apple.com/us/app/dream-resort-match-3-games/id6737011572?uo=4
       

      🚀 Hack Features

      - Auto ADS Disable

      - Coins

      - Diamonds

      - Lives Cost

      - Moves Freeze

      - Booster [ Buy Get Unlimited After use Then work ]

      - Auto win 


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Agree
        • Winner
        • Like
      • 24 replies
    • Dream Resort - Match 3 Games v1.6.6 [ +7 Cheats ] Auto Win
      Modded/Hacked App: Dream Resort - Match 3 Games By F.O.G LIMITED
      Bundle ID: com.dream.resort.candy.match.mania.ios
      iTunes Store Link: https://apps.apple.com/us/app/dream-resort-match-3-games/id6737011572?uo=4

       

      🔧 Mod Requirements

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

       

      🚀 Hack Features

      - Auto ADS Disable

      - Coins

      - Diamonds

      - Lives Cost

      - Moves Freeze

      - Booster [ Buy Get Unlimited After use Then work ]

      - Auto win 


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Thanks
        • Like
      • 24 replies
    • Match Villains v1.36.1 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Match Villains By Good Job Games Bilisim Yazilim ve Pazarlama AS
      Bundle ID: com.goodjobgames.matchvillains
      iTunes Store Link: https://apps.apple.com/us/app/match-villains/id6479752688?uo=4
       

      🚀 Hack Features

      - Coins
      - Lives
      - Moves Freeze
      - Booster


      🍏 Jailbreak iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      🤖 Modded Android APKs: https://iosgods.com/forum/68-android-section/
        • Informative
        • Agree
        • Thanks
        • Like
      • 24 replies
    • Match Villains v1.36.1 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Match Villains By Good Job Games Bilisim Yazilim ve Pazarlama AS
      Bundle ID: com.goodjobgames.matchvillains
      iTunes Store Link: https://apps.apple.com/us/app/match-villains/id6479752688?uo=4
       

      🚀 Hack Features

      - Coins
      - Lives
      - Moves Freeze
      - Booster


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
        • Agree
        • Like
      • 27 replies
    • Kitchen Masters v17.4.0 [ +4 Cheats ] Currency Max
      Modded/Hacked App: Kitchen Masters By Bigger Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.bigger.kitchenmasters
      iTunes Store Link: https://apps.apple.com/ph/app/kitchen-masters/id6474870266?uo=4


      🤩 Hack Features

      - Coins

      - Cash

      - Lives

      - Tile Cost 0
        • Agree
        • Thanks
        • Like
      • 12 replies
    • Kitchen Masters v17.4.0 [ +4 Jailed ] Currency Max
      Modded/Hacked App: Kitchen Masters By Bigger Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.bigger.kitchenmasters
      iTunes Store Link: https://apps.apple.com/ph/app/kitchen-masters/id6474870266?uo=4
       

      🤩 Hack Features

      - Coins

      - Cash

      - Lives

      - Tile Cost 0
        • Agree
        • Haha
        • Like
      • 20 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