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 REM Write the name of the process that you want to stop
DEFINE PROCESS_NAME example DEFINE PROCESS_NAME example
DEFAULT_DELAY 500
REM Open Task Manager REM Open Task Manager
GUI GUI
DELAY 1000 STRINGLN Task Manager
STRING Task Manager
ENTER
DELAY 1000
REM Goto search bar REM Goto search bar
TAB REPEAT 4 TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
REM Write the process name REM Write the process name
STRING PROCESS_NAME STRINGLN PROCESS_NAME
DELAY 500 REPEAT 4 TAB
ENTER
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
REM Open the menu and close it ending the task REM Open the menu and close it ending the task
SHIFT F10 SHIFT F10
DELAY 500 REPEAT 2 DOWNARROW
DOWN_ARROW
DELAY 500
DOWN_ARROW
DELAY 500
ENTER ENTER
DELAY 2000 DELAY 2000