Jump to content

KFCzZz

Senior Member
  • Posts

    3,471
  • Joined

  • Last visited

Everything posted by KFCzZz

  1. 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
  2. I knew you would make one It's pretty cool
  3. ????Your Discord????

    1. ___Aaki___

      ___Aaki___

      Aakash99rocks#4154

    2. ProNab

      ProNab

      PingGod#0064

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

  5. you made the rules #8
  6. 100 comment limit so #2
  7. Here goes nothing #1
  8. @Joka + @Nitroxic = Best couple ever
  9. Wrong section should be in help and support
  10. As always nice
×
  • 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