Advertisement
Patrik0525

CraftOS 1.9 Programs : New Shutdown

May 27th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(22,1)
  3. print("Shutdowning...")
  4. term.setCursorPos(1,18)
  5. term.setBackgroundColor(colors.red)
  6. term.setTextColor(colors.red)
  7. textutils.slowPrint("12345123451234512345123451234512345123451234512345")
  8. os.shutdown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement