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 - Internet Connection
REM - telegram-desktop installed and activated REM - telegram-desktop installed and activated
DELAY 1000 DEFINE #USERNAME @example
CTRL-ALT t DEFINE #MESSAGE example
DEFAULT_DELAY 500
CTRL ALT t
DELAY 2000 DELAY 2000
STRING telegram-desktop STRINGLN telegram-desktop
ENTER
REM It depends by the computer... REM It depends by the computer...
DELAY 3000 DELAY 3000
REM Define the message receiver username REM Define the message receiver username
DEFINE USERNAME @example STRINGLN #USERNAME
STRING USERNAME
ENTER
DELAY 500
REM Define the message(s) REM Define the message(s)
DEFINE MESSAGE1 example STRINGLN #MESSAGE
STRING MESSAGE1
ENTER
DELAY 500
REM other messages here... REM other messages here...
REM ...
REM ...
REM Closing Telegram App and the Shell REM Closing Telegram App and the Shell
ALT F4 ALT F4
DELAY 500
CTRL c CTRL c
DELAY 500
ALT F4 ALT F4