Jump to content

KFCzZz

Senior Member
  • Posts

    3,471
  • Joined

  • Last visited

Everything posted by KFCzZz

  1. #30 70 more to go
  2. #29 currently I'm on the top
  3. #28 Panda are black, white and Asian
  4. My 25th comment on page 25 #25
  5. My 24th comment on page 24 #24
  6. This is my 2000th post #23
  7. Pandas are cute #21
  8. :face palm: you actually are high #20
  9. asking for rep is against the rules
  10. :Lenny: sure daddy #16
  11. ????????why you do dis

  12. and you gave me the make file of bullet force but I fixed it up
  13. I just setup Theos last week nope
  14. k ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = Betternet Betternet_FILES = Tweak.xm Betternet_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk
  15. My Tweak.xm : #include <substrate.h> %hook BetternetUser -(void) setIsPremium:(bool)arg1 { arg1 = TRUE; return %orig; } %end %hook BetternetUser -(bool) isPremium { return TRUE; } %end %hook AppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[uIAlertView alloc] initWithTitle:@"Welcome" message:@"Hacked by KFCzZz for iOSGods.com" delegate:self cancelButtonTitle:@"Close" otherButtonTitles:@"Visit Us", nil]; [credits show]; [credits release]; return %orig; } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit Us"]) { [[uIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iOSGods.com/]]; } } %end
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines