bobmarley12345

pig

Jun 13th, 2020
1,356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.09 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2. term.setBackgroundColor(colors.pink)
  3. mon.setTextScale(4)
  4. mon.setCursorPos(5,2)
  5. mon.write("OI YOU!")
  6. mon.setCursorPos(3,4)
  7. mon.write("GET OUT ME")
  8. mon.setCursorPos(3,5)
  9. mon.write("FOOKIN HEAD!")
Advertisement
Add Comment
Please, Sign In to add comment