Advertisement
Guest User

startup

a guest
Apr 19th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local m = peripheral.wrap("back")
  2. local msg = "logut"
  3. m.setBackgroundColor(colors.blue)
  4. m.clear()
  5. m.setTextScale(3)
  6. m.setCursorPos(5, 1)
  7. m.write(msg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement