DOES NOT WORK WITH IOS 18.1 BETA 5 AND UP, ISSUES RELATED TO THESE VERSIONS WILL BE IGNORED
ATTENTION: This script works best with SIP disabled (google if you dont know how to disable it) as otherwise some you may not be able to easily mod certain files and some files may go back to their originals after rebooting, it is recommended to disable SIP to use this
To use: Clone the repo
git clone https://github.com/timi2506/iphone-mirroring-eu-activate.git
Change the activate Directory to the cloned repo
cd iphone-mirroring-eu-activate
Install the requirements
pip3 install -r requirements.txt
If you get an error like this: run:
pip3 install -r requirements.txt --break-system-packages
instead (dw your system packages will not actually break)
Next, make the script files executeable
chmod +x ./*
and lastly running the script itself and follow all instructions
./run-macOS.command
Profit! :D
If you need any help, dm me on Twitter https://x.com/timi2506 BTW: if you get an error running the run-ar-macOS.command file just redownload this repo, its fixed by now. Also i added a script to revert the eligibility file changes on macOS (revert-macOS.command), to revert them on iOS just reboot the device! :D Have fun!
After patching the macOS file please go to "/private/var/os_eligibility/eligibility.plist" and hit CMD + I to open the informations windows, then check locked and you're done :)
based on TrollRestore
This fork of the TrollRestore repository makes use of the exploit that installs TrollStore.
Guide for Apple Intelligence: https://gist.github.com/f1shy-dev/23b4a78dc283edd30ae2b2e6429129b5
- Does not install TrollStore
- Skips rebooting (disabled with an
if False:
)
- JJTech - Sparserestore (the main library used to restore the TrollHelper binary)
- Nathan - Turning sparserestore into a TrollStore installer
- Mike, Dhinak G - Various improvements to the installer
- doronz88 - pymobiledevice3
- opa334, Alfie - TrollStore
- Aaronp613 - Minor improvements
- xezrunner - helping to locate and modify eligibility.plist and changing the script to work with iPhone Mirroring
- tobstar - helping to find and fix some errors