#include <substrate.h> %hook SleepSecure -(bool) isLoggedInAndHasReceipt { return TRUE; } %end %hook SleepSecure -(bool) isLoggedIn { return TRUE; } %end %hook SleepSecure -(bool) hasPremium { return TRUE; } %end %hook SleepSecure -(bool) hasPremiumAndSleepSecure { return TRUE; } %end %hook FlurryUtil +(BOOL) deviceIsJailbroken { return FALSE; } %end %hook ANSMetadata -(bool) isJailbroken { return FALSE; } %end %hook ANSMetadata -(bool) computeIsJailbroken { return FALSE; } %end %hook FlurryUtil -(bool) appIsCracked { return FALSE; } %end %hook SleepSecure -(bool) hasBoughtSubscription { return TRUE; } %end %hook SleepSecure -(bool) hasActiveSubscription { return TRUE; } %end