Advertisement
alexanderjt

Ventriloquism

Nov 30th, 2023
1,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VBScript 0.14 KB | Software | 0 0
  1. Dim userinput
  2. userinput = inputbox("Type words in the box","Ventriloquism")
  3. set sapi = wscript.createobject("SAPI.Spvoice")
  4. Sapi.speak userinput
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement