add JaysonPlus (not working)

This commit is contained in:
√(noham)²
2026-02-24 22:43:32 +01:00
parent 5973408630
commit f314bf991f
5 changed files with 43 additions and 0 deletions

11
JaysonPlus/Tweak.x Normal file
View File

@@ -0,0 +1,11 @@
#import <substrate.h>
%hook UnlockEverythingManager
- (BOOL)haveUnlockedEverything {
return TRUE;
}
- (void)setHaveUnlockedEverything:(BOOL)unlocked {
%orig(YES);
}
%end