✨ Something great is coming! 🚀
Stay tuned for the big reveal happening here on iOSGods on the 17th of December!
The countdown has finished!
jdcc4723
Senior Member-
Posts
204 -
Joined
-
Last visited
Everything posted by jdcc4723
-
Let me see it
-
Tutorial [PDF] IDA PRO Code Injection Tutorial
jdcc4723 replied to NitroxicDemon's topic in Tutorials
Let me see -
thank u u u
-
😍
-
ty so much
-
Good man
-
Ty ....
-
DIY Hack PUBG 0.9.1 Make Your Name Invisible Trick. Jb/Non-JB
jdcc4723 replied to _BinLaden_'s topic in DIY Cheats
ty -
DIY Hack PUBG MOBİLE HİDE GRASSS AND ANTENA HACK! [DLG] 0.10.0.x
jdcc4723 replied to omeraksoy's topic in DIY Cheats
thxxx -
thx
-
Ty sir
-
ty man
-
Help/Support How to make dylib supports IPA/NON Jailbreak From MacBook Air
jdcc4723 replied to jdcc4723's topic in Help & Support
when I removed this line no error after-all:: $(ECHO_NOTHING) echo " Moving Dylib..."$(ECHO_END) $(ECHO_NOTHING) mkdir ./dylib/ $(ECHO_END) $(ECHO_NOTHING) cp -v $(THEOS_OBJ_DIR)/01.dylib ./dylib/ $(ECHO_END) $(ECHO_NOTHING)echo " Dylib Moved"$(ECHO_END) but there is no dylib file -
Help/Support How to make dylib supports IPA/NON Jailbreak From MacBook Air
jdcc4723 replied to jdcc4723's topic in Help & Support
I know how to make dylib from my phone and supports IPA and I know how to injecte by install -c load -p "@executable_path/xxxxxxxx.dylib" but my problem I can't make dylib supports IPA from MACBook always got this error : make package Makefile:23: *** missing separator. Stop. I think the problem from my makefile ARCHS = armv7 arm64 GO_EASY_ON_ME=1 THEOS_BUILD_DIR = Packages THEOS_OBJ_DIR_NAME = obj include $(THEOS)/makefiles/common.mk TWEAK_NAME = 01 01_FILES = Tweak.xm $(wildcard *.m) 01_FRAMEWORKS = UIKit 01_LOGOSFLAGS = -c generator=internal 01_INSTALL_PATH = @executable_path 01_USE_SUBSTRATE = false include $(THEOS_MAKE_PATH)/tweak.mk after-all:: $(ECHO_NOTHING) echo " Moving Dylib..."$(ECHO_END) $(ECHO_NOTHING) mkdir ./dylib/ $(ECHO_END) $(ECHO_NOTHING) cp -v $(THEOS_OBJ_DIR)/01.dylib ./dylib/ $(ECHO_END) $(ECHO_NOTHING)echo " Dylib Moved"$(ECHO_END) so can u tell me how to fix it plz ? THANK YOU!