Jump to content

Theos build error


Go to solution Solved by K3NNNY,

20 posts in this topic

Recommended Posts

Posted (edited)

%hook SBIconController

 

-(void)iconTapped:(id)fp8{

 

 

%orig;

 

UIAlertView *alert = [[uIAlertView alloc]initWithTitle:@"Mr Jump Hack + 5 Cheats!" message:@"Made by Zyko ????????" delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];

 

[alert show];

}

 

%hook CBJBroken

 

+bool isDeviceJailbroken [

return FALSE;

]

 

+bool isAppCracked [

return FALSE;

]

 

 

%hook GameViewV7

 

-bool collideWithWall [

return FALSE;

]

 

-int setJumpCount [

return 999999999;

]

 

 

%hook LevelDescriptor

 

-bool setLocked [

return FALSE;

]

-bool locked [

return FALSE;

]

-int setDeaths [

return -1000000;

]

 

 

%hook SettingsManager

 

-bool adsDisabled [

return TRUE;

]

-void setAdsDisabled [

return TRUE;

]

 

 

%hook FBInterstitialAdInternal

 

-bool showAdFromRootViewController [

return FALSE;

]

 

%end

Updated by Zyko
Posted

Sorry?

You never put %end on hook except the last one

%hook SBIconController

-(void)iconTapped:(id)fp8{


%orig;

UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Mr Jump Hack + 5 Cheats!" message:@"Made by Zyko " delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];

[alert show];
}
%end

%hook CBJBroken

+bool isDeviceJailbroken [
return FALSE;
]

+bool isAppCracked [
return FALSE;
]
%end


%hook GameViewV7

-bool collideWithWall [
return FALSE;
]

-int setJumpCount [
return 999999999;
]
%end

%hook LevelDescriptor

-bool setLocked [
return FALSE;
]
-bool locked [
return FALSE;
]
-int setDeaths [
return -1000000;
]
%end

%hook SettingsManager

-bool adsDisabled [
return TRUE;
]
-void setAdsDisabled [
return TRUE;
]
%end

%hook FBInterstitialAdInternal

-bool showAdFromRootViewController [
return FALSE;
]

%end
Posted

You never put %end on hook except the last one

%hook SBIconController

-(void)iconTapped:(id)fp8{


%orig;

UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"Mr Jump Hack + 5 Cheats!" message:@"Made by Zyko " delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];

[alert show];
}
%end

%hook CBJBroken

+bool isDeviceJailbroken [
return FALSE;
]

+bool isAppCracked [
return FALSE;
]
%end


%hook GameViewV7

-bool collideWithWall [
return FALSE;
]

-int setJumpCount [
return 999999999;
]
%end

%hook LevelDescriptor

-bool setLocked [
return FALSE;
]
-bool locked [
return FALSE;
]
-int setDeaths [
return -1000000;
]
%end

%hook SettingsManager

-bool adsDisabled [
return TRUE;
]
-void setAdsDisabled [
return TRUE;
]
%end

%hook FBInterstitialAdInternal

-bool showAdFromRootViewController [
return FALSE;
]

%end

Now I'm getting this aha:

 

https://s14.postimg.org/ginligaw1/image.png

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