Jump to content

Help With UIAlertView PopUp


Go to solution Solved by Rook,

11 posts in this topic

Recommended Posts

Posted

Hey Guys

thanks for helping me with my previous problem.

now I want to ask for another help hehe :D
I'm making my ms hack and I want to put a PopUp but this error shows up :

qrODQkw.png

 

Please Help Me If You Need My Tweaks.xm of it here it is :

%hook CCHomeViewController
-(void)applicationDidBecomeActive:(id)arg {
UIAlertView *credits = [[uIAlertView alloc] initWithTitle:@"CC Bypasser" 
                                                message:@"Made By DeathFork of iOSGods.com" 
                                               delegate:nil 
                                      cancelButtonTitle:@"Thanks" 
                                      otherButtonTitles:nil];
[credits show];
[credits release];
%orig;
}
%end
 
Please Help Thanks :)
  • Solution
Posted

Did you add

PROJECTNAME_FRAMEWORKS = UIKit

To the makefile?

Posted

Here is the simple code i use:

 

%hook SexyApplicationDelegate

-(void)applicationDidBecomeActive:(id)arg {
UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"PvZ2 v2.7.1 Cheats"
message:@"Hacked by ZahirSh3r"
delegate:nil
cancelButtonTitle:@"Awesome"
otherButtonTitles:nil];
[credits show];
[credits release];
%orig;
}

%end
Posted

I installed blockhead hack from cydia but when I go into the game a thing pops up and says that I'm not vip then later it won't let me go into severs with the hack

 

Please help

Posted

I installed blockhead hack from cydia but when I go into the game a thing pops up and says that I'm not vip then later it won't let me go into severs with the hack

 

Please help

please do not ask for help on another person's topic please make a different topic for this problem thank you 

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