This was posted for educational purposes only, I am not to be held responcible for any inappropriate usage of this information or the files that I may have provided. I am not to be held responsible for individuals or groups of people that suffer consequences of using this information or the files that I provided, these consequences include things such as expulsion, getting fired, or legal action.
Remove these ads by
Signing UpStep 1Create a password for the program
@echo off
color 0a
set try=3 //Replace three with the amount of password entry tries that you wish to allow .
:retry
cls
echo Enter Password
set /p password=
if %password%==shadow goto start /replace shadow with the password of your choice pause
set /a try=%try%-1
echo %try%
if %try%==0 echo Access Denied, you will now be terminated,.
if %try%==0 goto wrong // I did set a punishment for the incorrect password which you will see later on.
echo Incorrect password. You have %try% attempts left.
pause
goto retry
| « Previous Step | Download PDFView All Steps | Next Step » |





























Why not do something genuinely useful with your skills?