Advertisement
Guest User

Logo Test

a guest
Feb 9th, 2013
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.71 KB | None | 0 0
  1. function printLogo()
  2.     print("  _  __                                      _                      ___                   ")
  3.     print(" | |/ /    ___    _ __      _ _   __ _    __| |    ___      o O O  / __|    ___           ")
  4.     print(" | ' <    / _ \\  | '  \\    | '_| / _' |  / _' |   / -_)    o      | (__    / _ \\     _    ")
  5.     print(" |_|\\_\\   \\___/  |_|_|_|  _|_|_  \\__,_|  \\__,_|   \\___|   TS__[O]  \\___|   \\___/   _(_)_  ")
  6.     print("_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| {======|_|"""""|_|"""""|_|"""""| ")
  7.     print(""'-0-0-'"'-0-0-'"'-0-0-'"'-0-0-'"'-0-0-'"'-0-0-'"'-0-0-'./o--000'"'-0-0-'"'-0-0-'"'-0-0-' ")
  8. end
  9.  
  10. textutils.slowWrite("Logo test in 3....2....1...")
  11. term.clear()
  12.  
  13. printLogo()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement