Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title intelijenzia altifiziau
- setlocal EnableDelayedExpansion
- set "e= timeout /t 2 /nobreak>nul
- set "z= timeout /t 1 /nobreak>nul
- set "six=timeout/t 15 /nobreak>nul
- set "cr=%cd%
- set "cm=%cr%\data
- set "nm=start %temp%\error.vbs
- set "options=yes no"
- mode 60,35
- color a
- :1
- echo please don't use CAPSLOCK or simbols with me!
- echo.
- echo.
- %e%
- echo start survey?
- echo.
- %z%
- echo yes or no
- echo.
- set /p qq=-
- for %%d in (%options%) do (
- echo !qq! | findstr /C:"%%d" > nul
- if !errorlevel! == 0 goto :%%d
- )
- :no
- cls
- echo press any key to close the program
- pause>nul
- exit
- :yes
- cls
- echo.
- echo.
- %e%
- echo are you ok?
- echo.
- %z%
- echo yes or no
- echo.
- set/p q2=-
- for %%d in (%options%) do (
- echo !q2! | findstr /C:"%%d" > nul
- if !errorlevel! == 0 goto :%%d
- )
- :yes
- cls
- echo.
- echo.
- %e%
- echo are you scared?
- echo.
- %z%
- echo yes or no
- echo.
- set/p q3=*
- for %%d in (%options%) do (
- echo !q3! | findstr /C:"%%d" > nul
- if !errorlevel! == 0 goto :%%d
- )
- :yes
- cd %cm%
- start jump.mp4
- %six%
- taskkill/im "wmplayer.exe">nul
- pause
- exit
- :no
- cls
- echo.
- echo.
- %e%
- echo are you REALLY ok?
- echo.
- echo.
- %z%
- echo yes or no
- echo.
- set/p q4=-
- for %%d in (%options%) do (
- echo !q4! | findstr /C:"%%d" > nul
- if !errorlevel! == 0 goto :%%d
- )
- :no
- cls
- echo.
- echo ok
- pause
- exit
- :yes
- cls
- echo.
- echo ok
- pause
- exit
Advertisement
Add Comment
Please, Sign In to add comment