Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- 7z.exe x -oIPSW "iPhone5,4_8.3_12F70_Restore.ipsw"
- cd IPSW
- echo Decrypting RootFS
- rename "058-14928-073.dmg" "058-14928-073.dmg.orig"
- cd ..
- dmg.exe extract "IPSW/058-14928-073.dmg.orig" "IPSW/DECRYPTED.dmg" -k 9b3a94e6a6b07e62fb86b0d889c9eb109c25f63aa857a85b53d3aa8916fa5797fbf09bee
- echo Done Decrypting...
- echo Go TransMAC! Join in Applications and delete "Setup.app"!
- echo Done?
- timeout /t -1
- echo Rebuiling with Read-Only Access....
- dmg.exe build "IPSW/DECRYPTED.dmg" "IPSW/058-14928-073.dmg"
- echo Done Building RootFS!
- cd IPSW
- DEL 058-14928-073.dmg.orig
- DEL DECRYPTED.dmg
- echo Done Deleting unrequired Files...
- echo Zipping IPSW....
- cd ..
- COPY 7z.exe "IPSW/7z.exe
- cd IPSW
- 7z.exe u -tzip -mx0 Owned.ipsw -x!7z.exe
- MOVE Owned.ipsw ../
- cd ..
- rd /S /Q IPSW
- echo Now? Owned.ipsw is done, Go pangu WIN or MAC (purple restore) -google - RestoreTools.pkg- and restore! HF
- echo by albastrel @2015
- timeout /t 20
- ExIT
Advertisement
Add Comment
Please, Sign In to add comment