Jump to content

bR34Kr

ViP Pro
  • Posts

    1,323
  • Joined

  • Last visited

Posts posted by bR34Kr

  1. 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.

  2. 4 hours ago, Red16 said:

    Its better to use a framework since it can be static I don’t think theos has the ability to link static libraries yet :(

    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

  3. 1 hour ago, Tchl said:

    @Ted2 @bR34Kr

    Hey,

    Here is what I could find so far. 

    I would like to make sure that I am on the right track and therefore have your confirmation :)

    So i found that the skins was in an enum named "JGHHDBEBMIO"

    Pw90Wa5.png

    So i made my search with this name and found this :  JQyT92q.png

    I assume that 0x10 hold the weapon id ?

    Thanks

    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

    • Like 1
  4. 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.

    • Like 1
  5. The game might be using encrypted values / offseted values. Also, you might be using the wrong types. Make sure to use a type that matches the value (always go for the smallest, smart devs won't put HP ranging from 0 to 100 in a 4 byte int while they can put it in a 1 byte char for example)

×
  • 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