Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- term.clear()
- term.setCursorPos(1, 1)
- term.setTextColor(colors.red)
- term.write("You've been infected with a virus! Installing.")
- term.setTextColor(colors.lime)
- term.setCursorPos(1, 2)
- f
- for i = 2, 19 do
- term.setCursorPos(1, i)
- for i = 1, 25 do
- term.write("01")
- sleep(.05)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment