loudsex

                Never    
Lua
       
local sounds = peripheral.find("speaker")

while true do
sounds.playSound("enchant.thorns.hit", 1, math.random(0,6))
sleep(0.1)
end

Raw Text