Jump to content

bR34Kr

ViP Pro
  • Posts

    1,323
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. It's a text character like the character 'a' or 'b' but it's something else. It's like if you had an 'a' at somewhere random in your code but it's invisible. That's why you need something like vim to edit it.
  2. It's an invisible character like 'a' or 'b' but now it's <U+FEFF> so it won't compile. Try removing it in a software such as vim.
  3. No. Where there's <U+FEFF> it indicates a character. Try removing it in vim.
  4. Now for some reason your file has corrupted characters in it. Try removing them in vim or other software. Also replace the openURLs with my solution in my first reply.
  5. Try switching back to the iOS 9 one and using my other solution.
  6. Are you using iOS 10 SDK?
  7. You are using the openURL function for iOS 10+ SDK. By your errors, I see you have the iOS 9 SDK so replace them with: [[UIApplication sharedApplication] openURL: [NSURL URLWithString: @"https://example.com"]]; Or you can use an SDK with version >= 10. Have a nice day!
  8. I have a function I want to MSHookFunction to, say Vector3 Func(Vector3); When I try to do a function pointer by doing: Vector3 (*Func)(Vector3 param) = (Vector3 (*)(Vector3))getRealOffset(0xEXAMPLE123); it crashes when I call it by doing: Vector3 Output = Func(Vector3(1.0f, 1.0f, 1.0f)); . And when I add the void*instance param it won't compile. (No worries, I have a Vector3 struct already (Vector3(x, y, z))
  9. I am on iOS 10.3.2 iPad Air 2. I use Rasticrac but it wants the app to be downloaded from iTunes.
  10. I can't get my iTunes to download a single app on my device because it says my PC is not authorized although it is. So I authorize it, it says it is authorized but when it comes to do the sync with the device (Install Apps) it shows me the same error continuously. I tried upgrading iTunes but the future versions don't allow App Store on the app. So is it still possible to crack apps using iTunes? Thank you!
  11. Go in Terminal or SSH into your device. I'm sorry but I can't help anymore I am not very familiar with iOS 11 & 12 Jailbreaks.
  12. Rerun the command and go by option deactivate.
  13. Try doing ldid -S /usr/bin/mcesp Because the other command was for Unc0ver. Sorry.
  14. I'd like to inspect the contents of a ressources.assets file in a Unity game. Thanks.
×
  • 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