From 82bd31c31015f4f9ee577266ef5a61d9c15782c7 Mon Sep 17 00:00:00 2001 From: Kalani Helekunihi <324833+kalanihelekunihi@users.noreply.github.com> Date: Mon, 12 Jun 2023 14:17:53 -0400 Subject: [PATCH] Update payload.txt --- .../SendTelegramMessages_Linux/payload.txt | 24 +++++++------------ 1 file changed, 8 insertions(+), 16 deletions(-) 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