Jump to content

I need help with this method im trying to use on my tweak


Go to solution Solved by ProCydia,

25 posts in this topic

Recommended Posts

Posted
Solves your problem
- (void)postFollowResult:(BOOL)fp8 (id)fp12 (id)fp16 (id)fp20 {

      return %orig(true, fp12, fp16, fp20);

}
 
Here's the patcher
- (void)postFollowResult:(BOOL)fp8 (id)fp12 (id)fp16 (id)fp20 {

      if(GetPrefBool(@"kAid")) {  

      return %orig(true, fp12, fp16, fp20);

      }

      return %orig;

}

You are not the real ProCydia -_-

 
Posted (edited)

 

Solves your problem
- (void)postFollowResult:(BOOL)fp8 (id)fp12 (id)fp16 (id)fp20 {

      return %orig(true, fp12, fp16, fp20);

}
 
Here's the patcher
- (void)postFollowResult:(BOOL)fp8 (id)fp12 (id)fp16 (id)fp20 {

      if(GetPrefBool(@"kAid")) {  

      return %orig(true, fp12, fp16, fp20);

      }

      return %orig;

}

You are not the real ProCydia -_-

 

 

 

Thanks for the help but no thank you on the inappropriate comment. I didn't know there was a "real" ProCydia.

 

edit: didn't fix my problem though.

Updated by ProCydia
Posted

Thanks for the help but no thank you on the inappropriate comment. I didn't know there was a "real" ProCydia.

 

edit: didn't fix my problem though.

 

You even took his picture lol

 

The code is correct but maybe the function itself doesn't do anything ot at least not what you thought.

Posted

You even took his picture lol

 

The code is correct but maybe the function itself doesn't do anything ot at least not what you thought.

 

What are you talking about? Can you please tell me who this other ProCydia is your talking about? I would like to know.

 

And the function works because it does work with my flex patch.

Posted

What are you talking about? Can you please tell me who this other ProCydia is your talking about? I would like to know.

 

And the function works because it does work with my flex patch.

Which app is it?

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