Advertisement
FelixEckert

Untitled

Oct 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.53 KB | None | 0 0
  1. print("SoFa File Manager Installer Version 1.0")
  2. sleep(1)
  3. print("Please note: Need Of Monitor on the right side of the computer;")
  4. print("             Installation will be done in dir disk;")
  5. sleep(1)
  6. shell.run("cd disk")
  7. print("Directory changed…")
  8. sleep(1)
  9. print("Preparing things for installation")
  10. shell.run("mkdir .ios")
  11. textutils.slowPrint("#######")
  12. print("Installation: 50%")
  13. shell.run("pastebin get 19ia22tW startup")
  14. shell.run("pastebin get ZiRi2pvW .menu")
  15. print("Reboot in 5sec...")
  16. sleep(5)
  17. shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement