Update payload.txt

pull/161/head
Kalani Helekunihi 2023-06-12 14:21:56 -04:00 committed by GitHub
parent 2c0be992fc
commit 8ae54723d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 26 deletions

View File

@ -21,45 +21,29 @@ REM 4. Search the person by name, email, id or what you want...
REM 5. Downarrow and enter to open the chat
REM REQUIRED - Name, email, id or what you want for contact the target
DEFINE USER-ID example
REM REQUIRED - Messages
DEFINE MESSAGE1 example
REM ...
REM DEFINE MESSAGEN example..
DEFINE #USER example
DELAY 1000
REM REQUIRED - Messages
DEFINE #MESSAGE example
DEFAULT_DELAY 1000
GUI r
DELAY 1000
STRING powershell
ENTER
DELAY 2000
STRINGLN powershell
REM #### Powershell ####
STRINGLN Stop-Process -Name "Teams"
DELAY 1000
STRINGLN Start-Process "$Env:USERPROFILE\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Microsoft Teams (work or school)"
REM It depends by the computer power
DELAY 10000
REM #### Teams ####
CTRL N
DELAY 2000
STRING USER-ID
ENTER
DELAY 2000
TAB
DELAY 1000
TAB
DELAY 1000
STRINGLN #USER
REPEAT 2 TAB
REM #### Messages ####
STRING MESSAGE1
ENTER
DELAY 1000
REM ...
REM STRINGLN MESSAGEN
STRINGLN MESSAGE
DELAY 500
ALT F4
DELAY 500
ALT F4