Advertisement
asteroidsteam

Server_Page

Sep 6th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. term.setBackgroundColor(colors.white)
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. term.setBackgroundColor(colors.blue)
  5. term.clearLine()
  6. term.setCursorPos(1,1)
  7. write("Welcome to WWW.DOMAIN.COM!")
  8. while true do
  9.  
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement