Guest User

Untitled

a guest
Oct 19th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. .start1
  2. clearlog
  3. print "Go Back, there is no use for you."
  4. waitkey
  5. print "We have nothing for you here..."
  6. waitkey
  7. print "..."
  8. waitkey
  9. print "I see, stubbern, like always."
  10. waitkey
  11. Print "Please press any key..."
  12. waitkey
  13.  
  14. .hatered
  15. clearlog
  16. print "First, we need to test your IQ"
  17. print ""
  18. print ""
  19. Choice = input("Are you a boy or girl?:")
  20. if choice = "boy" goto boy
  21. if choice = "girl" goto girl
  22. goto Hatered
  23.  
  24. .girl
  25. clearlog
  26. print "'GIRL' Logged..."
  27. print "Tell the truth about this question... Or else"
  28. print ""
  29. choice = input("Are you human? Y/N")
  30. if choice = Y goto lol
  31. if choice = y goto lol
  32. if choice = N goto lol
  33. if choice = n goto lol
  34.  
  35. .boy
  36. clearlog
  37. Print "'BOY' Logged...."
  38. choice = input("Do you ever lie? Y/N")
  39. if choice = Y goto NextB
  40. if choice = y goto NextB
  41. if choice = N goto End1B
  42. if choice = n goto End1B
  43.  
  44. .NextG
  45. print "Good, you didnt lie... Yet..."
  46. waitkey
  47. goto ender
  48.  
  49. .End1G
  50. print "You lied to me. I guess this is the end. I wanted to help you."
  51. Print "Help your world. But I guess you hate babies and puppies. You monster."
  52. waitkey
  53. goto ender
  54.  
  55. .NextB
  56. print "Do you have many friends? No? Figured."
  57.  
  58. choice = input("Is the answer to this question no?")
  59. if choice = Y goto lol
  60. if choice = y goto lol
  61. if choice = N goto lol
  62. if choice = n goto lol
  63.  
  64. .End1B
  65. print "Everyone hates you. They all hate liers. You kill 5 kitties everytime you lie."
  66. waitkey
  67. goto ender
  68.  
  69. .ender
  70. print "End of simulation. Press any key to rewind life."
  71. waitkey
  72. goto start1
  73.  
  74. .lol
  75. print "hi"
Add Comment
Please, Sign In to add comment