Recent content by datdudechico

  1. Tutorial iOS Mod Menu Theos NIC Template - Create MM for iOS

    Need help, can you tell me how can I set up this for a flex patch switch on Checking if a switch is on: Objective-C: bool manaOn = [menu getSwitchOnForSwitch:@"Mana"]; if(manaOn) { //stuff } My tweak example #import <UIKit/UIKit.h> %hook LocalUserData -(bool)isTrailUnlocked { return...