Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.setBackgroundColor(colors.lightBlue)
- term.clear()
- term.setTextColor(colors.blue)
- term.setCursorPos(1,1)
- print("Installing :GLASS os ")
- print("This setup will guide you through the installation")
- print("of Glass OS.")
- print("")
- print("Installation steps")
- print("1.Download")
- print("2.Account creation")
- print("3.Login")
- print("")
- print("")
- print("")
- print("")
- print("")
- print("")
- print("")
- print("")
- print("")
- print("Press any key to continue.. ")
- while true do
- local sEvent=os.pullEvent()
- if sEvent=="key" then
- break
- end
- end
- term.clear()
- term.setCursorPos(1,1)
- fs.makeDir("Accounts")
- fs.makeDir(".system")
- print("Installing: GLASS os")
- local app=fs.open("startup","w")
- app.write(http.get("http://pastebin.com/raw.php?i=rguvfR3J").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/home.sys","w")
- app.write(http.get("http://pastebin.com/raw.php?i=TKNKURcu").readAll())
- app.close()
- local app=fs.open(".system/desktop.sys","w")
- app.write(http.get("http://pastebin.com/raw.php?i=NJtfQMSe").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/sha","w")
- app.write(http.get("http://pastebin.com/raw.php?i=JnBcaSec").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/settings.sys","w")
- app.write(http.get("http://pastebin.com/raw.php?i=myhpXzfm").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/animations.sys","w")
- app.write(http.get("http://pastebin.com/raw.php?i=G5kKG1xA").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/1.nfp","w")
- app.write(http.get("http://pastebin.com/raw.php?i=prbBiYxq").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/2.nfp","w")
- app.write(http.get("http://pastebin.com/raw.php?i=sG400qDb").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/3.nfp","w")
- app.write(http.get("http://pastebin.com/raw.php?i=YbsM59m1").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/4.nfp","w")
- app.write(http.get("http://pastebin.com/raw.php?i=D7Rh0uwu").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/download.sys","w")
- app.write(http.get("http://pastebin.com/raw.php?i=gQqHpW5m").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/run.sys","w")
- app.write(http.get("http://pastebin.com/raw.php?i=FLpW0Bm6").readAll())
- app.close()
- write("--")
- local app=fs.open("account.exe","w")
- app.write(http.get("http://pastebin.com/raw.php?i=3LNPA68J").readAll())
- app.close()
- write("--")
- local app=fs.open(".system/login.nfp","w")
- app.write(http.get("http://pastebin.com/raw.php?i=bnfeD7ni").readAll())
- app.close()
- term.clear()
- term.setCursorPos(1,1)
- print("Download finished")
- print("Thank you for choosing GLASS os")
- print("You will now be redirected to the account creator")
- sleep(5)
- shell.run("account.exe")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement