Update Play-WAV.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-13 21:50:30 -05:00 committed by GitHub
parent 4e09ce5479
commit 8e247c28c7
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
############################################################################################################################################################ ############################################################################################################################################################
<# <#