Microstar301

NOPROGRAM/NOINPUT

Apr 26th, 2013
119
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. HI,HU=term.getSize()
  3. HU=HU/2
  4. HI=HI/2
  5. HI=HI-6
  6. term.setCursorPos(HI,HU)
  7. term.setBackgroundColor(colors.white)
  8. term.setTextColor(colors.black)
  9. write("-MICROTECH-")
  10. HU=HU+1
  11. term.setCursorPos(HI,HU)
  12. write(" NO  INPUT ")
  13. term.setBackgroundColor(colors.black)
  14. term.setTextColor(colors.white)
Advertisement
Add Comment
Please, Sign In to add comment