Jump to content

bR34Kr

ViP Pro
  • Posts

    1,323
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. Here is an example: me:~ mobile$ otool -tV /usr/bin/otool /usr/bin/otool (architecture armv7): (__TEXT,__text) section can't create arm llvm disassembler /usr/bin/otool (architecture arm64): (__TEXT,__text) section can't create arm64 llvm disassembler me:~ mobile$ And it does that for any binary, either arm64 only, arm7 only, or both. I have my theos environment and LLVM tools installed too.
  2. You need to use the iOS 10 SDK. To do that just rename your iOS 9 SDK by adding some random letter at the end. It just must not end with .sdk
  3. It’s a bug with the Jailbreak, so you need to ReJB. As for the error, it’s as simple as not having permission to access the directory. I believe you created your project as root but you tried to compile with mobile and mobile does not have permissions to go to root’s directories. Try compiling as root. And if you want to compile as mobile then change owner to mobile for all files and directories in that project. And a small tip, add this line to your Makefile to remove armv7 ARCHS = arm64
  4. Download the No alternating color one. The players will stay a static color. Make sure to set your graphics quality to low too.
  5.  

    1. Rook

      Rook

      I saw this. The comments ahaha

  6. I don’t know about SSH on iOS 13 but if you have one you can run the command uicache to refresh your app cache. Or you can also reboot 😬 Maybe installing a new App Store app might help but I’m not sure.
  7. Since I posted the hack, I’ve seen no one get banned by it directly. The only bans were when they used tiger hacks, not this one.
  8. Set your graphics quality to low. Could you please tell me if it works? I don’t have an iOS 13 device Thanks
  9. Doesn’t seem like you hook to the actual function inside your %ctor. You need to use the MSHookFunction function.
  10. Could you upload your Tweak.xm or part of it to somewhere so we get the full picture?
  11. Are you sure that update function is being called?
  12. You check for a string "Spawn Item:" (Note the : ) while your switch has a name of "Spawn Item"
×
  • 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