Jump to content

Cyber X

Senior Member
  • Posts

    543
  • Joined

  • Last visited

Everything posted by Cyber X

  1. Wrong section post in request @DiDA lock?
  2. for what lol
  3. Features: - Infinite HP - Infinite MP - Infinite ATK - Infinite DEF - Infinite STR - Infinite VIT - Infinite INT - Infinite DEX ADDED -Faster Leveling Link: [Hidden Content] Instructions: 1. Download the .deb 2. Send it to your Device. 3. Navigate to where you saved the .deb 4. Click on > installer 5. Run and Enjoy Credits: Amuyea for letting me use her patch ENJOY -L33TPr0xY
  4. @@castix can you help me add the link for iOSGod button [link to site] Credits [link to who helped me]?
  5. I have a close button Close buttons is iAgree The links I want to add to iOSGods and Credits Unless I can make the credit button open a new popup and add the credits there haha
  6. So I spiced up my alert and I have 3 buttons one in cancelbutton and two in otherbutton How can I link the 2 otherbuttons to diffrent links? @"iOSGods" , @"Credits" , nil] Linking one to the site an the other to a members page
  7. ryandxo Enjoy your stay -L33TPr0xY
  8. How To Get The Paid Display Recorder FREE!!!!!!! Requirements http://iosgods.com/topic/3595-tutorial-how-to-get-free-paid-cydia-tweaks-and-apps/Steps [Hidden Content] Now you will have Display Recorder Hope this Helped if so give a BIG THANKS ENJOY -L33TPr0xY
  9. Code In my tweak %hook FraggerAppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"Fragger Hacked Successfully" message:@"Hacked by L33TPr0xY from iOSGods.com!!" delegate:self cancelButtonTitle:@"Close" otherButtonTitles:@"iOSGods", nil]; [credits show]; [credits release]; %orig; } -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *credits = [alertView buttonTitleAtIndex:buttonIndex]; if([credits isEqualToString:@"iOSGods"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iOSGods.com"]]; } } %end
  10. I fixed it I messed around removing stuff and the problem with the link not opening was I had to remove the %new then I ran it and it opened in no time That's you for the help @DiDA @@castix
  11. ok i got it to show up but then i click on Visit Us it closed out the alert
  12. yup and its hard to find whats wrong bc there are no errors
  13. im so lost now whats right whats wrong? lol this is why iv asked for someone to show me on tv its way faster and use can actually see whats wrong
  14. uninstall the latest tweaks you installed does it crash in safemode?
  15. is there away to make a linked alert with just the Tweak or do i need to make a PreferenceBundle thanks
  16. i used the name from CFBundleDisplayName
  17. testing alerts bc i have no clue how to find what goes %hook { do i put apps name here? }AppDelegate but i installed the tweak and no alert #import <UIKit/UIKit.h> %hook KikAppDelegate -(void)applicationDidBecomeActive:(id)argument { UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"This is a TEST" message:@"TESTING TESTING 123" delegate:nil cancelButtonTitle:@"hello" otherButtonTitles:nil]; [alert show]; [alert release]; } %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