Guest User

etc

a guest
Aug 9th, 2024
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. @echo off
  2. title intelijenzia altifiziau
  3. setlocal EnableDelayedExpansion
  4.  
  5. set "e= timeout /t 2 /nobreak>nul
  6.  
  7. set "z= timeout /t 1 /nobreak>nul
  8.  
  9. set "six=timeout/t 15 /nobreak>nul
  10.  
  11. set "cr=%cd%
  12.  
  13. set "cm=%cr%\data
  14.  
  15. set "nm=start %temp%\error.vbs
  16.  
  17. set "options=yes no"
  18.  
  19. mode 60,35
  20.  
  21. color a
  22.  
  23. :1
  24. echo please don't use CAPSLOCK or simbols with me!
  25. echo.
  26. echo.
  27. %e%
  28. echo start survey?
  29. echo.
  30. %z%
  31. echo yes or no
  32. echo.
  33. set /p qq=-
  34.  
  35. for %%d in (%options%) do (
  36. echo !qq! | findstr /C:"%%d" > nul
  37. if !errorlevel! == 0 goto :%%d
  38. )
  39.  
  40. :no
  41. cls
  42. echo press any key to close the program
  43. pause>nul
  44. exit
  45.  
  46. :yes
  47. cls
  48. echo.
  49. echo.
  50. %e%
  51. echo are you ok?
  52. echo.
  53. %z%
  54. echo yes or no
  55. echo.
  56. set/p q2=-
  57.  
  58. for %%d in (%options%) do (
  59. echo !q2! | findstr /C:"%%d" > nul
  60. if !errorlevel! == 0 goto :%%d
  61.  
  62. )
  63.  
  64.  
  65. :yes
  66. cls
  67. echo.
  68. echo.
  69. %e%
  70. echo are you scared?
  71. echo.
  72. %z%
  73. echo yes or no
  74. echo.
  75. set/p q3=*
  76.  
  77. for %%d in (%options%) do (
  78. echo !q3! | findstr /C:"%%d" > nul
  79. if !errorlevel! == 0 goto :%%d
  80. )
  81.  
  82. :yes
  83. cd %cm%
  84. start jump.mp4
  85. %six%
  86. taskkill/im "wmplayer.exe">nul
  87. pause
  88. exit
  89.  
  90. :no
  91. cls
  92. echo.
  93. echo.
  94. %e%
  95. echo are you REALLY ok?
  96. echo.
  97. echo.
  98. %z%
  99. echo yes or no
  100. echo.
  101. set/p q4=-
  102.  
  103. for %%d in (%options%) do (
  104. echo !q4! | findstr /C:"%%d" > nul
  105. if !errorlevel! == 0 goto :%%d
  106. )
  107.  
  108.  
  109. :no
  110. cls
  111. echo.
  112. echo ok
  113. pause
  114. exit
  115.  
  116. :yes
  117. cls
  118. echo.
  119. echo ok
  120. pause
  121. exit
Advertisement
Add Comment
Please, Sign In to add comment