Update Play-WAV.ps1
This commit is contained in:
parent
632c5729b7
commit
f42880977c
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