Jump to content

UIAlertView not showing in-app


Go to solution Solved by Rook,

35 posts in this topic

Recommended Posts

Posted (edited)

I used this and still nothing

 

<UIKit/UIKit.h>

%hook AutoRapStyle
-(BOOL)free {
return true;
}

-(BOOL)isFree {
return true;
}

%end

%hook AutoRapDelegate
-(void)applicationDidBecomeActive:(id)arg {
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"AutoRap Hack" message:@"Hack made by Chrizk0, Enjoy!" delegate:nil cancelButtonTitle:@"Thanks!"otherButtonTitles:nil];
[alert show];
[alert release];
%orig();
}
%end
I smell something wrong but just can't figure it out Updated by Chrizk0
Posted

I used this and still nothing

 

<UIKit/UIKit.h>

%hook AutoRapStyle
-(BOOL)free {
return true;
}

-(BOOL)isFree {
return true;
}

%end

%hook AutoRapDelegate
-(void)applicationDidBecomeActive:(id)arg {
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"AutoRap Hack" message:@"Hack made by Chrizk0, Enjoy!" delegate:nil cancelButtonTitle:@"Thanks!"otherButtonTitles:nil];
[alert show];
[alert release];
%orig();
}
%end
I smell something wrong but just can't figure it out

 

Isn't it AutoRapAppDelegate?

 

Go back one page and try the code I sent. :)

Posted

I used this and still nothing

 

<UIKit/UIKit.h>

%hook AutoRapStyle
-(BOOL)free {
return true;
}

-(BOOL)isFree {
return true;
}

%end

%hook AutoRapDelegate
-(void)applicationDidBecomeActive:(id)arg {
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"AutoRap Hack" message:@"Hack made by Chrizk0, Enjoy!" delegate:nil cancelButtonTitle:@"Thanks!"otherButtonTitles:nil];
[alert show];
[alert release];
%orig();
}
%end
I smell something wrong but just can't figure it out

 

search for applicationdidbecomeactive in Flex 2.............

Posted

Thanks @ @@DiDA @ @@castix you guys are the best, idk if I should post it or not it was a just a test for AlertViews

Which reply solved it? :)

 

Mark one as solved. :)

 

Oh & an AutoRap with these features is already posted. :/

Posted

Which reply solved it? :)

 

Mark one as solved. :)

 

Oh & an AutoRap with these features is already posted. :/

Well not just one post solved it tho a lot of them did

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