Jump to content

are there errors in the structure of my hack?


Go to solution Solved by mehdiphone,

12 posts in this topic

Recommended Posts

Posted

  1. 
    

    %hook FLUser

     

    -(bool)hasValidCoachSubscription {

    return TRUE;

    }

     

    -(bool)hadCoachSubscription {

    return TRUE;

    }

     

    -(bool)hasActiveCoach {

    return TRUE;

    }

    %end

     

    %hook CoachSkillDetailsViewController

     

    -(void)unlockSkill:(bool)argument {

    argument = TRUE;

    %orig(argument);

    }

    %end

     

    %hook FLCoach

     

    -(bool)isSubscriptionExpired {

    return FALSE;

    }

     

    -(bool)isSubscriptionValid {

    return TRUE;

    }

     

    -(bool)active {

    return TRUE;

    }

     

    -(void)setActive:(bool)argument {

    argument = TRUE;

    %orig(argument);

    }

    %end

     

Posted

Ohhh lemme try then thanks castix!

Did you fix it?

Posted

Worked when i made a new project and typed the bundle correctly :3

So the error was in your filter? :)

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