you dont need to hook anything lol if its a patcher then you can add an alert in the preference bundle of the hack
Your Preference bundle Makefiles should be like this:
ARCHS = armv7 arm64include /var/theos/makefiles/common.mkBUNDLE_NAME = MinionsCheatsMinionsCheats_FILES = MinionsCheats.mmMinionsCheats_INSTALL_PATH = /Library/PreferenceBundlesMinionsCheats_FRAMEWORKS = UIKitMinionsCheats_PRIVATE_FRAMEWORKS = Preferencesinclude $(THEOS_MAKE_PATH)/bundle.mkinternal-stage:: $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END) $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/MinionsCheats.plist$(ECHO_END)And you need these 2 files in the preference folder:https://www.dropbox.com/s/2wn34sddgamwmk9/Archive.zip?dl=0
Then in ur .mm file of the patcher, add this code at the latest line before the @end:
-(void)apply {[RKDropdownAlert title:@"Minions Paradise Cheats" message:@"Hacked by Endou for iOSGods.com" backgroundColor:[UIColor yellowColor] textColor:[UIColor orangeColor] time:10];}After all these work, add this code in ur patcher plist:
<dict> <key>action</key> <string>apply</string> <key>cell</key> <string>PSButtonCell</string> <key>label</key> <string>See Credits:</string> </dict>You should know where to put these and apply these so i wont explain that i already told you everything!