Advertisement
Guest User

startup

a guest
Nov 27th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. p =peripheral.wrap("back")
  2. p.clear()
  3. p.setTextScale(5)
  4. p.setCursorPos(4,1)
  5. p.write("DaftCorp")
  6. p.setBackgroundColor(colors.red)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement