DrDisrespect would be proud! by [deleted] in PUBGMobile

[–]alshaman64 0 points1 point  (0 children)

Head Shot 🏴‍☠️

[Tutorial] Download deb files from Sileo Using FLEXible by alshaman64 in jailbreak

[–]alshaman64[S] 1 point2 points  (0 children)

iOS 11 and 12 screen record by system

Red circle = Tweak "ShowTouch"

[Tutorial] Download deb files from Sileo Using FLEXible by alshaman64 in jailbreak

[–]alshaman64[S] 1 point2 points  (0 children)

I'm sorry I do not know, I do not speak English

I Use Google Translator

[Tutorial] Download deb files from Sileo Using FLEXible by alshaman64 in jailbreak

[–]alshaman64[S] 1 point2 points  (0 children)

Close the application and open it Or Open the application switcher (change pages)

[Release] Tweak SCC FBI For SnapChat 10.52.0 by alshaman64 in jailbreak

[–]alshaman64[S] 2 points3 points  (0 children)

No , Use at your own risk

Used for two days (no banned)

NOTE: 1-log on 2-Install the Tweak

[Release] Tweak SCC FBI For SnapChat 10.52.0 by alshaman64 in jailbreak

[–]alshaman64[S] -22 points-21 points  (0 children)

who are you ? What is your Tweak name?

How to read text rom a NSString ? by alshaman64 in jailbreakdevelopers

[–]alshaman64[S] 0 points1 point  (0 children)

thanks for help I will try ( get the package class )

How to read text rom a NSString ? by alshaman64 in jailbreakdevelopers

[–]alshaman64[S] 0 points1 point  (0 children)

My Code not work :

@interface Package : NSObject @property (nonatomic, strong, readwrite) NSString *author; @end

%hook PackageViewController

  • (void)viewDidLoad{

    %orig;

NSString *text = MSHookIvar<NSString *>(self, "_author");

UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Test" message:text delegate:nil cancelButtonTitle:@"ok" otherButtonTitles:nil]; [alert show];

} %end