Jump to content

5 posts in this topic

Recommended Posts

Posted
-(void)setAutoPlay:(BOOL)arg1 {
if(GetPrefBool (@"k1")) {
arg1 = FALSE;
%orig (arg1);
}
return %orig;
}

looks right but it don't work any help with this would helpful in finishing the vine hack 

 

i well send tweak.xm in pm if needed. and if possable can someone send the  code for the texteditor or what ever thats called to edit the amount or enter any of amount cuz am going to need help with that last time i tried adding it to my micromon hack it i epic failed.

Posted

@@Dex @@DiDA

- (void)setAutoPlay:(BOOL)autoPlay
{
   %orig(GetPrefBool(@"k1"));
}

Also, methods with a return type of "void" means that the method should not return anything

didn't work

Posted

 

-(void)setAutoPlay:(BOOL)arg1 {
if(GetPrefBool (@"k1")) {
arg1 = FALSE;
}
return %orig;
}

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