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