Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --# Made By HDR - @MartinRefseth #--
- --# Version 2.5 #--
- term.setBackgroundColor(colors.gray)
- term.clear()
- term.setTextColor(colors.orange)
- term.setCursorPos(1,1)
- print("Input 1 For Lite System")
- term.setCursorPos(1,2)
- print("Input 2 For Infinity Evolved System")
- term.setCursorPos(1,3)
- print("Input 3 For Remote Server (Infinity Evolved)")
- term.setCursorPos(1,4)
- print("Input 4 For Remote Client (Infinity Evolved)")
- term.setCursorPos(1,5)
- print("Input 5 For Project Ozone 2 System (Deprecated)")
- print("Enter Selection: ")
- one = "1"
- two = "2"
- three = "3"
- four = "4"
- five = "5"
- input = read()
- if input == one then
- term.clear()
- term.setCursorPos(1,1)
- print("Installing Lite")
- sleep(0.5)
- shell.run("pastebin get pFHeia96 touchpoint")
- shell.run("pastebin get nd1ALJut startup")
- sleep(0.5)
- os.reboot()
- elseif input == two then
- term.clear()
- term.setCursorPos(1,1)
- print("Installing Infinity Evolved")
- sleep(0.5)
- shell.run("pastebin get pFHeia96 touchpoint")
- shell.run("pastebin get Az75cPJ6 startup")
- sleep(0.5)
- os.reboot()
- elseif input == three then
- term.clear()
- term.setCursorPos(1,1)
- print("Installing Remote Server")
- sleep(0.5)
- shell.run("pastebin get Gni86EYU startup")
- shell.run("pastebin get HpvWZR1t update")
- sleep(0.5)
- os.reboot()
- elseif input == four then
- sleep(0.5)
- term.clear()
- term.setCursorPos(1,1)
- print("Installing Remote Client")
- shell.run("pastebin get pFHeia96 touchpoint")
- shell.run("pastebin get 7N4ZJ1Yr startup")
- shell.run("pastebin get VMbfadeq update")
- sleep(0.5)
- os.reboot()
- elseif input == five then
- sleep(0.5)
- term.clear()
- term.setCursorPos(1,1)
- print("Installing Project Ozone 2 System")
- shell.run("pastebin get BHvV53fc startup")
- shell.run("pastebin get pFHeia96 touchpoint")
- sleep(0.5)
- os.reboot()
- else
- print("Incorrect Input")
- end
Advertisement
Add Comment
Please, Sign In to add comment