Advertisement
therealinsight

Untitled

May 16th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. write("BCS Faucetnet Wireless Node")
  2. write("\nDO NOT TAMPER WITH")
  3. while true do
  4.  rednet.open("left")
  5.  id,cmd = rednet.receive()
  6.  if string.match(cmd,"pastebin") then
  7.     write("Blocked pastebin command")
  8.  else
  9.     rednet.broadcast(cmd)
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement