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 224
  • Winner 21
  • Thanks 22
  • Haha 7
  • Agree 23
  • Informative 9
Guest
This topic is now closed to further replies.
  • Our picks

    • Zombie Gunship Survival v1.7.43 +7 Cheats for Jailed iDevices!
      Modded/Hacked App: Zombie Gunship Survival By Flaregames GmbH
      Bundle ID: com.flaregames.zombiegunship
      iTunes Store Link: https://apps.apple.com/us/app/zombie-gunship-survival/id1019161597?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/Mac/Linux with iTunes installed.


      Hack Features:
      - Unlimited Ammo
      - No Reload
      - No Overheat
      - No Zombie Spawn
      - No Zombie Speed
      - 1 Hit Kill [Human & Gunship]
      - Zombie Does No Damage
      - Movement Speed


      Note: Your helicopter does damage against your humans, so if you hit them while having 1 Hit Kill turned on, they die too.


      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/
      • 209 replies
    • Plants vs. Zombies v3.15.0 Jailed Cheats +5
      Modded/Hacked App: Plants vs. Zombies™ By EA Swiss Sarl
      Bundle ID: com.ea.pvzfree.bv
      iTunes Store Link: https://apps.apple.com/us/app/plants-vs-zombies/id893677096?uo=4


      Hack Features

      - Infinite Sun
      - Infinite Fertilizer, BugSpray, and Chocolate
      - Infinite Coins
      - Infinite Plants Life
      - No Cooldown

      Author: https://iosgods.com/profile/37846-asianqueen/

      Complete tutorial before using any hacked features or you will stuck forever



      iOS Hack Download IPA Link https://iosgods.com/topic/191088-plants-vs-zombies%E2%84%A2-v381-jailed-cheats-5/
      • 80 replies
    • The Tower - Idle Tower Defense v27.5.1 Jailed Cheats +2
      Modded/Hacked App: The Tower - Idle Tower Defense By Tech Tree Games LLC
      Bundle ID: com.TechTreeGames.TheTower
      App Store Link: https://apps.apple.com/us/app/the-tower-idle-tower-defense/id1575590830?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Free iAP ( Turn on inside iOSGods Mod Menu first )
      - iGameGod Cheat Engine Enabled ( modify in-game currency and speed up stage )

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/154025-the-tower-idle-tower-defense-v2706-jailed-cheats-2/
      • 201 replies
    • Pocket Survivor: Expansion 2d v6.2.1 [ +1+++ Jailed ] Unlimited All Off
      Modded/Hacked App: Pocket Survivor: Expansion 2d By APPWILL COMPANY LTD
      Bundle ID: develop.pocket.survivor.expansion
      App Store Link: https://apps.apple.com/us/app/pocket-survivor-expansion-2d/id1644395434?uo=4


      🤩 Hack Features

      - Unlimited ALL OFF


      • 5 replies
    • Pocket Survivor: Expansion 2d v6.2.1 [ +1+++ Cheats ] Unlimited All Off
      Modded/Hacked App: Pocket Survivor: Expansion 2d By APPWILL COMPANY LTD
      Bundle ID: develop.pocket.survivor.expansion
      App Store Link: https://apps.apple.com/us/app/pocket-survivor-expansion-2d/id1644395434?uo=4


      🤩 Hack Features

      - Unlimited ALL OFF


      • 3 replies
    • World War Fight For Freedom V0.2.0.1 [ +5 Cheats ] DMG
      Modded/Hacked App: World War: Fight For Freedom By HORUS ENTERTAINMENT COMPANY LIMITED
      Bundle ID: com.horusent.beach.head
      App Store Link: https://apps.apple.com/us/app/world-war-fight-for-freedom/id1535605228?uo=4

      Hack Features:
      - NOADS [ End The Mission ]
      - Damage 
      - HP KIT
      - Firing Rate
      - No Reload
      • 19 replies
    • World War Fight For Freedom V0.2.0.1 [ +5 Jailed ] DMG
      Modded/Hacked App: World War: Fight For Freedom By HORUS ENTERTAINMENT COMPANY LIMITED
      Bundle ID: com.horusent.beach.head
      App Store Link: https://apps.apple.com/us/app/world-war-fight-for-freedom/id1535605228?uo=4

      🤩 Hack Features

      - NOADS [ End The Mission ]
      - Damage 
      - HP KIT
      - Firing Rate
      - No Reload
      • 1 reply
    • Pirates & Puzzles - PVP League V2.6.2 [ +4 Jailed ] Easy Win
      Modded/Hacked App: Pirates & Puzzles - PVP League By MAD PIXEL GAMES LTD
      Bundle ID: com.herocraft.game.pirates.and.puzzles.match.pvp
      iTunes Store Link: https://apps.apple.com/us/app/pirates-puzzles-pvp-league/id1483755748?uo=4

      Hack Features:
      - ATK MAX
      - DEF MAX
      - Hint Freeze 
      - Shuffle Freeze  
      • 15 replies
    • Pirates & Puzzles - PVP League V2.6.2 [ +4 Cheats ] Easy Win
      Modded/Hacked App: Pirates & Puzzles - PVP League By MAD PIXEL GAMES LTD
      Bundle ID: com.herocraft.game.pirates.and.puzzles.match.pvp
      iTunes Store Link: https://apps.apple.com/us/app/pirates-puzzles-pvp-league/id1483755748?uo=4
      Hack Features:
      - ATK MAX
      - DEF MAX
      - Hint Freeze 
      - Shuffle Freeze 
      • 27 replies
    • Elemental Adventurer v1.17.3 [+9 Jailed ] Currency Max
      Modded/Hacked App: Elemental Adventurer By SkyRise Digital PTE. LTD.
      Bundle ID: com.elementsadventurer.ios
      App Store Link: https://apps.apple.com/us/app/elemental-adventurer/id1671509460?uo=4

      🤩 Hack Features

      - Unlimited Diamonds 
      - Unlimited Coins 
      - Health MAX
      - Damage MAX
      - Skill CD
      - Attack Range
      - Pickup Range
      - Movement Speed
      - Skill Reroll
      • 2 replies
    • Elemental Adventurer v1.17.3 [+9 Cheats ] Currency Max
      Modded/Hacked App: Elemental Adventurer By SkyRise Digital PTE. LTD.
      Bundle ID: com.elementsadventurer.ios
      iTunes Store Link: https://apps.apple.com/us/app/elemental-adventurer/id1671509460?uo=4

      Hack Features:
      - Unlimited Diamonds 
      - Unlimited Coins 
      - Health MAX
      - Damage MAX
      - Skill CD
      - Attack Range
      - Pickup Range
      - Movement Speed
      - Skill Reroll
      • 29 replies
    • Score Masters v2.4 [ +7 Jailed ] Always Win
      Modded/Hacked App: Score Masters By SKYLOFT YAZILIM BILISIM VE TICARET ANONIM SIRKETI
      Bundle ID: com.bh.hypergoal
      iTunes Store Link: https://apps.apple.com/us/app/score-masters/id6473402760?uo=4


      🚀 Hack Features

      - Auto ADS Disable

      - Gems [ Mission Rewards ]

      - Coins [ Mission Rewards ]

      - Player Score 20 Max

      - Always Win Player

      - AI Score 0

      - AI Miss
      • 8 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