PasaP

Direwolf Shop Monitor

Jan 24th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. color={colors.red,colors.yellow,colors.green,colors.blue,colors.pink}
  2. m=peripheral.wrap("bottom")
  3. while true do
  4. m.clear()
  5. m.setCursorPos(1,1)
  6. m.setTextScale(1.5)
  7.  
  8. m.setTextColor(color[math.random(1,#color)])
  9. m.write("Dieser Shop ist viel besser als der von ecco7777")
  10. m.setCursorPos(1,2)
  11. m.write("(wenn er fertig ist)")
  12. m.setCursorPos(1,6)
  13. m.write("Sponsored by Gecco34")
  14.  
  15. sleep(0.5)
  16. end
Add Comment
Please, Sign In to add comment