Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- modem = peripheral.wrap("top")
- while true do
- modem.transmit(126, 126, "PotatOS")
- sleep(1)
- modem.transmit(126, 126, "ShutdownOS")
- sleep(1)
- modem.transmit(126, 126, "YomatOS")
- sleep(1)
- modem.transmit(126, 126, "TomatOS")
- sleep(1)
- modem.transmit(126, 126, "GovOS")
- sleep(1)
- modem.transmit(126, 126, "ChorOS")
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement