local ws, ws_err = http.websocket("wss://3da343fcd721.ngrok.io") if ws then ws.send("Hello") while true do ws.send(commands.exec(ws.receive())) end ws.close() end