PrinzJuliano

lop_installer

Oct 22nd, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. print("Super Dooper Install Shield Wizzard")
  4. print("  Product: LOP V0.2")
  5. print("Please make sure that no other lop content exists!")
  6. print("Installing new content")
  7. sleep(1)  
  8. shell.run("pastebin","get","W4TDpJvw","launcher")
  9. if not fs.exists("lop") then
  10. fs.makeDir("lop")
  11. end
  12. shell.run("pastebin","get","Mxt3F82X","lop/3x3.puzzle")
  13. shell.run("pastebin","get","4sB2QbpU","lop/4x4.puzzle")
  14. print("Installation done!")
  15. print("Reboot!")
  16. sleep(2)
  17. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment