diff --git a/payloads/library/execution/SendTelegramMessages_Linux/payload.txt b/payloads/library/execution/SendTelegramMessages_Linux/payload.txt index 503287f..7e7ca60 100644 --- a/payloads/library/execution/SendTelegramMessages_Linux/payload.txt +++ b/payloads/library/execution/SendTelegramMessages_Linux/payload.txt @@ -12,33 +12,25 @@ REM Requirements: REM - Internet Connection REM - telegram-desktop installed and activated -DELAY 1000 -CTRL-ALT t +DEFINE #USERNAME @example +DEFINE #MESSAGE example + +DEFAULT_DELAY 500 +CTRL ALT t DELAY 2000 -STRING telegram-desktop -ENTER +STRINGLN telegram-desktop REM It depends by the computer... DELAY 3000 REM Define the message receiver username -DEFINE USERNAME @example -STRING USERNAME -ENTER -DELAY 500 +STRINGLN #USERNAME REM Define the message(s) -DEFINE MESSAGE1 example -STRING MESSAGE1 -ENTER -DELAY 500 +STRINGLN #MESSAGE REM other messages here... -REM ... -REM ... REM Closing Telegram App and the Shell ALT F4 -DELAY 500 CTRL c -DELAY 500 ALT F4