Jump to content

KFCzZz

Senior Member
  • Posts

    3,471
  • Joined

  • Last visited

Everything posted by KFCzZz

  1. My 25th comment on page 25 #25
  2. My 24th comment on page 24 #24
  3. This is my 2000th post #23
  4. Pandas are cute #21
  5. :face palm: you actually are high #20
  6. asking for rep is against the rules
  7. :Lenny: sure daddy #16
  8. ????????why you do dis

  9. and you gave me the make file of bullet force but I fixed it up
  10. I just setup Theos last week nope
  11. 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
  12. 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
  13. I knew you would make one It's pretty cool
  14. ????Your Discord????

    1. ___Aaki___

      ___Aaki___

      Aakash99rocks#4154

    2. ProNab

      ProNab

      PingGod#0064

  15. (´༎ຶོρ༎ຶོ`)

×
  • 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