Guest User

Untitled

a guest
Oct 17th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. If InputBox("Please enter the passcode.", "Restricted access") = "Passcode" Then MsgBox "Correct passcode. You may continue.
  2.  
  3. Dim speaks, speech
  4. name=inputbox("What's your name?", "WELCOME")
  5. speaks=("Welcome ") + name
  6. Set speech=CreateObject("sapi.spvoice")
  7. speech.Speak speaks
Add Comment
Please, Sign In to add comment