Advertisement
Spatzenhirn123

Z Control

Jan 5th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local args = {...}
  2. x = args[1]
  3. rednet.open("right")
  4.         for i = 9, 24 do
  5.         rednet.send(i,x)
  6. end
  7. shell.run("mine" x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement