Advertisement
bunny_________

Untitled

Aug 20th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 KB | None | 0 0
  1. import time
  2. import random
  3.  
  4. username = input("Username: ").lower()
  5. password = input("Password: ").lower()
  6.  
  7. import colorama
  8. from colorama import Fore
  9. def parse_input():
  10. if (username == 'joshua' or username == 'eva') and password == 'itsfreerealestate':
  11. print('Loading...')
  12. time.sleep (3)
  13. print (Fore.GREEN)
  14. print ('---- ACCESS GRANTED ----')
  15.  
  16. print(Fore.WHITE)
  17. print ('1. Games')
  18. print('2. Backdoor access')
  19. print ('3. Files')
  20. print('❃ ❃ ❃')
  21.  
  22. usr_response = input().lower()
  23. if "1. Games" in usr_response or "1" in usr_response or " Games" in usr_response:
  24.  
  25. print (Fore.GREEN)
  26. print ('Opening...')
  27. time.sleep (2)
  28. print ('opened')
  29.  
  30. print (Fore.BLUE)
  31. print ('1.Roblox')
  32. print ('2.Pale Luna')
  33. print('❃ ❃ ❃')
  34.  
  35. elif "2" in usr_response or "backdoor access" in usr_response or "2. backdoor access:" in usr_response:
  36.  
  37. print (Fore.GREEN)
  38. print ('Opening...')
  39. time.sleep (2)
  40. print ('Opened')
  41. print (Fore.RED)
  42. print ('***ERROR***')
  43. time.sleep (2)
  44. print ('^*^*--- SYSTEM SHUTDOWN---*^*^')
  45. elif "3. files" in usr_response or "3" in usr_response or " files" in usr_response:
  46.  
  47. print (Fore.GREEN)
  48. print('Opening...')
  49. time.sleep (2)
  50. print ('Opened')
  51. print('❃ ❃ ❃')
  52.  
  53. usr_response2 = input().lower()
  54.  
  55. if "roblox" in usr_response2 or "1" in usr_response2:
  56.  
  57. print (Fore.GREEN)
  58. print('Opening...')
  59. time.sleep (2)
  60. print('Opened')
  61. print ('...')
  62.  
  63.  
  64. usr_response3 = input().lower()
  65.  
  66. if "pale luna" in usr_response3 or "2" in usr_response3:
  67.  
  68. print (Fore.GREEN)
  69. print('Opening...')
  70. time.sleep (2)
  71. print('Opened')
  72. print(Fore.LIGHTRED_EX)
  73. print('©EvaStudios2019')
  74. time.sleep(1)
  75. print('')
  76. print('')
  77. print('')
  78. print('|>^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^<|')
  79. print('>|^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^|<')
  80. print('|> █▀▀█ █▀▀█ █░░ █▀▀ █░░ █░░█ █▀▀▄ █▀▀█<|')
  81. time.sleep (1)
  82. print('>| █░░█ █▄▄█ █░░ █▀▀ █░░ █░░█ █░░█ █▄▄█|<')
  83. time.sleep (1)
  84. print('|> █▀▀▀ ▀░░▀ ▀▀▀ ▀▀▀ ▀▀▀ ░▀▀▀ ▀░░▀ ▀░░▀<|')
  85. print('>|^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^|<')
  86. print('|>^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^<|')
  87. print('')
  88. print('')
  89. print('')
  90. time.sleep(1)
  91. print('EvaPenn™®----------------------------------------------------------------------------')
  92. print('Downloading game...')
  93. time.sleep(1)
  94. print('Preparing the sets...')
  95. time.sleep(1)
  96. print('Brainswashing the actors...')
  97. time.sleep(1)
  98. print('Pleh em esaelp...')
  99. time.sleep(1)
  100. print('Ehs dnuof em...')
  101.  
  102. print('❃ ❃ ❃')
  103.  
  104. print('Welcome, user. Once you start, you cannot stop.')
  105.  
  106. print('1.Create new game')
  107. time.sleep (1)
  108. print('2.Load game')
  109. time.sleep (1)
  110. print('3.continue')
  111. time.sleep (1)
  112. print('4.Credits')
  113.  
  114. print('❃ ❃ ❃')
  115.  
  116. usr_response4 = input().lower()
  117.  
  118. if "1" in usr_response4 or "3" in usr_response4:
  119.  
  120. print('❃ ❃ ❃')
  121. print('Creating new game file...')
  122. time.sleep (1)
  123. print('New game file created')
  124. time.sleep (1)
  125. print('Name your save file')
  126. input("New save file name:")
  127. time.sleep (2)
  128. print("New save file name created:Save me! ")
  129. print ("Lets play a game 🙃")
  130.  
  131. a = random.randint(1,6)
  132. b = random.randint(1,6)
  133. time.sleep (1)
  134. print('The dice rolled a',a+b)
  135. time.sleep (1)
  136. print ('lets play again')
  137. time.sleep (2)
  138. a = random.randint(1,6)
  139. b = random.randint(1,6)
  140. time.sleep (1)
  141.  
  142. print('The dice rolled a', a+b)
  143. time.sleep (2)
  144. print('Just three more times')
  145. time.sleep (2)
  146. print('The dice rolled a 13')
  147. time.sleep (1)
  148. print('The dice rolled a 13')
  149. time.sleep (2)
  150. print('The dice rolled a 13')
  151. time.sleep (3)
  152. print('UH OH! It looks like your lucky streak has ran out!👹')
  153. time.sleep (1)
  154. print('5...')
  155. time.sleep (1)
  156. print('4...')
  157. time.sleep (1)
  158. print('3...')
  159. time.sleep (1)
  160. print('2...')
  161. time.sleep (1)
  162. print('1...')
  163. time.sleep (1)
  164.  
  165. print('')
  166. print('You wake up in a strange place but have no recollection of how you got here! In the room it is dark, there is a bed, a chest of draws which seem to be empty and a wardrobe that leads to no where, in the corner of the room is a pale white metal door coverd in rust, it doesnt seem to have been moved in years, on one of the walls there is a window coverd in thick filthy grime')
  167. print('')
  168. print('A.You check your surroundings')
  169. print('B.You go downstars')
  170. print('C.You climb out of the window')
  171. print('D.You hide under the bed')
  172. print('')
  173. usr_response6 = input().lower()
  174.  
  175. print(Fore.LIGHTRED_EX)
  176.  
  177. if "a" in usr_response6:
  178. print('You scan all surfaces and corners in the room and you can infer that the place has been abandoned, you also found a key hidden behind the chest of draws!')
  179. print('')
  180. print('B.You go downstars')
  181. print('C.You climb out of the window')
  182. print('D.You hide under the bed')
  183.  
  184. usr_response7 = input().lower()
  185.  
  186. if "b" in usr_response7:
  187. print('You made too much noise and pale luna found you and knocked you out cold! GAME OVER!')
  188.  
  189. elif "c" in usr_response7:
  190. print('The window opened but it is a long decent! To you right is a ladder but to your left is a wall filled with thick slimy moss covering it')
  191. print('')
  192. print('A.You tie your bed sheet to the window ledge and try to climb down')
  193. print('B.You jump down')
  194. print('C.You slide down the gutter')
  195. print('D.You try to reach the ladder')
  196. print('')
  197.  
  198. usr_response8 = input().lower()
  199.  
  200. if "a" in usr_response8:
  201. print('The bed sheets were not strong enough, they ripped into two and you had an untimely demise! GAME OVER!')
  202.  
  203. elif "b" in usr_response8:
  204. print('You made the jump but severly injured your legs and could not continue, that is when pale luna found you, GAME OVER!')
  205.  
  206. elif "c" in usr_response8:
  207. print('The gutter was not strong enough and ripped off the wall, you fell to your demise, GAME OVER!')
  208.  
  209. elif "d" in usr_response8:
  210. print('You reached the ladder, it was your best bet and it worked! You made it to the ground safely but it took too long and is getting dark!')
  211. print('')
  212. print('A.You run as fast as you can and dont look back')
  213. print('B.You hide some where')
  214. print('C.You panic and go into a coma')
  215. print('D.You climb back up')
  216. print('')
  217.  
  218. usr_response9=input().lower()
  219.  
  220. if "a" in usr_response9:
  221. print('You ran fast and it is a good thing you did but pale luna is not far behind and you must make a decision quick!')
  222. print('')
  223. print('A.You check your pockets franticly for a weapon')
  224. print('B.You start climbing a tree')
  225. print('C.You chase pale luna back')
  226. print('D.You scream like a crazy person')
  227. print('')
  228.  
  229. elif "b" in usr_response9:
  230. print('You hide in a ditch that looks strangly like a grave, GAME OVER!')
  231.  
  232. elif "c" in usr_response9:
  233. print('The gutter was not strong enough and ripped off the wall, you fell to your demise, GAME OVER!')
  234.  
  235. elif "d" in usr_response9:
  236. print('You went into a come and never woke up because pale luna found you, GAME OVER!')
  237.  
  238. elif "d" in usr_response7:
  239. print('Pale luna found you, you peacfully died after you had fell asleep, GAME OVER!')
  240.  
  241. elif "b" in usr_response6:
  242. print ('You made too much noise and pale luna found you and knocked you out cold! GAME OVER!')
  243.  
  244. elif "c" in usr_response6:
  245. print('The window is locked, try to find a key somewhere!')
  246.  
  247. elif "d" in usr_response6:
  248. print('Pale luna found you, you peacfully died after you had fell asleep, GAME OVER!')
  249.  
  250. usr_response10=input().lower()
  251.  
  252. if "a" in usr_response10:
  253. print('You checked you pockets franticly and found a phone but it had no reception and low battery, no weapon was found and you still have time to run!')
  254.  
  255. elif "b" in usr_response10:
  256. print('You started climbing the tree and pale luna could not find you but now you are stuck')
  257.  
  258. elif "c" in usr_response10:
  259. print('Pale luna was not intimidated GAME OVER!')
  260.  
  261. elif "d" in usr_response10:
  262. print('You screemed but the noise failed to reach civilisation and pale luna caught you, GAME OVER!')
  263.  
  264. elif "4" in usr_response4:
  265.  
  266. print(Fore.LIGHTRED_EX)
  267. print('©EvaStudios2019')
  268. time.sleep(1)
  269. print('~JACOB~')
  270. time.sleep(1)
  271. print('EvaPenn™®----------------------------------------------------------------------------')
  272. print('Game Creator - Eva penn')
  273. time.sleep (3)
  274. print('Game Editor - Joshua Kane-hill')
  275. time.sleep (2)
  276. print('Game Scripter - Eva penn')
  277. time.sleep (1)
  278. print('Game Scripter - Joshua Kane-hill')
  279.  
  280. elif "1" in usr_response4:
  281.  
  282. print('Sorry, your time is up!')
  283.  
  284. elif "2" in usr_response4:
  285.  
  286. print('❃ ❃ ❃')
  287. print('Sorry, you have no saved games, would you like to create a new?')
  288. print('❃ ❃ ❃')
  289. usr_response5 = input().lower()
  290.  
  291. if "yes" in usr_response5:
  292.  
  293. print('❃ ❃ ❃')
  294. print('Creating new game file...')
  295. print('New game file created')
  296. print('Name your save file')
  297. input("New save file name:")
  298. print("New save file name created:Save me! ")
  299. # its free real estate
  300. # usr_response6 is the file name
  301.  
  302. else:
  303. print (Fore.RED)
  304. print('---- ACCESS DENIED ----')
  305.  
  306. parse_input()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement