Jump to content

6 posts in this topic

Recommended Posts

Posted

I need help with the iosgods MShook patcher.nic for theos how do I go about the tweak.xm?

There's a Tut on how to properly install theos in the Tutorial Section.

Posted

There's a Tut on how to properly install theos in the Tutorial Section.

I know how to work theos but I don't know how to go about editing the tweak.xm from iosgods MShook patcher.nic
Posted

I know how to work theos but I don't know how to go about editing the tweak.xm from iosgods MShook patcher.nic

You can hook the class

Then write the function/s

Leave the if(GetPrefBool(@"key1"))

Then write the return/arguments

^_^

Posted

You can hook the class

Then write the function/s

Leave the if(GetPrefBool(@"key1"))

Then write the return/arguments

^_^

Example ? :D
Posted (edited)

Example ? :D

 

%hook userstats
-(int)HP:(int)arg1 MP {
if(GetPrefBool(@"key1")) {
return 99999;
arg1 = 99999;
%orig(arg1)
}
%orig
}
%end
Updated by ITz_kser

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
×
  • 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