Advertisement
Whiskee

BLUME

Nov 29th, 2016
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. textutils.slowPrint(" ____ __ ",30)
  4. textutils.slowPrint(" / __ )/ /_ ______ ___ ___ ",30)
  5. textutils.slowPrint(" / __ / / / / / __ __ \/ _ \\\\",30)
  6. textutils.slowPrint(" / /_/ / / /_/ / / / / / / __//",30)
  7. textutils.slowPrint("/_____/_/\\__,_/_/ /_/ /_/\\___/\\",30)
  8. textutils.slowPrint("\\_____\\_\\/\\_\\_\\_\\/\\_\\/\\_\\/\\__\\/",30)
  9. print()
  10. textutils.slowPrint("CtOS Data Center - Authorised Personal Only",30)
  11.  
  12. repeat
  13.  
  14.  
  15. time = os.time()
  16. formattedTime = textutils.formatTime(time, false)
  17.  
  18. term.setCursorPos(32,2)
  19. textutils.slowPrint(formattedTime,15)
  20.  
  21.  
  22. until false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement