albastrel

5c 5,4 global restore .bat

May 31st, 2015
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.04 KB | None | 0 0
  1. @echo off
  2.  
  3.  
  4. 7z.exe x -oIPSW "iPhone5,4_8.3_12F70_Restore.ipsw"
  5.  
  6.  
  7. cd IPSW
  8.  
  9.  
  10. echo Decrypting RootFS
  11.  
  12.  
  13. rename "058-14928-073.dmg" "058-14928-073.dmg.orig"
  14.  
  15.  
  16. cd ..
  17.  
  18.  
  19. dmg.exe extract "IPSW/058-14928-073.dmg.orig" "IPSW/DECRYPTED.dmg" -k 9b3a94e6a6b07e62fb86b0d889c9eb109c25f63aa857a85b53d3aa8916fa5797fbf09bee
  20.  
  21.  
  22. echo Done Decrypting...
  23.  
  24.  
  25. echo Go TransMAC! Join in Applications and delete "Setup.app"!
  26.  
  27.  
  28. echo Done?
  29.  
  30.  
  31. timeout /t -1
  32.  
  33.  
  34. echo Rebuiling with Read-Only Access....
  35.  
  36.  
  37. dmg.exe build "IPSW/DECRYPTED.dmg" "IPSW/058-14928-073.dmg"
  38.  
  39.  
  40. echo Done Building RootFS!
  41.  
  42.  
  43. cd IPSW
  44.  
  45.  
  46. DEL 058-14928-073.dmg.orig
  47.  
  48.  
  49. DEL DECRYPTED.dmg
  50.  
  51.  
  52. echo Done Deleting unrequired Files...
  53.  
  54.  
  55. echo Zipping IPSW....
  56.  
  57.  
  58. cd ..
  59.  
  60.  
  61. COPY 7z.exe "IPSW/7z.exe
  62.  
  63.  
  64. cd IPSW
  65.  
  66.  
  67. 7z.exe u -tzip -mx0 Owned.ipsw -x!7z.exe
  68.  
  69.  
  70. MOVE Owned.ipsw ../
  71.  
  72.  
  73. cd ..
  74.  
  75.  
  76. rd /S /Q IPSW
  77.  
  78.  
  79. echo Now? Owned.ipsw is done, Go pangu WIN or MAC (purple restore) -google - RestoreTools.pkg- and restore! HF
  80.  
  81.  
  82. echo by albastrel @2015
  83.  
  84.  
  85. timeout /t 20
  86.  
  87.  
  88. ExIT
Advertisement
Add Comment
Please, Sign In to add comment