소스 검색

Update Tweak.xm

tags/1.0.0
Matthew Matter 6 년 전
부모
커밋
43485a9f27
No account linked to committer's email address
1개의 변경된 파일7개의 추가작업 그리고 2개의 파일을 삭제
  1. +7
    -2
      Tweak.xm

+ 7
- 2
Tweak.xm 파일 보기

@@ -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
@@ -88,4 +93,4 @@ NSString *username, *password;
[self presentViewController:alertController animated:YES completion:nil];
}

%end
%end

Loading…
취소
저장