Created
May 19, 2016 19:32
-
-
Save 1RedOne/2ca95eeb79f1727780c1ca81e6386705 to your computer and use it in GitHub Desktop.
Ham
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Add-Type -AssemblyName System.speech | |
| $speak = New-Object System.Speech.Synthesis.SpeechSynthesizer | |
| $speak.Rate = -10 | |
| 1..5 | % {start-sleep -millisecond 500 | |
| $speak.Speak('SCROTUM') | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment