🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    FlipperZero_BadUSB_Collection/FUN/justdance.txt
     1 +REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
     2 +REM Description: Sets volume to 100% and plays "just dance remix". And yes I know, that the Set-Volume command exists twice. It has to be run twice for it to work.
     3 +REM Version: 1.0
     4 +REM Category: FUN
     5 +DELAY 700
     6 +GUI r
     7 +DELAY 650
     8 +STRING powershell Start-Process powershell -Verb runAs
     9 +DELAY 650
     10 +ENTER
     11 +DELAY 650
     12 +LEFTARROW
     13 +DELAY 650
     14 +ENTER
     15 +DELAY 650
     16 +STRING Set-Volume 100; Function Set-Volume { Param([Parameter(Mandatory=$true)][ValidateRange(0,100)][Int]$volume); $keyPresses = [Math]::Ceiling( $volume / 2 ); $obj = New-Object -ComObject WScript.Shell; 1..50 | ForEach-Object { $obj.SendKeys( [char] 174 ) }; for( $i = 0; $i -lt $keyPresses; $i++ ) {$obj.SendKeys( [char] 175 )}; }
     17 +DELAY 650
     18 +ENTER
     19 +DELAY 650
     20 +STRING Set-Volume 100; Function Set-Volume { Param([Parameter(Mandatory=$true)][ValidateRange(0,100)][Int]$volume); $keyPresses = [Math]::Ceiling( $volume / 2 ); $obj = New-Object -ComObject WScript.Shell; 1..50 | ForEach-Object { $obj.SendKeys( [char] 174 ) }; for( $i = 0; $i -lt $keyPresses; $i++ ) {$obj.SendKeys( [char] 175 )}; }
     21 +DELAY 650
     22 +ENTER
     23 +DELAY 550
     24 +STRING Start-Process -WindowStyle Hidden "https://www.youtube.com/watch?v=7W9IOhk1-z4"
     25 +DELAY 500
     26 +ENTER
Please wait...
Page is in error, reload to recover