Jump to content

KFCzZz

Senior Member
  • Posts

    3,471
  • Joined

  • Last visited

Everything posted by KFCzZz

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

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

    1. ___Aaki___

      ___Aaki___

      Aakash99rocks#4154

    2. ProNab

      ProNab

      PingGod#0064

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

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