Skip to content

cara meng-inject tweak pada app ios menggunakan THEOS Jailed

Notifications You must be signed in to change notification settings

SK-sep/iPA-Tweaked-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

iPA-Tweaked-Method

cara meng-inject tweak pada app ios menggunakan THEOS Jailed

Step: open terminal

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install ldid
export THEOS=~/Documents/theos
git clone --recursive https://github.com/theos/theos.git $THEOS
touch ~/.bash_profile
open ~/.bash_profile

pada bash_profile masukkan :

export THEOS=/Users/xxxx/Documents/theos
export PATH=$THEOS/bin:$PATH

kembali ke terminal

cd ~/Documents
git clone --recursive https://github.com/kabiroberai/theos-jailed.git
cd theos-jailed
./install
brew install node
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
npm install -g ios-deploy
~/Documents/theos/bin/nic.pl

About

cara meng-inject tweak pada app ios menggunakan THEOS Jailed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published