Jump to content

Rook

Administrator
  • Posts

    66,601
  • Joined

  • Last visited

Everything posted by Rook

  1. 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.
  2. There actually is. FirewallIP 7 from Cydia.
  3. 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/
  4. No, it requires your PC and iTunes. Unless you can Cydia Impactor and then OTA Update.
  5. No, I am unsure. But with Jailbreak, you'll get more chances than being non-jailbroken.
  6. https://iosgods.com/topic/27494-how-to-ssh-into-your-idevice-via-usb-ifunbox-putty/
  7. It's apparently a bug with 9.0.2 and guess what? You also can't fix it unless you update your iOS.
  8. No, doubt it? You can SSH using iFunBox also.
  9. Run it on putty so you can see more and find which process you need to kill in order for the ads to stop.
  10. You can't. Especially on Non-Jailbroken. I gues the filters require a lot of processing power which SnapChat decided that the 4s doesn't have.
  11. Run top in Terminal and see which tweaks are runnin
  12. That's not XcodeGhost, that's something else.
  13. Remove the tweak or app that has it.
  14. Then install a tweak on Cydia to allow you to enter your passcode unlimited times, until you get it right. Or read the topics above. A reply might be useful there on how to disable it manually.
  15. You should debug your traffic and see when xcode ghost starts contacting their servers when you do x thing or open x app on your device.
  16. There's a RemovePasscode Tweak from coolstar.org/publicrepo Read these topics: https://iosgods.com/topic/7525-forgot-my-iphones-lockcodepasscode-what-to-do/ https://iosgods.com/topic/6319-iphone-disabled-due-to-too-many-failed-passcode-attempts/ Or you can install TimePasscode Pro from Cydia and your passcode will be your current time.
  17. I applied the changes and it looks like: It affects every table around the forums. http://i.imgur.com/BkWB02w.png http://i.imgur.com/CmH91oq.png -> This one looks good. The rest, not so much. Nevermind ^^ Applied and fixed! Thank you !
  18. Reinstall the hack and try again.
  19. Try completing the setup to understand what's happening.
  20. :dance: :dance: :dance: 1,000,000 Posts! :dance: :dance: :dance: :dance:
  21. Nice topic.
  22. Basically removes Jailbreak, so you can re-jailbreak.
  23. It's no big issue. Just there for Apple Developers to test certain functions on iOS. Rebooting should remove it.
×
  • 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