Jump to content

bR34Kr

ViP Pro
  • Posts

    1,324
  • Joined

  • Last visited

Everything posted by bR34Kr

  1. If you're patching try to find a SUB instruction (maybe with breakpoints or smth) and change it for an ADD . If you're hooking then do the thing I said above
  2. Are you sure your hook actually works without the menu? Try hooking to the update function or another function that gets called.
  3. It should work for both version if it's using offsets If you're hooking to ObjC methods of iOS itself, then make sure to cross reference between the different headers and make sure everything you hook exists in both
  4. The function may have a different name such as Tick. You can also hook an Update function for which the class has a reference to the object you want to change
  5. Hook the SpendMoney function and call the original function with the parameter's negative absolute value so you're always sure it's going to increase by the amount you spent
  6. You have Substitute. Make sure the Tweak Injection is actually enabled in Substitute's app
  7. It may be due to the recent version and changes Apple made. You could probably reverse engineer the app or use Flex to make Tweaks that change your purchase status. Also make sure to check the app's Preferences and SyncedPreferences as the status may be there as well as a TRUE/FALSE.
  8. You need to click the 'Install' button that appears when you click the .deb file inside Filza. Make sure you import the file in Filza though and not in the built-in files app
  9. If you are jailbroken you can probably find the .mobileconfig inside the app's Bundle directory or in its binary.
  10. Good job!
  11. Unc0ver 6.0.0 released! Support for 14.0-14.3 added!

  12. Ah no was more asking of how to compile a Tweak as a static library since Theos does support linking to one but not compiling a Tweak to one, or at least I think so
  13. This'll not make it static though
  14. FlexDecrypt should work. Either try running it as root or make sure you actually provide the correct path to the binary.
  15. Exactly :) and if you want the Bronze skin for example you'd set that to 100. Make sure you read the first field of the Enum to uncover the type. In this case it's an int
  16. We can in this thread
  17. Read the tutorials they should be pretty clear. In this case you'd need to hook the functions to return your own stuff or patch them
  18. Google is your friend. A good way to learn is without a course and by having to make a project in that lang. So you'll need to lookup the docs but at least you'll understand it better than if it's some random dude on YouTube.
  19. What you can do for now is look for values that stay the same and change between scans.
  20. This might be because the script is made for Python 3, although I highly doubt it. Eitherway, you could manually edit the script to remove the issues and/or open an issue on the repo. Although you need to run ida.py and not script.py iirc
  21. Compare the game version from the time to the current. Alternatively refind the offset ¯\_(ツ)_/¯
  22. Refer to r/jailbreak's Jailbreak compatibility sheet https://docs.google.com/spreadsheets/d/11DABHIIqwYQKj1L83AK9ywk_hYMjEkcaxpIg6phbTf0/edit?usp=sharing At this time there's no JB for your device
  23. The offsets are also most probably wrong because of the updates
  24. This goes both ways. iOS has removed 32bit compatibility in iOS>=11.
×
  • 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