KnotMeDaddy

Rednet Broadcaster

Jan 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local h = http.get("https://pastebin.com/raw/QcKBFTat")
  2. local content = h.readAll()
  3. h.close()
  4.  
  5. peripheral.find("modem", rednet.open)
  6. while true do
  7.     rednet.broadcast(content)
  8.     sleep(30)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment