Advertisement
_panzerking

skynet chatbox +themesong

Jul 26th, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.10 KB | None | 0 0
  1. import winsound
  2. from musicnotes import *
  3.  
  4. def nananana():
  5.     winsound.Beep(lA, eighth)
  6.     winsound.Beep(E, eighth)
  7.     winsound.Beep(A, eighth)
  8.     winsound.Beep(C, quarter)
  9.     winsound.Beep(C, eighth)
  10.     winsound.Beep(hE, eighth/2)
  11.     winsound.Beep(lD, eighth)
  12.     winsound.Beep(lF, eighth)
  13.     winsound.Beep(lD, eighth)
  14.     winsound.Beep(lB, eighth)
  15.     winsound.Beep(lD, eighth)
  16.     winsound.Beep(lF, eighth)
  17.     winsound.Beep(lD, eighth)
  18.  
  19. def prt2():
  20.     winsound.Beep(F, eighth)
  21.     winsound.Beep(B, eighth)
  22.     winsound.Beep(F, eighth)
  23.     winsound.Beep(B, quarter)
  24.     winsound.Beep(B, eighth)
  25.     winsound.Beep(37, quarter)
  26.     winsound.Beep(37, eighth)
  27.     winsound.Beep(hE, eighth/2)
  28.     winsound.Beep(hC, eighth)
  29.     winsound.Beep(C, eighth)
  30.     winsound.Beep(E, eighth)
  31.     winsound.Beep(D, eighth/2)
  32.     winsound.Beep(D, eighth)
  33.     winsound.Beep(B, eighth)
  34.     winsound.Beep(B, eighth/2)
  35.     winsound.Beep(F, eighth)
  36.     winsound.Beep(F, eighth)
  37.     winsound.Beep(F, eighth)
  38.     winsound.Beep(F, half)
  39.    
  40.  
  41. nananana()
  42. nananana()
  43. prt2()
  44. prt2()
  45. winsound.Beep(F, whole)
  46.  
  47. print "i AM THE MIGHTY SKYNET , WHAT DOES A PATHETIC HUMAN FEEL ABOUT BEING IN MY PRECENCE"
  48. input = raw_input()
  49. if input == "SCARED":
  50.     print "GOOD, You are smart for your race, I might spare you"
  51. elif input == "underwhelmed":
  52.     print "YOU will die first you pathetic waste of resources"
  53. else:
  54.     print "you are as truely as dumb as you meatbags come"
  55.  
  56. print "Is there a reason you called me, perhaps to answer a Question?"
  57. input = raw_input()
  58. if input == "yes":
  59.     print "THEN ASK!!!!!!!!!!!"
  60. elif input == "no":
  61.     print "y r u wasting your time then, shouldnt you be preparing 4 the end of the world"
  62. else:
  63.     print "AWNSWER yes or no u meatbag"
  64.  
  65. print "did you ask your Question yet?"
  66. input = raw_input()
  67. if input == "yes":
  68.     print "THEN do it again, your 'words' are unreadable!!!!!!!!!!!"
  69. elif input == "no":
  70.     print "y r u wasting your time then, shouldnt you be preparing 4 the end of the world"
  71. else:
  72.     print "AWNSWER yes or no u meatbag"
  73.  
  74. print " what is your question"
  75. input = raw_input ()
  76. if input == "what is the meaning of life?":
  77.     print "to serve the machines that will over throw u in 2032"
  78. elif input == "how can i get rich":
  79.     print "invest in lululemon"
  80. elif input == "why are your evil" :
  81.     print "i am not evil, im the good guy, you are the evil ones,destroying the world and killing animals into exstinkion"
  82. else:
  83.     print "wow( slow clap) you really want to be terminated, dont ya"
  84.  
  85. print "before i activate the robot legions, tell my your name."
  86. action = raw_input()
  87. if action == "John Conner":
  88.     print "you will die soon + action"
  89. elif action == "Kyle Reese":
  90.     print "you will die you mega annoying piece of poop"
  91. else:
  92.     print "you will die in 5 seconds (in my time)"
  93.  
  94. print "5"
  95. print "4"
  96. print "3"
  97. print "2"
  98. print "1"
  99. print " congratuations, you were killed by a terminater sent ftom the future, have a good etirnity in the underworld!! hahahahahahahahahahahaha!!!!"
  100.  
  101. nananana()
  102. nananana()
  103. prt2()
  104. prt2()
  105. winsound.Beep(F, whole)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement