Jump to content

Rook

Administrator
  • Posts

    66,728
  • Joined

  • Last visited

Everything posted by Rook

  1. YouTube++ for Ad-Free and download the videos for offline use.
  2. Stupid promoters won't get you a promotion.
  3. Cydia Substrate is causing the crash.
  4. So YouTube++ IS causing the crash.. Why? Not sure. :s
  5. Open YouTube so it crashes.
  6. Install CrashReporter and see what it says.
  7. Welcome to Autoplay.
  8. If you update YouTube++ while the app isn't updated, that might happen.
  9. https://iosgods.com/topic/26797-how-to-access-iosgodscom-with-leechers-tweaks-installed/ ...
  10. No thanks, I'm taken.
  11. https://iosgods.com/topic/29187-dungeon-quest-220-4-cheats/ Updated^
  12. You can always contact the developer and ask for an older version?
  13. Updated: https://iosgods.com/topic/29197-disney-magic-kingdoms-v110-2-cheats/
  14. TunnelBear, CybgerGhost, Onavo, VPN One Click etc.
  15. I have LocalIAPStore installed, doesn't happen to me.
  16. Hacked App: Disney Magic Kingdoms By Gameloft iTunes Link: https://itunes.apple.com/us/app/disney-magic-kingdoms/id731592936?mt=8&uo=4&at=1010lce4 Bundle ID: com.gameloft.disneykingdom Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza Unban Instructions: Step 1: Using iFile or Filza, go to /var/keychains Step 2: Open the keychain-2.db file using SQL Editor option in iFile / Filza Step 3: Tap the 'SQL' button in iFile or tap on 'genp' in Filza so it brings up the SQL commands bar at the top. Step 4: Enter these two SQL Commands: delete from genp where agrp = 'A4QBZ46HAP.com.gameloft.SingleSignonGames' and delete from genp where agrp = 'A4QBZ46HAP.com.gameloft.disneykingdom' Step 5: It should say the number of affected rows in Filza. Step 6: Uninstall the game and logout of Game Center to be sure. Step 7: Reboot your device and redownload the game.
  17. There actually is. FirewallIP 7 from Cydia.
  18. Hey, This should be useful for you: UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle: @"Popup Title Here" message: @"Made by niro for iOSGods.com" delegate: self cancelButtonTitle: @"Cancel" otherButtonTitles: @"Send", nil]; [igcredits show]; [igcredits release]; return %orig; } -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { if(buttonIndex !=alertView.cancelButtonIndex) { // When the send button is clicked, do you sending stuff } } Another way: UIAlertView *igcredits = [[UIAlertView alloc] initWithTitle: @"Popup Title Here" message: @"Made by niro for iOSGods.com" delegate: self cancelButtonTitle: @"Cancel" otherButtonTitles: @"Send", nil]; [igcredits show]; [igcredits release]; return %orig; } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Send"]) { // Do your sending stuff here } } You may also find this useful: https://iosgods.com/topic/13988-varieties-of-uialertview-types-to-use-in-your-tweaks-patchers/
  19. No, it requires your PC and iTunes. Unless you can Cydia Impactor and then OTA Update.
  20. No, I am unsure. But with Jailbreak, you'll get more chances than being non-jailbroken.
  21. https://iosgods.com/topic/27494-how-to-ssh-into-your-idevice-via-usb-ifunbox-putty/
×
  • 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