Stap 2: Reacties op verschillende ingangen
: midden "referentiepunt"
set /a teller += 1 "ingesteld tegen zelf plus één"
als % counter % == 5 goto BAD "als teller is vijf (wachtwoord klopt vijf keer) gaan om slecht"
Als niet % counter % == 5 goto OK "als teller is niet vijf gaan naar slecht"
: OK "referentiepunt"
kleur 4 "maakt de kleur zwart en rood"
CLS "wist het scherm"
ECHO de Unlock Code die u hebt ingevoerd is niet correct. ' weergeven '
ECHO. "een lege regel weergeven '
ECHO gelieve de code opnieuw invoeren of buzz van en vragen van % username %!!! >: D ' weergeven '
ECHO. "een lege regel weergeven '
ping localhost -n 4 > nul "pings de computer zonder het onderbreken van het programma worden weergegeven"
goto start121 "go to start121 referentiepunt"
: Slecht "referentiepunt"
CLS "wist het scherm"
kleur 7 "de kleur ingesteld op zwart-wit"
ECHO dat u continu onjuist zijn geweest. "display"
ping loaclhost -n 4 > nul "wacht"
: START "referentiepunt"
set TIMER = 4 "timer (variabele) is 4"
instellen seconden = 60 "seconden (variabele) is 60"
: Begindatum1 "referentiepunt"
kleur 7 "maakt de kleur zwart / wit"
CLS "wist"
ECHO moet u wachten %TIMER%.%SECONDS% minuten "treedt een timer gemaakt van de twee variabelen gemaakt voor"
instellen /a seconden = seconden-1 "Seconden nu is zelf min één"
Als % SECONDS % == 0 goto SET "als seconden is nul Ga naar instellen"
ping localhost -n 2 > nul "wacht"
goto Begindatum1 "Ga naar een referentiepunt (Begindatum1)"
: Stel "referentiepunt"
Als TIMER % == 0 goto COUNTERSET
/a TIMER instellen = TIMER-1 "timer is nu timer min één"
instellen seconden = 60 'seconden gelijk aan 60'
goto Begindatum1 "Ga naar Begindatum1 (verwijzing naar punt)
: 'referentie' ontgrendelen
CLS "clear"
ECHO moment geduld a.u.b.... "display"
ping localhost -n 2 > nul "wacht"
kleur 2 "maakt de kleur zwart en groen"
"de volgende creëert een laden bar effect"
CLS
ECHO [1]
ping localhost -n 1 > nul
CLS
ECHO [11]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [11]
ping localhost -n 1 > nul
CLS
ECHO [1]
ping localhost -n 1 > nul
CLS
ECHO [1]
ping localhost -n 1 > nul
CLS
ECHO [11]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [11]
ping localhost -n 1 > nul
CLS
ECHO [1]
ping localhost -n 1 > nul
CLS
ECHO [1]
ping localhost -n 1 > nul
CLS
ECHO [11]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [11]
ping localhost -n 1 > nul
CLS
ECHO [1]
ping localhost -n 1 > nul
CLS
ECHO [1]
ping localhost -n 1 > nul
CLS
starten van explorer.exe
ECHO [11]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [111]
ping localhost -n 1 > nul
CLS
ECHO [11]
ping localhost -n 1 > nul
CLS
ECHO [1]
ping localhost -n 1 > nul
CLS
goto einde "go to eind"