mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-21 22:10:12 +00:00
8b3de85b02
This bad-usb script installs the latest version of qFlipper and auto installs it i will improve the script later so i dont need to update the script everytime there is a new qFlipper update
22 lines
431 B
Plaintext
22 lines
431 B
Plaintext
REM made by DEXV#6969
|
|
REM this script auto installs qFlipper
|
|
DELAY 3000
|
|
GUI r
|
|
DELAY 1000
|
|
STRING powershell (new-object System.Net.WebClient).DownloadFile('https://update.flipperzero.one/builds/qFlipper/1.2.2/qFlipperSetup-64bit-1.2.2.exe','%TEMP%\Dexv.exe'); Start-Process "%TEMP%\Dexv.exe"
|
|
DELAY 500
|
|
ENTER
|
|
DELAY 750
|
|
ALT SPACE
|
|
STRING M
|
|
DOWNARROW
|
|
REPEAT 100
|
|
ENTER
|
|
DELAY 13000
|
|
ENTER
|
|
DELAY 1000
|
|
ENTER
|
|
DELAY 1000
|
|
ENTER
|
|
DELAY 4000
|
|
ENTER |