-
Posts
1,096 -
Joined
-
Last visited
Everything posted by bus991
-
idk but this ddint work for me but just use gdb
-
you can put it in my ass too
-
i get this bullsh!t > Making all for tweak test… ==> Preprocessing Tweak.xm… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… ==> Compiling Tweak.xm (armv7)… ==> Linking tweak test (arm64)… ==> Generating debug symbols for test… warning: no debug symbols in executable (-arch arm64) ==> Stripping test (arm64)… rm /var/root/test/.theos/obj/arm64/Tweak.xm.mm ==> Linking tweak test (armv7)… ==> Generating debug symbols for test… warning: no debug symbols in executable (-arch armv7) ==> Stripping test (armv7)… rm /var/root/test/.theos/obj/armv7/Tweak.xm.mm ==> Merging tweak test… ==> Signing test… > Making all in testSettings… > Making all for bundle test… ==> Copying resource directories into the bundle wrapper… ==> Compiling test.mm (arm64)… ==> Compiling test.mm (armv7)… ==> Linking bundle test (armv7)… ld: warning: directory not found for option '-F/var/theos/sdks/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks' ld: framework not found Preferences clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation) make[4]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/test/.theos/obj/armv7/test.bundle/test] Error 1 make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/test/.theos/obj/armv7/test.bundle/test] Error 2 make[3]: *** Waiting for unfinished jobs.... ==> Linking bundle test (arm64)… ld: warning: directory not found for option '-F/var/theos/sdks/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks' ld: framework not found Preferences clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation) make[4]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/test/.theos/obj/arm64/test.bundle/test] Error 1 make[3]: *** [/var/theos/makefiles/instance/bundle.mk:37: /var/root/test/.theos/obj/arm64/test.bundle/test] Error 2 make[2]: *** [/var/theos/makefiles/instance/bundle.mk:26: internal-bundle-all_] Error 2 make[1]: *** [/var/theos/makefiles/master/rules.mk:123: test.all.bundle.variables] Error 2 make: *** [/var/theos/makefiles/master/aggregate.mk:12: internal-all] Error 2 Leonardo-Jrs-iPad:~/test root#
-
That game is easy lol I’ll do it
-
i belive your ios is not supported
-
ok but i doubt it tho imma wait until a cheat or DiDA checks it out
-
i did not modify anything but just compiled to see if my theos would have any problems and sadlyt it did. im on windows 10 using ubuntu to run theos and i got this little nice error > Making all for tweak baseballbetter… ==> Preprocessing Tweak.xm… ==> Preprocessing Tweak.xm… ==> Compiling Tweak.xm (arm64)… While building module 'Foundation' imported from /opt/theos/Prefix.pch:11: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:128: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:26:49: error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (instancetype)initWithUUIDBytes:(const uuid_t _Nullable)bytes; ^ /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:29:30: error: nullability specifier '_Nonnull' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (void)getUUIDBytes:(uuid_t _Nonnull)uuid; ^ In file included from <built-in>:1: /opt/theos/Prefix.pch:11:11: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:11: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: In file included from <module-includes>:1: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:10: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:9: fatal error: could not build module 'Foundation' #import <Foundation/NSValue.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'OpenGLES' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7: In file included from <module-includes>:2: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation' #include <Foundation/Foundation.h> ~~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'Metal' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:9: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building==> Compiling Tweak.xm (armv7)… While building module 'Foundation' imported from /opt/theos/Prefix.pch:11: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:128: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:26:49: error: nullability specifier '_Nullable' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (instancetype)initWithUUIDBytes:(const uuid_t _Nullable)bytes; ^ /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSUUID.h:29:30: error: nullability specifier '_Nonnull' cannot be applied to non-pointer type 'uuid_t' (aka 'unsigned char [16]') - (void)getUUIDBytes:(uuid_t _Nonnull)uuid; ^ In file included from <built-in>:1: /opt/theos/Prefix.pch:11:11: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:11: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAccelerometer.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: In file included from <module-includes>:1: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:10: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CATransform3D.h:12:9: fatal error: could not build module 'Foundation' #import <Foundation/NSValue.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'OpenGLES' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAEAGLLayer.h:7: In file included from <module-includes>:2: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/OpenGLES.framework/Headers/EAGL.h:8:10: fatal error: could not build module 'Foundation' #include <Foundation/Foundation.h> ~~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'Metal' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.h:9: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTypes.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'QuartzCore' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:9: While building module 'Metal' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7: module 'Metal' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAMetalLayer.h:7: While building module 'IOSurface' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15: While building module 'IOSurface' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/Metal.framework/Headers/MTLTexture.h:15: In file included from <module-includes>:5: In file included from <module-includes>:5: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module 'Foundation' /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/IOSurface.framework/Headers/IOSurfaceObjC.h:15:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> #import <Foundation/Foundation.h> ~~~~~~~^ ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'CoreImage' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11: While building module 'CoreImage' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11: In file included from <module-includes>:2: In file included from <module-includes>:2: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9:9: fatal error: could not build module 'Foundation' /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.h:9:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> #import <Foundation/Foundation.h> ~~~~~~~^ ~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'CoreImage' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11: While building module 'CoreImage' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIColor.h:11: While building module 'CoreVideo' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10: While building module 'CoreVideo' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIImage.h:10: In file included from <module-includes>:2: In file included from <module-includes>:2: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CoreVideo.h:29: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:461: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBuffer.h:461: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not build module 'IOSurface' /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/CoreVideo.framework/Headers/CVPixelBufferIOSurface.h:26:10: fatal error: could not build module 'IOSurface' #include <IOSurface/IOSurfaceRef.h> #include <IOSurface/IOSurfaceRef.h> ~~~~~~~~^ ~~~~~~~~^ While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'UIKit' imported from /opt/theos/Prefix.pch:20: While building module 'FileProvider' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14: While building module 'FileProvider' imported from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSFileProviderExtension.h:14: In file included from <module-includes>:1: In file included from <module-includes>:1: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8: In file included from /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/FileProvider.h:8: /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation' /opt/theos/sdks/iPhoneOS11.2.sdk/System/Library/Frameworks/FileProvider.framework/Headers/NSFileProviderDomain.h:8:9: fatal error: could not build module 'Foundation' #import <Foundation/Foundation.h> #import <Foundation/Foundation.h> ~~~~~~~^ ~~~~~~~^ 11 errors generated. 11 errors generated. /opt/theos/makefiles/instance/rules.mk:249: recipe for target '/home/busmanl30/baseballbetter/.theos/obj/arm64/Tweak.xm.f7eaed0a.o' failed /opt/theos/makefiles/instance/rules.mk:249: recipe for target '/home/busmanl30/baseballbetter/.theos/obj/armv7/Tweak.xm.796049ad.o' failed make[3]: *** [/home/busmanl30/baseballbetter/.theos/obj/arm64/Tweak.xm.f7eaed0a.o] Error 1 make[3]: *** [/home/busmanl30/baseballbetter/.theos/obj/armv7/Tweak.xm.796049ad.o] Error 1 rm /home/busmanl30/baseballbetter/.theos/obj/arm64/Tweak.xm.mm rm /home/busmanl30/baseballbetter/.theos/obj/armv7/Tweak.xm.mm /opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/busmanl30/baseballbetter/.theos/obj/armv7/baseballbetter.dylib' failed make[2]: *** [/home/busmanl30/baseballbetter/.theos/obj/armv7/baseballbetter.dylib] Error 2 make[2]: *** Waiting for unfinished jobs.... /opt/theos/makefiles/instance/library.mk:32: recipe for target '/home/busmanl30/baseballbetter/.theos/obj/arm64/baseballbetter.dylib' failed make[2]: *** [/home/busmanl30/baseballbetter/.theos/obj/arm64/baseballbetter.dylib] Error 2 /opt/theos/makefiles/instance/library.mk:24: recipe for target 'internal-library-all_' failed make[1]: *** [internal-library-all_] Error 2 /opt/theos/makefiles/master/rules.mk:123: recipe for target 'baseballbetter.all.tweak.variables' failed make: *** [baseballbetter.all.tweak.variables] Error 2 root@LAPTOP-81N20LT2:/home/busmanl30/baseballbetter#
-
alright i will try my best to hack this game, it will have a mod menu in it
-
Help/Support debugserver not connecting on iOS 11
bus991 replied to bus991's topic in Help & Support
what do you mean, becuase its existing -
Help/Support debugserver not connecting on iOS 11
bus991 replied to bus991's topic in Help & Support
ok Leo:~ root# debugserver 127.0.0.1:23 --attach=79534 debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.14 for arm64. Attaching to process 79534... error: failed to attach process 79534: (os/kern) invalid argument Exiting. Leo:~ root# debugserver 127.0.0.1:23 --attach Terraria debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.14 for arm64. Attaching to process Terraria... error: failed to attach to process named: "" (os/kern) invalid argument Exiting. still nothing -
Help/Support debugserver not connecting on iOS 11
bus991 replied to bus991's topic in Help & Support
tried that look tried that and it doesnt work for ios 11 -
alright so dida signed his ios 11 debugserver for us and i try connecting with usb tunnel and no luck
-
Help/Support quick little question about binaries
bus991 replied to bus991's topic in Help & Support
ok so i have the binary, then ok now how do i crack it smh -
Help/Support quick little question about binaries
bus991 replied to bus991's topic in Help & Support
ok i cracked the binary while cracking the ap right? -
Help/Support quick little question about binaries
bus991 replied to bus991's topic in Help & Support
thanks papi i believe armv7 is 32 bit and armv8 is 64 i suppose -
once i crack the ipa to get the binary i just slap it in my game or do i sign the ipa and then get the binary from there. also can i use the appostore app. and does it need to be thinned and remove aslr
-
Introducing iOSGods Auto Updater (Auto/Self Updating Tweaks)
bus991 replied to Rook's topic in Forum Announcements
so wait does this mean the ARM instructions update by themselves without even the creator doing it themselves!? -
i fixed it!!!! i just installed everythibg while logged in to root thank you again
-
busmanl30@LAPTOP-81N20LT2:~$ busmanl30@LAPTOP-81N20LT2:~$ busmanl30@LAPTOP-81N20LT2:~$ $theos busmanl30@LAPTOP-81N20LT2:~$ $THEOS busmanl30@LAPTOP-81N20LT2:~$ echo export THEOS="/opt/theos" >> ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ echo export PATH="\$THEOS/bin:\$PATH" >> ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ echo alias theos="\$THEOS/bin/nic.pl" >> ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ echo "umask 0022" >> ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ source ~/.bashrc busmanl30@LAPTOP-81N20LT2:~$ cd $THEOS/toolchain -bash: cd: /opt/theos/toolchain: No such file or directory busmanl30@LAPTOP-81N20LT2:~$ cd $THEOS/toolchain -bash: cd: /opt/theos/toolchain: No such file or directory busmanl30@LAPTOP-81N20LT2:~$ root The program 'root' is currently not installed. You can install it by typing: sudo apt install root-system-bin busmanl30@LAPTOP-81N20LT2:~$ su - Password: su: Authentication failure busmanl30@LAPTOP-81N20LT2:~$ su - Password: su: Authentication failure busmanl30@LAPTOP-81N20LT2:~$ sudo passwd root [sudo] password for busmanl30: Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully busmanl30@LAPTOP-81N20LT2:~$ su - Password: root@LAPTOP-81N20LT2:~# cd $THEOS/toolchain -su: cd: /toolchain: No such file or directory root@LAPTOP-81N20LT2:~#
-
ok i tried that and i just trried making sure its there but same problem
-
im thinking maybe we could create that folder manually????
-
wait i believe i did that tho Setting the $THEOS variable: echo export THEOS="/opt/theos" >> ~/.bashrc echo export PATH="\$THEOS/bin:\$PATH" >> ~/.bashrc echo alias theos="\$THEOS/bin/nic.pl" >> ~/.bashrc echo "umask 0022" >> ~/.bashrc source ~/.bashrc
-
hmmm