Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.pullEvent = os.pullEventRaw
- term.clear()
- term.setCursorPos(4,5)
- term.setTextColor(colors.white)
- print("Einen Moment Bitte CraftOS wird hochgefahren")
- term.setTextColor(colors.green)
- term.setCursorPos(14,7)
- print("CraftOS wird gestartet")
- term.setCursorPos(13,8)
- print("I I")
- for i = 1, 10,1 do
- term.setTextColor(colors.white)
- term.setCursorPos(4,5)
- print("Einen Moment Bitte CraftOS wird hochgefahren")
- term.setTextColor(colors.green)
- term.setCursorPos(14,7)
- print("CraftOS wird gestartet")
- term.setCursorPos(13,8)
- print("I I")
- term.setCursorPos(14,8)
- textutils.slowPrint("**********************")
- term.setCursorPos(14,8)
- textutils.slowPrint(" ")
- term.clear()
- term.setCursorPos(1,1)
- end
Advertisement
Add Comment
Please, Sign In to add comment