Jump to content

iOS Modmenu Template for Theos!


114 posts in this topic

Recommended Posts

Updated (edited)

 r16Menu Template for Theos!

Sample Menu UI look.

AEB6-DB02-AA9-B-4977-91-E7-B6007799-CC2-

 Get from GitHub here

Hidden Content

React or reply to this topic to see the hidden content & download link. 👀

 

Features:
      * Customizable UI
      * Customizable menu logo
      * 7 different switchs:
      * Patcher
      * Patch
      * Regular switch
      * Textfield Switch wide or right
      * Slider Switch
      * Index switch
      * Hook Swith

     * Patcher and Patch switch is based on KittyMemory
       * Original bytes are required
       * Supports MSHookMemory
       * Write unlimited bytes to a offset

Encryption:

  • I did not include encryption you will have to make your own to encrypt nsstrings.

Installation:

  • Download the modmenu template paste in /var/theos/templates/ios/theos

Usage:
Open r16Logo.h and paste your own menu image <https://www.base64-encode.org/>

menu.r16Logo = @"YOUR BASE 64 Here"; //for both menu and button will implement button and logo searperatly later

 

Using a custom framework:

You can set this in the function startAuthentication() inside Tweak.xm but this is not requierd. Dont worry about it skip_

menu.frameworkNamed = @"UnityFramework";

 

Patching variables:

//call these inside ur own custom functions
*(int*)[UIKeyPatch address:@"0x78" ptr:ptr] = 999;
*(bool*)[UIKeyPatch address:@"0x32" ptr:ptr] = true;
*(float*)[UIKeyPatch address:@"0x56" ptr:ptr] = 999.0f;


Hooking methods:

//toggle on or off
[r16Hook toggleHook:true 
    address:@"0x101C0E5F0" 
    with:(void *)PlayerMoveC_Update 
    original:(void **)&orig_PlayerMoveC_Update];
                
//without toggle
[r16Hook hook:@"0x10276FB26"
    with:(void *)Player_Update 
    original:(void **)&_Player_Update];
    
//shmoos
HOOK(@"0x102517FB251", Player_Update, orig_Player_Update);
HOOK_NO_ORIG(@"0x102517FB251", Player_Update);

Patching a plain offset:

[UIKeyPatch offset:@"0x104361010" byte:@"0xC0035FD6"];
[UIKeyPatch offset:@"0x104361010" byte:@"0x000080D2C0035FD6"];

// You can write as many bytes as you want to an offset i think
[UIKeyPatch offset:@"0x104361010" byte:@"0x00F0271E0008201E000080D2C0035FD6"];


Patcher switch:

[menu addPatcher:@"Custom Patch #1"]; //custom offsetpatcher switch live

Patch Switch:

[menu addPatch:@"Godmode"
      description:@"" 
  	offsets:@[@"0x101C350C8"]
        hexPatches:@[@"C0035FD6"]];
	//or
[menu addPatch:@"Godmode"
      description:@"" 
  	offsets:@[@"0x101C350C8", @"0x101C35052"]
        hexPatches:@[@"0xC0035FD6", @"0xC0035FD6"]];

Plain Switch:

[menu addSwitch:@"Mana" 
    description:@"Infinite mana"];


Textfield Switch Right:

[menu addTextfieldRight:@"Set Weapon:" 
        description:@""];


Textfield Switch Wide:

[menu addTextfieldWide:@"Chat Spam:" 
          description:@""];


Slider Switch: 

[menu addSlider:@"Custom Fov"
     description:@"" 
             initialValue:1.00 
             minValue:1.00 
             maxValue:200.00];    


Index Switch:

[menu addIndexSwitch:@"Pick Damage" 
    description:@"" 
    items:@[@"10", @"20", @"40", @"80", @"120", @"140"]];


Hook Switch: 

//adding one hook
[menu addHookNamed:@"Aimbot"
    description:@"" 
    hook:@[[r16Hook hook:@"0x10276FB26"
    with:(void *)Player_Update 
    original:(void **)&_Player_Update]]];
    
//adding infinte :)
[menu addHookNamed:@"Aimbot"
    description:@"" 
    hook:@[
        [r16Hook hook:@"0x10276FB26"
            with:(void *)Player_Update 
            original:(void **)&_Player_Update], 
        [r16Hook hook:@"0x10276FB26"
            with:(void *)Player_Update 
            original:(void **)&_Player_Update], 
        [r16Hook hook:@"0x10276FB26"
            with:(void *)Player_Update 
            original:(void **)&_Player_Update]]
    ];


Checking if a switch is on:

bool manaOn = [menu getSwitchOnForSwitch:@"Mana"];
    
if(manaOn) {
  //stuff
}
    
//checking directly:
if([menu getSwitchOnForSwitch:@"Mana"]) {
//stuff
}

//using index string-arrays start at 0
if([menu getIndexForString:@"Pick Damage"] == 1/*20*/){
//do stuff
}
if([menu getIndexForString:@"Pick Damage"] == 0/*10*/){
//do stuff
}


Getting value from textfield and slider:

//textfield
int userValue = [menu getInt:@"Switch Name"];
NSString *userValue3 = [menu getNSString:@"Switch Name"];

//slider
float userValue1 = [menu getFloat:@"Switch Name"];

 

Credits:
   * @Red16
   * @TheArmKing
       * For helping meh and ideas ;-;
   *Ruit
       *[KittyMemory](https://github.com/MJx0/KittyMemory)

Contact:
If you find a bug in this beta version hit me up
Don't spam me please.

Updated by Red16
  • Like 219
  • Winner 20
  • Thanks 21
  • Haha 7
  • Agree 22
  • Informative 9
Guest
This topic is now closed to further replies.
  • Our picks

    • [ FFBE WoTV Japan ] FFBE幻影戦争 WAR OF THE VISIONS Cheats v11.4.5 +3
      Modded/Hacked App: FFBE幻影戦争 戦略RPG/シミュレーションゲーム By SQUARE ENIX Co., Ltd.
      Bundle ID: com.square-enix.WOTVffbejp
      iTunes Store Link: https://apps.apple.com/jp/app/ffbe%E5%B9%BB%E5%BD%B1%E6%88%A6%E4%BA%89-%E6%88%A6%E7%95%A5rpg-%E3%82%B7%E3%83%9F%E3%83%A5%E3%83%AC%E3%83%BC%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%B2%E3%83%BC%E3%83%A0/id1443703517?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Full Map Movement


      iOS Hack Download Link: https://iosgods.com/topic/173484-ffbe-wotv-japan-ffbe%E5%B9%BB%E5%BD%B1%E6%88%A6%E4%BA%89-war-of-the-visions-cheats-v916-3/
      • 80 replies
    • Zombastic: Time to Survive v1.3.1 [ +1+++ Jailed ] Currency Max
      Modded/Hacked App: Zombastic: Time to Survive By Playmotional Limited
      Bundle ID: com.playmotional.survival
      iTunes Store Link: https://apps.apple.com/us/app/zombastic-time-to-survive/id6475173073?uo=4


      Hack Features:
      - Currency & Resources Unlimited [ Disable When Playing ] 





      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/
      • 20 replies
    • Zombastic: Time to Survive v1.3.1 [ +1+++ Cheats ] Currency Max
      Modded/Hacked App: Zombastic: Time to Survive By Playmotional Limited
      Bundle ID: com.playmotional.survival
      iTunes Store Link: https://apps.apple.com/us/app/zombastic-time-to-survive/id6475173073?uo=4


      Hack Features:
      - Currency & Resources Unlimited [ Disable When Playing ] 





      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/
      • 23 replies
    • Cookingdom v1.3 +2 Jailed Cheats [ Cheat Menu ]
      Modded/Hacked App: Cookingdom By ABI GLOBAL LTD.
      Bundle ID: com.abi.cook.chill
      iTunes Store Link: https://apps.apple.com/us/app/cookingdom/id6742222069?uo=4

       


      🤩 Hack Features

      - Cheat Menu -> Head into Settings for the cheat menu to show.
      -- No Ads
      • 0 replies
    • Cookingdom v1.3 +2 Cheats [ Cheat Menu ]
      Modded/Hacked App: Cookingdom By ABI GLOBAL LTD.
      Bundle ID: com.abi.cook.chill
      iTunes Store Link: https://apps.apple.com/us/app/cookingdom/id6742222069?uo=4

       
       

      🤩 Hack Features

      - Cheat Menu -> Head into Settings for the cheat menu to show.
      -- No Ads
      • 0 replies
    • Tower And Swords v2.232 [ +6 Jailed ] Currency Max
      Modded/Hacked App: Tower And Swords By Jisu Im
      Bundle ID: com.Jaems.ProjectCreationRPG
      iTunes Store Link: https://apps.apple.com/us/app/tower-and-swords/id1660251779?uo=4


      🤩 Hack Features

      - IAP Free

      - Gems

      - Coins

      - Never Die

      - DMG

      - Crit Hit
      • 9 replies
    • Tower And Swords v2.232 [ +6 Cheats ] Currency Max
      Modded/Hacked App: Tower And Swords By Jisu Im
      Bundle ID: com.Jaems.ProjectCreationRPG
      iTunes Store Link: https://apps.apple.com/us/app/tower-and-swords/id1660251779?uo=4
       

      🤩 Hack Features

      - IAP Free

      - Gems

      - Coins

      - Never Die

      - DMG

      - Crit Hit
      • 7 replies
    • Hello Kitty My Dream Store v1.0.5 +5 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hello Kitty My Dream Store By ACTGames Co., Ltd.
      Bundle ID: com.actgames.HelloKittyMDS
      iTunes Store Link: https://apps.apple.com/us/app/hello-kitty-my-dream-store/id6736896540?uo=4

       

       
       

      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Energy
      - Unlimited Diamonds
      - Unlimited Gacha Coins
      - Unlimited Stars
      • 9 replies
    • Hello Kitty My Dream Store v1.0.5 +5 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hello Kitty My Dream Store By ACTGames Co., Ltd.
      Bundle ID: com.actgames.HelloKittyMDS
      iTunes Store Link: https://apps.apple.com/us/app/hello-kitty-my-dream-store/id6736896540?uo=4

       


      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Energy
      - Unlimited Diamonds
      - Unlimited Gacha Coins
      - Unlimited Stars
      • 13 replies
    • Kitty’s Kitchen Diary v1.0.9 +3 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Kitty’s Kitchen Diary By SuperPlanet corp.
      Bundle ID: com.superplanet.catrecipe
      iTunes Store Link: https://apps.apple.com/us/app/kittys-kitchen-diary/id6496345774?uo=4

       


      🤩 Hack Features

      - Unlimited Currencies -> Head into Settings and toggle the Notifications button.
      - Unlock All -> Head into Settings and toggle the Nightly Notifications button.
      - Freeze Diamonds
      • 6 replies
    • Kitty’s Kitchen Diary v1.0.9 +3 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Kitty’s Kitchen Diary By SuperPlanet corp.
      Bundle ID: com.superplanet.catrecipe
      iTunes Store Link: https://apps.apple.com/us/app/kittys-kitchen-diary/id6496345774?uo=4

       


      🤩 Hack Features

      - Unlimited Currencies -> Head into Settings and toggle the Notifications button.
      - Unlock All -> Head into Settings and toggle the Nightly Notifications button.
      - Freeze Diamonds
      • 11 replies
    • Brotato v1.3.171 +4 Jailed Cheats [ Damage + More ]
      Modded/Hacked App: Brotato By QI YU SG. PTE. LTD.
      Bundle ID: com.brotato.shooting.survivors.action.games.bullethell.ios
      iTunes Store Link: https://apps.apple.com/us/app/brotato/id6445884925?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      - God Mode
      - Move Speed Multiplier
      - Free In-App Purchases
      • 0 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