Jump to content

how to covert this code flex to deb ?


Go to solution Solved by Todeskuss,

4 posts in this topic

Recommended Posts

  • Solution
Posted (edited)

IMG_0047.png

Search the forum for that (y)

 

Convert Flex to .deb

 

For the exact code you'd want to put into Tweak.xm:

%hook GADBannerView
-(void) setAdView:(id)fp8 {
fp8 = nil;
%orig(fp8);
}
%end
Updated by Todeskuss
Posted

For the exact code you'd want to put into Tweak.xm:

 

%hook GADBannerView
-(void) setAdView:(id)fp8 {
fp8 = NULL;
%orig(fp8);
}
%end

fp8 = nil;

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