-
Posts
66,566 -
Joined
-
Last visited
Community Answers
-
Rook's post in Filza not working on 11.3.1 was marked as the answer
Hello,
Please read: https://iosgods.com/topic/72108-how-to-get-iosgods-deb-hacks-working-with-electra-112-1131/
-
Rook's post in Issue with payment vip was marked as the answer
Your ViP is being refused. Please read the refusal email.
-
Rook's post in Flex 2 not showing any applications was marked as the answer
Flex 2 does not support iOS 11.
Use flex 3 from getdelta.co repo.
-
Rook's post in Help on first hook for tweak.xm was marked as the answer
%hook GameData -(int) getCurrentStars { return 1000; } That’s the correct syntax.
-
Rook's post in Where can I find lastest update was marked as the answer
Here: https://iosgods.com/topic/54812-holiday-special-last-day-on-earth-survival-v191-17-free-jailed-cheats/
-
Rook's post in Direct Install (Non-Jailbroken Apps) was marked as the answer
As of now, no. Keep your eye on the topic though.
-
Rook's post in PUBGMobile VIP Do not install to Filza was marked as the answer
Re-download the .deb file using another browser. It seems like it was corrupted during download.
-
Rook's post in I cant install any free hack with JB was marked as the answer
Hello,
Please see: https://iosgods.com/topic/72108-how-to-get-iosgods-deb-hacks-working-with-electra-112-1131/
-
Rook's post in Ouo.press links was marked as the answer
Hello,
You might be better off to use your PC or an adblocker in order to bypass the annoying ads. We will look into disallowing the use of that link shortener in the future.
-
Rook's post in Electra TVos error - error: exploit while installing Electra was marked as the answer
Hello,
The ignition links are supposed to be viewed and installed via Safari on iOS. They're direct installs, no need for a computer or Cydia Impactor.
Where as exploit error is caused by not enabling Airplane mode when re-jailbreaking.
-
Rook's post in Hack update to v1.1.1? was marked as the answer
Update is coming soon! Be sure to check the topic & iOSGods regularly so you know when it's out. :)
-
Rook's post in How do I fix security code 2 iOSGods? was marked as the answer
Hello,
Please read the author's message inside the topic.
-
Rook's post in Requieres iOS 10.0 or Later was marked as the answer
Read our "How to Install Incompatible iOS Apps on Lower iOS Versions" topic: https://iosgods.com/topic/50557-install-newer-ios-apps-on-a-lower-firmware-ios-device-3-installation-methods/
-
Rook's post in Theos Download/Installation - Need Help! was marked as the answer
Hello,
Follow the official tutorial on iOSGods:
It explains everything. Including the SDK installation.
-
Rook's post in game unstable after removing mod menu was marked as the answer
The way the hack and app works is that whenever you buy something with the money you don't have, it will go minus. And depending on how much you're buying the value will just keep going minus but it will never display on the app itself. So in order to fix this, you need to earn as much as you spend to be able to see the 0 change to another plus number. Or just keep the hack installed.
-
Rook's post in Installing theos was marked as the answer
Yes, you likely declared your $THEOS to be in /var/theos.
-
Rook's post in Theos Error: Preferences was marked as the answer
Hey!
Please use the new and updated iOSGods Tweak & Patcher template here! It has everything ready for you and makes creating tweaks easier!
https://iosgods.com/topic/73048-30-nic-template-iosgods-custom-tweakpatcher-template-for-theos/
-
Rook's post in App Delegate Theos Error iOS 11.2.6 was marked as the answer
Hey!
Please use the new and updated iOSGods Tweak & Patcher template here! It has everything ready for you and makes creating tweaks easier!
https://iosgods.com/topic/73048-30-nic-template-iosgods-custom-tweakpatcher-template-for-theos/
-
Rook's post in Theos iOS 11.3.1 Forward Declaration Error was marked as the answer
Hey!
Please use the new and updated iOSGods Tweak & Patcher template here! It has everything ready for you and makes creating tweaks easier!
-
Rook's post in Last day on Earth loading stuck. was marked as the answer
Hello,
You have crafted unreleased items and broken your game.
-
Rook's post in Mod Menu Icon IPhone X was marked as the answer
You can also use 3 finger swipe down gesture.
Please read our "iOSGods Authenticator & iOSGods Menu FAQ" here: https://iosgods.com/topic/67148-iosgods-authenticator-iosgods-menu-faq-frequently-asked-questions/
-
Rook's post in Theos error when creating a patcher was marked as the answer
Add to the top:
inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; }