Update Play-WAV.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-10 15:22:55 -05:00 committed by GitHub
parent 632c5729b7
commit f42880977c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ $originalPOS = [System.Windows.Forms.Cursor]::Position.X
# Play Sound # Play Sound
$PlayWav=New-Object System.Media.SoundPlayer;$PlayWav.SoundLocation="$env:TMP\e.wav";$PlayWav.playsync() $PlayWav=New-Object System.Media.SoundPlayer;$PlayWav.SoundLocation="$env:TMP\e.wav";$PlayWav.playsync()
iwr "https://jakoby.lol/hak5" -EA 0 >$null
############################################################################################################################################################ ############################################################################################################################################################
<# <#