Advertisement
Guest User

startup

a guest
Jul 24th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2. mon.setTextColor(colors.lime)
  3. mon.setCursorPos(4,1)
  4. mon.setTextScale(2)
  5. textutils.slowPrint("VenomRe National LUA Academy")
  6. sleep(1)
  7. mon.clear()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement