Jump to content

Preprocessing error...


Go to solution Solved by castix,

31 posts in this topic

Recommended Posts

Posted

Who said you need to change it 0.o 

 

%hook class

%new

{...}

I have no idea what to do with it...

Shall I delete it? :lol:

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution
Posted

I have no idea what to do with it...

Shall I delete it? :lol:

%hook AppDelegate

%new
-(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {

NSString *button = [alertView buttonTitleAtIndex:buttonIndex];

if([button isEqualToString:@"Visit Us"])
{
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://iosgods.com/"]]; 
}
}

%end
Posted

I compiled it but only 1 feature works :lol:

For the new game you're trying to hack? You also need to change the peference bundle

Posted

For the new game you're trying to hack? You also need to change the peference bundle

I did.. aha

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