sethxi

Untitled

Apr 11th, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1, 1)
  3.  
  4. term.setTextColor(colors.red)
  5. term.write("You've been infected with a virus! Installing.")
  6.  
  7.  
  8. term.setTextColor(colors.lime)
  9. term.setCursorPos(1, 2)
  10. f
  11. for i = 2, 19 do
  12.   term.setCursorPos(1, i)
  13.   for i = 1, 25 do
  14.     term.write("01")
  15.     sleep(.05)
  16.   end
  17. end
Advertisement
Add Comment
Please, Sign In to add comment