Hey I did with for boom everyone wanted anboom premium unlocker here is it a flex patch so can someone create a tweak of it and email me it I will publish the hack with credits your name Thanks here is the flex code paste it in your tweak.xm
My email=
[email protected]
//Generated with FlexConverter.
#include <substrate.h>
%hook GDLocalIAPReceipt
-(long long) isActiveAutoRenewableSubscriptionForDate:(id)arg1 {
return ;
}
%end
%hook GDReceiptStore
-(void) updateValidationState:(long long)arg1 {
arg1 = ;
return %orig;
}
%end
%hook BMServerConfiguration
-(void) setShouldShowBuyPrompt:(bool)arg1 {
arg1 = TRUE;
return %orig;
}
%end
%hook Boom.BMAnalyticsHandler
-(void) trackPurchaseCompleted:(id)arg1 isRestore:(bool) {
arg2 = TRUE;
return %orig;
}
%end
%hook BMBoomAudioSystemController
-(void) updateSystemState:(long long)arg1 {
arg1 = ;
return %orig;
}
%end
%hook FBSDKServerConfiguration
-(bool) isImplicitPurchaseLoggingSupported {
return TRUE;
}
%end
%hook FBSDKServerConfiguration
-(id) initWithAppID:(id)arg1 appName:(id)arg2 loginTooltipEnabled:(bool)arg3 loginTooltipText:(id)arg4 defaultShareMode:(id)arg5 advertisingIDEnabled:(bool)arg6 implicitLoggingEnabled:(bool)arg7 implicitPurchaseLoggingEnabled:(bool)arg8 systemAuthenticationEnabled:(bool)arg9 dialogConfigurations:(id)arg10 timestamp:(id) errorConfiguration:(id) {
arg3 = TRUE;
arg6 = TRUE;
arg7 = TRUE;
arg8 = TRUE;
arg9 = TRUE;
return %orig;
}
%end
%hook BMStore
-(long long) validateProductWithIdentifier:(id)arg1 {
return ;
}
%end