Jump to content

bus991

Senior Member
  • Posts

    1,096
  • Joined

  • Last visited

Everything posted by bus991

  1. ok then why does it take so long to cnnect if im using 127.0.0.1 usb tunnel and do you discord
  2. never i figured it out but it takes forever to connect, do i have to use port 1234
  3. well i only use it for jb hacks, non jb hacks can be a hassle sometimes
  4. that means you need to install uncrypt11 from the source i provided
  5. i can try but this is its first build but ill most likely update it soon maybe even add it to shmoos post
  6. yep just a simple one but i put it into a deb just to make it easier for people
  7. Hello guys today I am releasing something that i have planned since Uncrypt11 came out for cracking binaries on ios 11. You might be asking How will this make Uncrypt11 easier to use? Well instead of you typing in this long command in your SSH Prompt /electra/inject_criticald PID /Library/MobileSubstrate/DynamicLibraries/uncrypt11.dylib It already does it for you. Requirements: A jailbroken device Binary Crack which comes with Uncrypt11 by shmoo now. Some type of program to SSH into your device putty,mobaxterm,cyberduck etc [Hidden Content] To use this you must be logged in as root, if not you will be greeted with an error saying Make sure to log in as root before running Binary Crack. Once you have logged in as root open the application you want the binary for and keep it open and type in binarycrack and it should ask to enter in your PID which you can find by either using some type of cheat engine or typing in "ps ax" until you find your game. After you have typed in your PID press enter and you will be prompted with a Yes and No question saying Are you sure you would like to continue and type y for yes and it wait for your screen on your app to say Done! Now sometimes you might see it on your screen and sometimes it may crash your app but as long as you see in your SSH prompt No error occurred! then it will be in your games document folder named gamebinname decrypted then you are finished!!! Video Tutorial: Update Log 1.2 The Release. 1.3 Fixed a typo with the Yes and No. 1.4 Added Uncrypt11 with Binary Crack to make even more easier you guys. Credits: @shmoo for making Uncrypt11 and me of course for actually making the script for you guys to use Any Questions, bugs, or recommendations then leave them in the replies and I will try to help
  8. its not there but scratch that and i dont really understand on how to do this can someone help or call me on discord for help busmanl30#1591
  9. idk but this ddint work for me but just use gdb
  10. you can put it in my ass too
  11. 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#
  12. look at my support i keep getting this error on ios 11.3
  13. That game is easy lol I’ll do it
  14. i belive your ios is not supported
  15. ok but i doubt it tho imma wait until a cheat or DiDA checks it out
  16. 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#
  17. i have both but i cant find the sub thing that i need
  18. alright i will try my best to hack this game, it will have a mod menu in it
  19. what do you mean, becuase its existing
  20. 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
  21. tried that look tried that and it doesnt work for ios 11
  22. alright so dida signed his ios 11 debugserver for us and i try connecting with usb tunnel and no luck
  23. ok so i have the binary, then ok now how do i crack it smh
  24. ok i cracked the binary while cracking the ap right?
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines