Update payload.txt

pull/163/head
Kalani Helekunihi 2023-06-12 14:17:53 -04:00 committed by GitHub
parent 60eec578a6
commit 82bd31c310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 16 deletions

View File

@ -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