Jump to content

Error compiling tweak?


Go to solution Solved by Rook,

9 posts in this topic

Recommended Posts

Posted (edited)

Did you install all of the dependencies?

 

Yes

Did you install all of the dependencies?

 

I must of deleted IOS Toolchain. My bad you're right. But even so.... The error at the bottom is still there.

Updated by Yanet Garcia
Posted

Yes

 

I must of deleted IOS Toolchain. My bad you're right. But even so.... The error at the bottom is still there.

How exactly did you setup Theos and its dependencies?

Posted

How exactly did you setup Theos and its dependencies?

 

Its not its dependencies.... I've had theos and all the stuff forever. I just had to resintall iostoolchain. But the bottom error has nothing to do with theos.

 

Already setup :/ the problem is not theos the bottom error is talking about tweak.xm

Posted

Its not its dependencies.... I've had theos and all the stuff forever. I just had to resintall iostoolchain. But the bottom error has nothing to do with theos.

 

Already setup :/ the problem is not theos the bottom error is talking about tweak.xm

Show your tweak.xm then

Posted

Show your tweak.xm then

%hook BetternetUser

 

-(bool)isPremium {

return TRUE;

}

 

-(bool)allowedPremium {

return TRUE;

}

%end

 

%hook FlurryUtil

 

+(bool)deviceisJailbroken {

return FALSE;

}

%end

 

%hook FlurryAdSpaceLayout

 

-(bool)isBanner {

return FALSE;

}

%end

 

%hook ADCConfiguration

 

-(bool)areAdsDisabled {

return TRUE;

}

%end

 

%hook HZLeadboltAdapter

 

-(bool)hasNecessaryCredentials {

return FALSE;

}

%end

 

 

%hook AppDelegate

-(void)applicationDidBecomeActive:(id)argument {

UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"Welcome to Betternet" message:@"Hacked by Yanet Garcia aka MiksterM8. Visif IOSGods.com for more hacks." delegate:nil cancelButtonTitle:@"Thanks!" otherButtonTitles:nil];

[alert show];

[alert release];

}

%end

Guest
This topic is now closed to further replies.
×
  • 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