Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- --Datei 1--
- term.clear()
- term.setCursorPos(1,1)
- textutils.slowPrint("Es werden 2 Programme Runtergeladen und Installiert")
- term.setCursorPos(1,3)
- term.setTextColor(colors.blue)
- print("druecken sie ein beliebe Taste um Fortzufahren")
- os.pullEvent(y)
- term.setTextColor(colors.white)
- term.clear()
- term.setCursorPos(1,1)
- textutils.slowPrint("Programm 1 wird Runtergeladen")
- shell.run("pastebin get mMX58AY6 startup")
- sleep(2)
- term.clear()
- term.setCursorPos(1,1)
- textutils.slowPrint("Programm 2 wird Runtergeladen")
- shell.run("pastebin get 7d9g44n1 clear")
- sleep(2)
- term.clear()
- term.setCursorPos(1,1)
- textutils.slowPrint("Alle 2 Programme Fertig runtergeladen")
- term.setCursorPos(1,3)
- term.setTextColor(colors.blue)
- print("Installation starten einfach beliebige Druecken")
- os.pullEvent(y)
- term.setTextColor(colors.white)
- term.clear()
- term.setCursorPos(1,1)
- textutils.slowPrint("Installiere Programm 1 von 2")
- shell.run("cp startup ..")
- shell.run("delete startup")
- sleep(2)
- term.setCursorPos(1,3)
- print("I I")
- sleep(1)
- for i = 1, 10,1 do
- term.setTextColor(colors.green)
- term.setCursorPos(1,3)
- print("I I")
- term.setCursorPos(2,3)
- textutils.slowPrint("***************")
- term.setCursorPos(2,3)
- textutils.slowPrint(" ")
- end
- sleep(2)
- term.setCursorPos(2,3)
- textutils.slowPrint("***************")
- sleep(0.5)
- textutils.slowPrint("Programm 1 von 2 Fertig Installiert")
- sleep(2)
- term.setTextColor(colors.white)
- --Datei 2--
- term.clear()
- term.setCursorPos(1,1)
- textutils.slowPrint("Installiere Programm 2 von 2")
- shell.run("cp clear ..")
- shell.run("delete clear")
- sleep(2)
- term.setCursorPos(1,3)
- print("I I")
- sleep(1)
- for i = 1, 10,1 do
- term.setTextColor(colors.green)
- term.setCursorPos(1,3)
- print("I I")
- term.setCursorPos(2,3)
- textutils.slowPrint("***************")
- term.setCursorPos(2,3)
- textutils.slowPrint(" ")
- end
- sleep(2)
- term.setCursorPos(2,3)
- textutils.slowPrint("***************")
- sleep(0.5)
- textutils.slowPrint("Programm 2 von 2 Fertig Installiert")
- sleep(2)
- term.clear()
- term.setCursorPos(1,1)
- textutils.slowPrint("Neustart in")
- sleep(1)
- term.setCursorPos(1,2)
- print("3")
- sleep(1)
- term.setCursorPos(1,2)
- print("2")
- sleep(1)
- term.setCursorPos(1,2)
- print("1")
- sleep(1)
- os.pullEvent = os.pullEvent
- disk.eject("top")
- disk.eject("bottom")
- disk.eject("left")
- disk.eject("right")
- disk.eject("back")
- disk.eject("front")
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment