Browse Source

Update Tweak.xm

tags/1.0.0
Matthew Matter 6 years ago
parent
commit
43485a9f27
No account linked to committer's email address
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      Tweak.xm

+ 7
- 2
Tweak.xm View File

NSString *username, *password;
/*
* Tweak.xm
* Date: January 16, 2018
* Developed by Gh0stByte, All Rights Reserved
*/
NSString *username, *password;


// Hook into the main view controller // Hook into the main view controller
%hook BBLFTWViewController %hook BBLFTWViewController
[self presentViewController:alertController animated:YES completion:nil]; [self presentViewController:alertController animated:YES completion:nil];
} }


%end
%end

Loading…
Cancel
Save