Advertisement
Guest User

install

a guest
Feb 13th, 2018
1,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.14 KB | None | 0 0
  1. print("Minif OS Beta v1.0")
  2. print("Downloading Core Files")
  3.  
  4. shell.run("pastebin get tpKjqAx0 /System/gui")
  5. shell.run("pastebin get Za3b1Egu /System/password")
  6. shell.run("pastebin get W8bjftMw /System/Manage")
  7. shell.run("pastebin get pDFj3wAz /System/Settings")
  8. shell.run("pastebin get TZUEjrpV /Library/Backgrounds/minif")
  9. shell.run("pastebin get 1d2ZDRnB /Library/Images/user1")
  10. shell.run("pastebin get rSydz1Zc /Library/Images/user2")
  11. shell.run("pastebin get 7zWKffWj /startup")
  12. shell.run("pastebin get mxhVGXJL /Apps/._Fav/p1")
  13.  
  14. sleep(1)
  15. print("Installing files and setting up file system.")
  16.  
  17. fs.copy("/Apps/._Fav/p1", "/Apps/._Fav/p2")
  18. fs.copy("/Apps/._Fav/p1", "/Apps/._Fav/p3")
  19. fs.copy("/Apps/._Fav/p1", "/Apps/._Fav/p4")
  20.  
  21. sleep(1)
  22. print("Enter Username")
  23. user = read()
  24. fs.makeDir("Users/"..user)
  25. print("Enter Pasword")
  26. pass = read("*")
  27. fs.makeDir("Users/"..user.."/._Library/._pw/._"..pass)
  28.  
  29. print("Setting up user")
  30. fs.copy("/Library/Backgrounds/minif", "/Users/"..user.."/._Library/back")
  31. fs.copy("/Library/Images/user1", "/Users/"..user.."/._Library/pic")
  32.  
  33. print("OS set up. Now shutting down.")
  34.  
  35. os.sleep(3)
  36.  
  37. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement