libraryaddict

Untitled

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