JDubbleu

wirelessInstall

May 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local args={...}
  2. rednet.open("top")
  3.  
  4. code=args[1]
  5. name=args[2]
  6. idStart=args[3]-0
  7. idStop=args[4]-0
  8.  
  9. for i=idStart,idStop,1 do
  10.     rednet.send(i,"install "..code.." "..name)
  11. end
Add Comment
Please, Sign In to add comment