Advertisement
Guest User

startup

a guest
Sep 21st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. term.setTextColor(colors.lime)
  4. term.setBackgroundColor(colors.blue)
  5. textutils.slowPrint("Skynet 1.0 downloding")
  6. print("O")
  7. print("o")
  8. print("O")
  9. print("o")
  10. print("O")
  11. print("o")
  12. print("o")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement