Advertisement
applemaniac

Untitled

Jul 11th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Set voice = CreateObject("SAPI.SpVoice")
  2. voice.Rate = 1
  3. voice.Volume = 100
  4. Say = "C'est seulement quand on a trouvé la raison de mourir que l'on oubli celle de vivre."
  5. voice.Speak Say
  6. do while true
  7. Set voice = CreateObject("SAPI.SpVoice")
  8. voice.Rate = 1
  9. voice.Volume = 100
  10. boucle = "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
  11. voice.Speak boucle
  12. loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement