Skip to content

Commit

Permalink
Update Tweak.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh0stByte authored Jan 17, 2018
1 parent ae0fb3b commit 43485a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Tweak.xm
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
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 BBLFTWViewController
Expand Down Expand Up @@ -88,4 +93,4 @@ NSString *username, *password;
[self presentViewController:alertController animated:YES completion:nil];
}

%end
%end

0 comments on commit 43485a9

Please sign in to comment.