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

 

%hook GetCoinsViewController
- (void)postFollowResult:(BOOL)arg1 aid:(id)arg2 followID:(id)arg3 error:(id)arg4 {
arg1 = TRUE;
%orig(arg1, arg2, arg3, arg4);
}
%end

 

This should work :mellow:

  • Solution
Posted (edited)
%hook GetCoinsViewController
- (void)postFollowResult:(BOOL)arg1 aid:(id)arg2 followID:(id)arg3 error:(id)arg4 {
arg1 = TRUE;
%orig(arg1, arg2, arg3, arg4);
}
%end

This should work :mellow:

 

 

Already tried that man, sorry, doesn't work for some reason.

 

Should i make it exactly how you did it here? Think i already tried that and nothing but i can try again if thats what you want me to do.

Updated by ProCydia
Posted

Already tried that man, sorry, doesn't work for some reason.

 

Should i make it exactly how you did it here? Think i already tried that and nothing but i can try again if thats what you want me to do.

If you already did it exactly like that then no need to try it again. You should check to see if the filter is correct and make sure the flex tweak isn't turned on.

 

I suggest you also add a UIAlertView to see if the hack gets activated when the app gets opened.

Posted

If you already did it exactly like that then no need to try it again. You should check to see if the filter is correct and make sure the flex tweak isn't turned on.

 

I suggest you also add a UIAlertView to see if the hack gets activated when the app gets opened.

 

Thank you, your code worked. What i didn't do last time was put the actual method after arg1, arg2,etc... as in last time i did (BOOL)arg1:(id)arg2, and didn't add the actual method aid afterwards, as in (BOOL)arg1 aid:(id)arg2.

 

Thank you for the help.

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