mirror of
https://github.com/NohamR/Tweaks.git
synced 2026-05-25 04:17:15 +00:00
Add BusinessJB tweak and patch serve script
This commit is contained in:
8
BusinessJB/Tweak.x
Normal file
8
BusinessJB/Tweak.x
Normal file
@@ -0,0 +1,8 @@
|
||||
#import <substrate.h>
|
||||
#import <mach-o/dyld.h>
|
||||
|
||||
%hook JailbreakDetection
|
||||
- (bool)jailbroken {
|
||||
return FALSE;
|
||||
}
|
||||
%end
|
||||
Reference in New Issue
Block a user