Jump to content

[Tutorial] How to make your UIAlertView Popup only appear once!


96 posts in this topic

Recommended Posts

Posted

Popups are really annoying sometimes because they load up everytime you launch the app, go back from the app switcher or quickly check something in Control Center. The cheaters don't want that either but since they do their best to protect the cheats from leeching they have to go back on this uncomfortable way.

 

Not anymore ! By using this method your UIAlertView (popup) will only appear once the specific app/game has launched.

 

Hidden Content

React or reply to this topic to see the hidden content & download link. 👀

  • Like 178
  • Winner 16
  • Thanks 17
  • Haha 5
  • Agree 13
  • Informative 12
Posted (edited)

Already know that.

 

Edit:

Just use this code

%hook AppDelegate

-(BOOL) application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 {

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"xxxx Hack"
message:@"Hacked By xxxx" delegate:nil cancelButtonTitle:@"Enjoy!"
otherButtonTitles:nil];

[alert show];
[alert release];

return %orig;
}

%end
This will show the popup everytime you open a game. Updated by xXtcikotciXx
Posted

Thank you manDIDA can we have a section for open source here?

????

we already do . The coding section :3
  • Like 1
  • Thanks 1
  • Haha 1

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