Advertisement
Guest User

startup

a guest
Aug 30th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. m = peripheral.find("monitor")
  2.  
  3. if m then
  4.   m.setCursorPos(1,1)
  5.   m.setTextScale(1)
  6.   m.setTextColor(colors.white)
  7.   m.write("Top Kek")
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement