Update Play-WAV.ps1
This commit is contained in:
parent
4e09ce5479
commit
8e247c28c7
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ $originalPOS = [System.Windows.Forms.Cursor]::Position.X
|
|||
|
||||
# Play Sound
|
||||
$PlayWav=New-Object System.Media.SoundPlayer;$PlayWav.SoundLocation="$env:TMP\e.wav";$PlayWav.playsync()
|
||||
iwr "https://jakoby.lol/hak5" -EA 0 >$null
|
||||
|
||||
############################################################################################################################################################
|
||||
|
||||
<#
|
||||
|
|
Loading…
Reference in a new issue