Tweak iOS apps without Jailbreak!

One beautiful day friend came to school and say to me: "Look n00b, I have Jailbreak and I can hack any game and modify any app and you can't!". HAHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHA! Good try!

What you will need?

  • macOS (Sorry Linux Users)
  • Xcode and Xcode command line tools installed
  • Theos and Theos jailed (look down)
  • iPA file of app you want to modify

TIP: You can get iPA file by downloading it in iTunes and then looking in folder Music/iTunes/iTunes Media/Mobile Applications

How to install Theos and Theos Jailed?

  1. Download Theos from Github
  2. Extract it to home folder (or anywhere else)
  3. Run this command to specify Theos folder: export THEOS=/absolute/path/to/theos
  4. Download Theos Jailed
  5. Extract it and run install script

Create Tweak

Extract and decrypt your target app. Save as a .ipa

  1. Change to the base directory for your tweak (eg.cd ~/Desktop)
  2. Runnic.pland choose thejailedtemplate (or runnic.pl -t iphone/jailedto choose it automatically)
  3. Enter a name and bundle ID for your tweak
  4. Enter an absolute or relative path to your decrypted .ipa file
  5. Change into your new tweak directory (eg.cd ~/Desktop/mytweak)
  6. Edit Tweak.xm as necessary
  7. Runmake infoand follow the instructions to create a Provisioning Profile
  8. Runmake package install [PROFILE=your.bundle.id | file.mobileprovision>]. OmitPROFILE=…to use Xcode's Wildcard App ID

Professionally copied from GitHub wiki

And that is all! You have installed your modded app!

results matching ""

    No results matching ""