Jump to content

5 posts in this topic

Recommended Posts

Posted

Hi guys I really need your help can someone help me with make my uialert shows just once 

@Rook @Laxus

WR9fDxw.png
 

 

the tweak.x👇🏼

 

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <UIKit/UIControl.h>
#import <spawn.h>
#import <SCLAlertView/SCLAlertView.h>
#import <CoreGraphics/CoreGraphics.h>
#import <Accounts/Accounts.h>
#import <Social/Social.h>
#import <AVFoundation/AVFoundation.h>

%hook UIApplication
-(void)finishedTest:(id)arg1 extraResults:(id)arg2 {

  %orig;


UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"MKAF7 - Iosgods" message:@"ALL FEATURES IS ACTIVE 👍
preferredStyle:UIAlertControllerStyleAlert];

UIAlertAction* halimButton = [UIAlertAction
actionWithTitle:@"iosgods.com "
style:UIAlertActionStyleDefault
handler:^(UIAlertAction * action) {


  [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"www.iosgods.com"]];

                            }];

UIAlertAction* TVButton = [UIAlertAction

actionWithTitle:@"Done " style:UIAlertActionStyleDefault
handler:^(UIAlertAction * action) {

                                }];

[halimButton setValue:[UIColor redColor] forKey:@"titleTextColor"];
[TVButton setValue:[UIColor redColor] forKey:@"titleTextColor"];


[alert addAction:halimButton];
[alert addAction:TVButton];

[[UIApplication sharedApplication].keyWindow.rootViewController presentViewController:alert animated:true completion:nil];

alert.view.tintColor = [UIColor purpleColor];


 }
%end

%hook XYIAPMgr
-(bool)isVIP {
    return 1;

%end

Posted

I think you can hook the “applicationdidfinishlaunching with option”

It’s been a while I haven’t touch this

Posted
26 minutes ago, Laxus said:

I think you can hook the “applicationdidfinishlaunching with option”

It’s been a while I haven’t touch this

Can you help me with it??

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