libraryaddict

Untitled

Apr 7th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. sleep(10)
  2. term.clear()
  3. term.setCursorPos(1,1)
  4.   local lolol = io.open("logo", "r")
  5.   for line in lolol:lines() do
  6.       print(line)
  7.       sleep(.2)
  8.     end
  9.   lolol:close()
Advertisement
Add Comment
Please, Sign In to add comment