Jump to content

Could someone create a cydia tweak


Go to solution Solved by Amuyea,

7 posts in this topic

Recommended Posts

Posted (edited)

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

Updated by demycydiahacker
Posted

FlexConverter doesn't magically turn everything into a valid code that the terminal will accept. Especially when there's more than 1 argument.

 

 

Do as Amu said and learn how to code ;)

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