Update payload.txt

pull/135/head
Kalani Helekunihi 2023-06-12 15:35:26 -04:00 committed by GitHub
parent f6fb33e74c
commit 94f2067034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 30 deletions

View File

@ -16,45 +16,21 @@ REM - Nothing
REM Write the name of the process that you want to stop
DEFINE PROCESS_NAME example
DEFAULT_DELAY 500
REM Open Task Manager
GUI
DELAY 1000
STRING Task Manager
ENTER
DELAY 1000
STRINGLN Task Manager
REM Goto search bar
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
REPEAT 4 TAB
REM Write the process name
STRING PROCESS_NAME
DELAY 500
ENTER
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
STRINGLN PROCESS_NAME
REPEAT 4 TAB
REM Open the menu and close it ending the task
SHIFT F10
DELAY 500
DOWN_ARROW
DELAY 500
DOWN_ARROW
DELAY 500
REPEAT 2 DOWNARROW
ENTER
DELAY 2000