I guess you don't use this [ or this ] Instead you use this "{" "}"
%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