Advertisement
Guest User

Untitled

a guest
Jul 14th, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print("Now installing Minedows 7 by Gijsvdsande. Please wait....")
  2. sleep(1)
  3. fs.makeDir(".MicroData")
  4. fs.makeDir(".MicroData/Programs")
  5. fs.makeDir(".MicroData/Data")
  6. shell.run("pastebin","get","vFZaVqTz",".MicroData/Data/boot")
  7. shell.run("pastebin","get","DNwVSx3x",".Logo")
  8. shell.run("pastebin","get","0SqjxQHp",".Logo2")
  9. shell.run("pastebin","get","mDCdZVs3",".Menu")
  10. shell.run("pastebin","get","SFiVHtfX",".MicroData/Data/menu")
  11. shell.run("pastebin","get","0zNqbAJj",".MicroData/Programs/FileManager")
  12. shell.run("pastebin","get","w6FAWGYQ","Logo2")
  13. shell.run("pastebin","get","vLmeeSdP","Logo3")
  14. shell.run("pastebin","get","vx2equ0L","Logo4")
  15. shell.run("pastebin","get","5aVBnZ61","Logo5")
  16. shell.run("pastebin","get","kZMs4ZuG","Logo6")
  17. shell.run("pastebin","get","pK7qpdef",".MicroData/Programs/TglInstall")
  18. shell.run("pastebin","get","iDQfGZQ5","firstuse")
  19. shell.run("pastebin","get","Bu0exR48",".MicroData/Data/credits")
  20. sleep(5)
  21. term.clear()
  22. term.setCursorPos(5,5)
  23. print("Install a logon system?")
  24. term.setCursorPos(6,6)
  25. print("Yes")
  26. term.setCursorPos(7,7)
  27. print("No")
  28.  
  29. while true do
  30. local event, button, X, Y = os.pullEvent("mouse_click")
  31. XY = X..","..Y
  32.  
  33.  
  34. if XY == "6,6" then
  35. shell.run("pastebin","get","AP1UQycu","startup") -- I have no idea how the logon system works - Mandrake
  36. break
  37. end
  38.  
  39. if XY == "7,7" then
  40. print("Logon system not installed.")
  41. sleep(1)
  42. dostart = fs.open("startup", "w")
  43. dostart.writeLine('shell.run(".MicroData/Data/Boot")')
  44. dostart.close()
  45. break
  46. end
  47. end
  48. shell.run("firstuse")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement