-
Posts
66,729 -
Joined
-
Last visited
Everything posted by Rook
-
https://iosgods.com/topic/26797-how-to-access-iosgodscom-with-leechers-tweaks-installed/ ...
-
No thanks, I'm taken.
-
https://iosgods.com/topic/29187-dungeon-quest-220-4-cheats/ Updated^
-
Help/Support Need more old version User Agent Changer
Rook replied to connan_vip9x's topic in Help & Support
You can always contact the developer and ask for an older version? -
Patcher Hack Disney Magic Kingdoms Cheats v1.0.7 +2
Rook replied to Zahir 's topic in Free Jailbreak Cheats
Updated: https://iosgods.com/topic/29197-disney-magic-kingdoms-v110-2-cheats/- 190 replies
-
- Hack
- Tweak Hack
-
(and 1 more)
Tagged with:
-
TunnelBear, CybgerGhost, Onavo, VPN One Click etc.
-
I have LocalIAPStore installed, doesn't happen to me.
-
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.
-
There actually is. FirewallIP 7 from Cydia.
-
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/
-
No, it requires your PC and iTunes. Unless you can Cydia Impactor and then OTA Update.
-
Request Looking for all filters and effects run for Snapchat iphone 4s
Rook replied to caroline72's topic in Hack Requests
No, I am unsure. But with Jailbreak, you'll get more chances than being non-jailbroken. -
https://iosgods.com/topic/27494-how-to-ssh-into-your-idevice-via-usb-ifunbox-putty/
-
It's apparently a bug with 9.0.2 and guess what? You also can't fix it unless you update your iOS.
-
No, doubt it? You can SSH using iFunBox also.
-
Run it on putty so you can see more and find which process you need to kill in order for the ads to stop.
-
Request Looking for all filters and effects run for Snapchat iphone 4s
Rook replied to caroline72's topic in Hack Requests
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. -
Run top in Terminal and see which tweaks are runnin
-
That's not XcodeGhost, that's something else.
-
Remove the tweak or app that has it.
-
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.
-
Try QuickPass?
-
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.
-
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.