Jump to content

Cyber X

Senior Member
  • Posts

    543
  • Joined

  • Last visited

Everything posted by Cyber X

  1. download them to ifile and install it that way
  2. Wrong section post in request @DiDA lock?
  3. for what lol
  4. 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
  5. @@castix can you help me add the link for iOSGod button [link to site] Credits [link to who helped me]?
  6. 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
  7. 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
  8. ryandxo Enjoy your stay -L33TPr0xY
  9. 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
  10. 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
  11. 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
  12. ok i got it to show up but then i click on Visit Us it closed out the alert
  13. yup and its hard to find whats wrong bc there are no errors
  14. 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
  15. uninstall the latest tweaks you installed does it crash in safemode?
  16. is there away to make a linked alert with just the Tweak or do i need to make a PreferenceBundle thanks
  17. i used the name from CFBundleDisplayName
×
  • 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