Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Community Answers

  1. Ted2's post in How to add a dylib to an .ipa file to tweak an app for non-jailbroken devices was marked as the answer   
    When you're sideloading a game cheat, there will be a dylib created with the tweak.xm content.
    This Tweak.xm only contains such things as a popup & iGAuth. Not direct code injection itself, cause that's not possbile on NJB.
    But this is about NJB hacks from this forum, other sideloaded apps like Instagram++ don't really use offsets from the binary like  we do with games, it's own written obj code.
     
    With theos-jailed you can compile your Tweak.xm code, which makes a dylib out of it & then injects it to the App.
    You can also inject other dylibs. Paste the dylib in the root directoy of your project & then add this line in the Makefile of your theos-jailed project folder:
    TWEAK_NAME_INJECT_DYLIBS = tweak-name.dylib
     
    Also, see this: https://github.com/kabiroberai/theos-jailed/wiki/Usage
     
     
     
  2. Ted2's post in You are missing a filter property list - make package was marked as the answer   
    Stupid mistake, I forgot to install thees-jailed to the these folder  
  3. Ted2's post in How to find the Aim Assist offset in Critical Ops? [IDA Pro] was marked as the answer   
    The game is build in Unity, so you can better use the unity dumper tool. This will give you all function names and variables.
     
    Also if you're just getting into hacking games, I doubt you can make a aimbot right away, unless you have coding experience.
  4. Ted2's post in Where do I find game saves using Filza? was marked as the answer   
    Var/mobile/containers/data/appname
×
  • 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