-
Posts
2,205 -
Joined
-
Last visited
Everything posted by Fadexz
-
Tutorial Make IGMM menu work on Electra 11.2 - 11.3.1
Fadexz replied to Mr_BigBoss's topic in Tutorials
If you can't install stuff with Filza it may also be that you are using an old version of Filza and not the latest. -
Tip: Don't install anything that messes with the booting or system files unless it is 100% working for your version otherwise you are risking a boot loop. What repo were you installing it from? Try removing the BigBoss repo and adding it again.
-
You would need to tell use wether you are jailbroken or you haven't jailbroken so that we know what instructions to give you.
-
Help/Support Extract SEP and Baseband to use in FutureRestore
Fadexz replied to Kyle2100's topic in Help & Support
You might be able to use the latest on from iOS 11.4 but IDK if its compatible maybe that's why they are saying that. You can find the files in the IPSW I think, just look up a video on how to find them. -
Help/Support Fortnite Mobile Jailbreak Detection
Fadexz replied to Wayhaysoe's topic in Help & Support
Will using a jailbroken device you cannot play Fortnite, it checks for files on your device that only a jailbroken device would have. If you want to play Fortnite on mobile then you would need to remove your jailbreak but that is up to you wether it is worth it over your jailbreak. Otherwise use another non-jailbroken device. -
Try sign in via Wi-Fi instead of Cellular if you are.
-
Help/Support How to unjailbreak Electra 11.3.1
Fadexz replied to Wayhaysoe's topic in Help & Support
Try use a method from the iOS 11.0-11.1.2 Electra Jailbreak as it should be the same (but may not), that's your only option for now at least. -
Best iOS 11 Tweaks [My Tweak Collection]
Fadexz replied to Fadexz's topic in iOSGods Archives's General Cydia
Thank you! -
Non-Jailbroken Hack [ARM64] Earn to Die 3 v1.0.5 Jailed Cheats +2
Fadexz replied to Laxus 's topic in Free Non-Jailbroken IPA Cheats
Awesome! -
lol, ok
-
Thanks for the update.
-
Here's a GREAT feature the best i've thought of. When following a topic add an option to receive notifications whenever the topic is updated (edited). This allows you to find out when topics/hacks are actually updated without manually searching for the topic again later. This can help users keep their hacks updated or find out whenever a topic that are keeping an eye on or like gets updated. Example:
-
OMG what a waste of time downloading it. ? I thought there wasn't a JB one
-
@ZeonXz Its not hard to search for it.
-
As long as its the same OS version, it will work. Its kinda like Windows 10 getting an update, the apps will still function properly unless there's an update that effects them but that is unlikely. iOS 9 tweaks will work with iOS 9.0.2 or iOS 9.3.5, same with iOS 11 (11.0.1 - 11.3.1 will work) (unless for some reason an update effects them).
-
I thought you made that mistake so I tried tweak.xm also In compiling error. I solved the issue BTW, I marked it as solved so you wouldn't have seen it.
-
I fixed the issue by creating a new project and re-writing it. I think the issue was caused because it was being stupid and using the old backup it uses after compiling the tweak. It probably could have been easier solved by deleting these two folders from the project directory.. .. which are created after the first compile. Thanks for everyone's help!!
-
I tried using lowercase but it still shows as uppercase in theos. I tried SSHing into my device and searching for 'nano Tweak.xn' in the directory but its fails to find it, using CyberDuck.
-
Yes, i'm just trying to turn it into a tweak. I was thinking about creating a new project but re-writing it.
-
It didn't do anything. #import <substrate.h> #import <Foundation/Foundation.h> string Return = "return"; %hook OTDeviceSafetyUseCase -(BOOL) isDeviceSafeToUse { Return TRUE; } %end Here's my makefile if there's anything that needs to be added. I removed ARCHS ... include $(THEOS)/makefiles/common.mk TWEAK_NAME = OpalDisableJailbreakCheck OpalDisableJailbreakCheck_FILES = Tweak.xm include $(THEOS_MAKE_PATH)/tweak.mk
-
I did type it in lowercase, it just shows like that for some reason in theos. I also tried rewriting it but that seemed to not fix it.
-
Oh of course, how could I forget.
-
Literally just downloaded this 15 minutes ago, lol.
-
What mistake did I make? #import <substrate.h> #import <Foundation/Foundation.h> %hook OTDeviceSafetyUseCase -(BOOL) isDeviceSafeToUse { return TRUE; } %end It’s been a while since I’ve created a tweak.