TheMoonW0lfYT

Untitled

Aug 13th, 2019
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local modem=component.proxy(component.list('modem')())
  2. modem.open(1)
  3. while true do
  4. local e, _, _, _, _, command = computer.pullSignal()
  5. if e == "modem_message" then
  6. pcall(load(command))
  7. end
  8. end
Add Comment
Please, Sign In to add comment