Advertisement
waadidas1

CC Repeater

May 25th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. -- 80 repeater
  2. rednet.open("back")
  3. l,x = rednet.receive()
  4. rednet.broadcast(x)
  5. sleep(0.1)
  6. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement