Advertisement
ozzt

hias

Sep 1st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. modem = peripheral.wrap("top")
  2.  
  3. while true do
  4.     modem.transmit(126, 126, "PotatOS")
  5.     sleep(1)
  6.     modem.transmit(126, 126, "ShutdownOS")
  7.     sleep(1)
  8.     modem.transmit(126, 126, "YomatOS")
  9.     sleep(1)
  10.     modem.transmit(126, 126, "TomatOS")
  11.     sleep(1)
  12.     modem.transmit(126, 126, "GovOS")
  13.     sleep(1)
  14.     modem.transmit(126, 126, "ChorOS")
  15.     sleep(1)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement