Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local component = require('component')
  2. local event = require('event')
  3.  
  4. local internet = component.proxy(component.internet.address)
  5. local network = component.proxy(component.modem.address)
  6. local computer = component.proxy(component.computer.address)
  7.  
  8. while true do
  9. network.broadcast(6566, "beep")
  10. os.sleep(1)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement