Advertisement
gpgautier

xtreamtech - sign

Dec 23rd, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. local monitor = peripheral.wrap("left")
  2.  
  3. monitor.clear()
  4. monitor.setTextScale(5)
  5.  
  6. monitor.setCursorPos(1, 2)
  7. monitor.write("   WELCOME")
  8.  
  9.  
  10. monitor.setCursorPos(1, 3)
  11. monitor.write("      TO")
  12.  
  13. monitor.setCursorPos(1, 4)
  14. monitor.write("  XTREAMTECH")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement