瀏覽代碼

Update Tweak.xm

tags/1.0.0
Matthew Matter 6 年之前
父節點
當前提交
43485a9f27
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存