r = peripheral.wrap("right")
for i=1,64 do
r.launch(1, 19, 28, math.random(2,7), math.random(8,10))
sleep(math.random(1,3))
end

