Advertisement
GreffonLive

installer

Feb 7th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. write("What game do you want to install:")
  2. read()
  3. sleep(3)
  4. print("Instalising...")
  5. sleep(1)
  6. print("DownLoadinn installer...")
  7. print("27%")
  8. sleep(1)
  9. print("100%")
  10. print("Instal game")
  11. sleep(3)
  12. print("Textures")
  13. print("89%")
  14. sleep(1)
  15. print("100%")
  16. sleep(3)
  17. print("Soap,normal,mega,ULTRA")
  18. write("enter the game quality:")
  19. read()
  20. sleep(3)
  21. print("Loading quality")
  22. sleep(2)
  23. print("END INSTAL")
  24. sleep(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement