Advertisement
Guest User

prank_jigsaw_game

a guest
Nov 15th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Set wshShell =wscript.CreateObject("WScript.Shell")
  2.  
  3. Dim message, sapi
  4.  
  5.  
  6.  
  7.  
  8. Set sapi=CreateObject("sapi.spvoice")
  9.  
  10. CreateObject("WScript.Shell").Run("https://i1.wp.com/www.thterrortime.com/wp-content/uploads/2015/10/jigsaw.jpg?zoom=1.25&fit=900%2C600")
  11.  
  12.  
  13.  
  14.  
  15. WScript.Sleep 500
  16.  
  17.  
  18.  
  19.  
  20. sapi.Speak ("Hello , I want to play a game.")
  21.  
  22. msgbox("I want to play a game!")
  23.  
  24. msgbox("Let the game begin...")
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. WshShell.Run "notepad.exe", 9
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. WScript.Sleep 500
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. WshShell.SendKeys "Hello..."
  49.  
  50. wscript.sleep 250
  51.  
  52. WshShell.SendKeys "..."
  53.  
  54. wscript.sleep 250
  55.  
  56. WshShell.SendKeys "{ENTER}"
  57.  
  58. wscript.sleep 250
  59.  
  60. WshShell.SendKeys "I want "
  61.  
  62. wscript.sleep 350
  63.  
  64. WshShell.SendKeys "to play "
  65.  
  66. wscript.sleep 450
  67.  
  68. WshShell.SendKeys "a game..."
  69.  
  70. WshShell.SendKeys "{ENTER}"
  71.  
  72.  
  73.  
  74.  
  75. wscript.sleep 350
  76.  
  77. WshShell.SendKeys "I call it "
  78.  
  79. wscript.sleep 450
  80.  
  81. WshShell.SendKeys "merry go "
  82.  
  83. wscript.sleep 350
  84.  
  85. WshShell.SendKeys "round... "
  86.  
  87. wscript.sleep 450
  88.  
  89. WshShell.SendKeys "{ENTER}"
  90.  
  91. WshShell.SendKeys "Let the "
  92.  
  93. wscript.sleep 450
  94.  
  95. WshShell.SendKeys "game begin... "
  96.  
  97.  
  98.  
  99.  
  100. wscript.sleep 500
  101.  
  102. sapi.Speak ("Hello , I want to play a game.")
  103.  
  104.  
  105.  
  106.  
  107. msgbox("I want to play a game!")
  108.  
  109. sapi.Speak ("Let the game begin.")
  110.  
  111. msgbox("Let the game begin...")
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. do
  120.  
  121.  
  122.  
  123.  
  124. WshShell.SendKeys "^%{RIGHT}"
  125.  
  126. sapi.Speak ("You spin me right round")
  127.  
  128.  
  129.  
  130.  
  131. wscript.sleep 2000
  132.  
  133. WshShell.SendKeys "^%{DOWN}"
  134.  
  135. sapi.Speak (" baby Right round like a record")
  136.  
  137.  
  138.  
  139.  
  140. wscript.sleep 2000
  141.  
  142. WshShell.SendKeys "^%{LEFT}"
  143.  
  144. sapi.Speak ("Right round round round ")
  145.  
  146.  
  147.  
  148.  
  149. wscript.sleep 2000
  150.  
  151. WshShell.SendKeys "^%{UP}"
  152.  
  153. sapi.Speak ("Right round round round")
  154.  
  155. wscript.sleep 2000
  156.  
  157.  
  158.  
  159.  
  160. loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement