Advertisement
ben695

Untitled

May 7th, 2014
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. term.setBackgroundColor(colors.lightBlue)
  2. term.clear()
  3. term.setTextColor(colors.blue)
  4. term.setCursorPos(1,1)
  5. print("Installing :GLASS os ")
  6. print("This setup will guide you through the installation")
  7. print("of Glass OS.")
  8. print("")
  9. print("Installation steps")
  10. print("1.Download")
  11. print("2.Account creation")
  12. print("3.Login")
  13. print("")
  14. print("")
  15. print("")
  16. print("")
  17. print("")
  18. print("")
  19. print("")
  20. print("")
  21. print("")
  22. print("Press any key to continue.. ")
  23. while true do
  24. local sEvent=os.pullEvent()
  25. if sEvent=="key" then
  26. break
  27. end
  28. end
  29. term.clear()
  30. term.setCursorPos(1,1)
  31. fs.makeDir("Accounts")
  32. fs.makeDir(".system")
  33. print("Installing: GLASS os")
  34. local app=fs.open("startup","w")
  35. app.write(http.get("http://pastebin.com/raw.php?i=rguvfR3J").readAll())
  36. app.close()
  37. write("--")
  38. local app=fs.open(".system/home.sys","w")
  39. app.write(http.get("http://pastebin.com/raw.php?i=TKNKURcu").readAll())
  40. app.close()
  41. local app=fs.open(".system/desktop.sys","w")
  42. app.write(http.get("http://pastebin.com/raw.php?i=NJtfQMSe").readAll())
  43. app.close()
  44. write("--")
  45. local app=fs.open(".system/sha","w")
  46. app.write(http.get("http://pastebin.com/raw.php?i=JnBcaSec").readAll())
  47. app.close()
  48. write("--")
  49. local app=fs.open(".system/settings.sys","w")
  50. app.write(http.get("http://pastebin.com/raw.php?i=myhpXzfm").readAll())
  51. app.close()
  52. write("--")
  53. local app=fs.open(".system/animations.sys","w")
  54. app.write(http.get("http://pastebin.com/raw.php?i=G5kKG1xA").readAll())
  55. app.close()
  56. write("--")
  57. local app=fs.open(".system/1.nfp","w")
  58. app.write(http.get("http://pastebin.com/raw.php?i=prbBiYxq").readAll())
  59. app.close()
  60. write("--")
  61. local app=fs.open(".system/2.nfp","w")
  62. app.write(http.get("http://pastebin.com/raw.php?i=sG400qDb").readAll())
  63. app.close()
  64. write("--")
  65. local app=fs.open(".system/3.nfp","w")
  66. app.write(http.get("http://pastebin.com/raw.php?i=YbsM59m1").readAll())
  67. app.close()
  68. write("--")
  69. local app=fs.open(".system/4.nfp","w")
  70. app.write(http.get("http://pastebin.com/raw.php?i=D7Rh0uwu").readAll())
  71. app.close()
  72. write("--")
  73. local app=fs.open(".system/download.sys","w")
  74. app.write(http.get("http://pastebin.com/raw.php?i=gQqHpW5m").readAll())
  75. app.close()
  76. write("--")
  77. local app=fs.open(".system/run.sys","w")
  78. app.write(http.get("http://pastebin.com/raw.php?i=FLpW0Bm6").readAll())
  79. app.close()
  80. write("--")
  81. local app=fs.open("account.exe","w")
  82. app.write(http.get("http://pastebin.com/raw.php?i=3LNPA68J").readAll())
  83. app.close()
  84. write("--")
  85. local app=fs.open(".system/login.nfp","w")
  86. app.write(http.get("http://pastebin.com/raw.php?i=bnfeD7ni").readAll())
  87. app.close()
  88. term.clear()
  89. term.setCursorPos(1,1)
  90. print("Download finished")
  91. print("Thank you for choosing GLASS os")
  92. print("You will now be redirected to the account creator")
  93. sleep(5)
  94. shell.run("account.exe")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement