Jump to content

12 posts in this topic

Recommended Posts

Posted (edited)
%hook AdsManager
	 
	-(void)setBannerAdmob:(id)arg {
	%orig(NULL);
	 
	}
	 
%end
Updated by Pro
Posted
12 minutes ago, Pro said:

No problem ^_^

don't work :((

my tweak:

%hook GADAd
-(void) setAdURL:(id)arg1 {
%orig(NULL);
}
%end

%hook GADAd
-(void) setAdHTML:(id)arg1 {
%orig(NULL);
}
%end

%hook GADAd
-(void) setAdBaseURL:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsInterstitialServeEntity
-(void) setAdsAdmob:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsInterstitialServeEntity
-(void) setAdsAdtima:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsInterstitialServeEntity
-(void) setAdsInmobi:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBannerServeEntity
-(void) setAdsAdmob:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBannerServeEntity
-(void) setAdsAdtima:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBannerServeEntity
-(void) setAdsInmobi:(id)arg1 {
%orig(NULL);
}
%end

%hook AdsCollectionViewCell
-(void) setAdsBannerView:(id)arg1 {
%orig(NULL);
}
%end

%hook AdsFlowManager
-(bool) allowShowWelcomAds {
return FALSE;
}
%end

%hook ZAdsNativeEntity
-(void) setAdsClickTo:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBanner
-(bool) getAdsAutoRefresh {
return FALSE;
}
%end

%hook ZAdsBanner
-(void) onMobvistaBannerShow:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBanner
-(void) onFacebookBannerShow:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBanner
-(void) onAdmobBannerShow:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBanner
-(void) onAdtimaHtmlBannerShow:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBanner
-(void) onAdtimaRichBannerShow:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBanner
-(void) onAdtimaBannerShow:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsBanner
-(void) onAdtimaVideoBannerShow:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsPartnerInterstitialAbstract
-(void) setInterstitialAdmob:(id)arg1 {
%orig(NULL);
}
%end

%hook MVNativeAdRequest
-(void) setAdmobManager:(id)arg1 {
%orig(NULL);
}
%end

%hook MVUnitSetting
-(void) setAdmobUnitId:(id)arg1 {
%orig(NULL);
}
%end

%hook MVCampaignExp
-(void) setAdmobNativeAd:(id)arg1 {
%orig(NULL);
}
%end

%hook ZAdsInterstitial
-(void) onAdmobInterstitialShow:(id)arg1 {
%orig(NULL);
}
%end

%hook Fabric
-(void) setAdvertisingToken:(id)arg1 {
%orig(NULL);
}
%end

Posted (edited)
17 minutes ago, DiDA said:

Check your bundle id.

can you  Convert to Objective-C with the above image. thank very much. my tweak don't work @Joka

Updated by tmtwin

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