Jump to content

dzcracker

Senior Member
  • Posts

    193
  • Joined

  • Last visited

Everything posted by dzcracker

  1. Can i add reboot button and shut dow? #import <UIKit/UIKit.h> %hook SBPowerDownController -(void)orderFront{ UIAlertView *PowerPlus = [[uIAlertView alloc] initWithTitle:@"Power+" message:@"What would you like to do?" delegate:self cancelButtonTitle:@"cancel" otherButtonTitles:@"Respring", nil]; [PowerPlus show]; [PowerPlus release]; %orig(); } %new - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Respring"]) { system("killall -9 SpringBoard"); } } %end
  2. Thank you so much castix
  3. how can i make respring button in UIAlert?
  4. Thank you man DIDA can we have a section for open source here? ????
  5. Thank so much master castix U r awsooooome man
  6. Requerrnt 1-mobile substrate 2-ifile Feature 1-save gems count 0 2-999999 coin colectef 3-rverything is 999999 in LuckBox Dowload link [Hidden Content] Instruction 1-download the deb 2-open it in ifile 3-install it 4-enjoy Crédit: dzcracker
  7. I want switched inside new pslink I want to organiz my tweak
  8. Look i made a prefbundle with 9 or 10 PSSwitchCel I want to make 6 of them in PSLinkCell http://i.imgur.com/Q5bbVJt.jpg Like this but not list like PSSwitchCell http://iosgods.com/topic/2016-tutorial-how-to-add-pslinklistcell-in-your-preference-bundle/
  9. Castix I mean PSLinkCell with item PSSwitch Into preferenceBundle PSLink with list controller
  10. How can i add 2 or 3 PSLink into my prefbundle with PSSwitch?
  11. Thank you
  12. Thank you
  13. you can dowload action movie fx videos for free watch the video [Hidden Content]
×
  • 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