Introduction: How to Make an Irritating Batch File
Another Batch file....for entertainment
Supplies
You only need notepad or any fancy editor
Step 1: Open Notepad and Copy Paste the Following Code
@echo off
color b
title The Bet
echo Before we start know there is no turning back
ping 127.0.0.1 -n 3 > nul
echo You must be willing to continue with this before we start
ping 127.0.0.1 -n 6 > nul
echo If you are not willing to proceed, press the X before its to late
ping 127.0.0.1 -n 3 > nul
:start
Cls
ping 127.0.0.1 -n 3 > nul
echo Welcome, it seems you are ready for what awaits ahead
ping 127.0.0.1 -n 3 > nul
echo We are offering the last chance
ping 127.0.0.1 -n 3 > nul
echo If you wish to procedd select 1 of you wanna exit select 2
ping 127.0.0.1 -n 3 > nul
echo Input 1 or 2
set input=
set /p input=
if %input%== 1 goto 1
if %input%== 2 goto 2
:1
cls
color b
echo It seems you would like to proceed
ping 127.0.0.1 -n 3 > nul
echo If you press the X, we delete your system files, dont leave
ping 127.0.0.1 -n 4 > nul
cls
color c
echo Chose your lucky number between 1 and 2
ping 127.0.0.1 -n 3 > nul
echo Input 1 or 2
set input=
set /p input=
if %input%== 1 goto 3
if %input%==2 goto 4
:2
cls
color E
echo You had your chance to close
ping 127.0.0.1 -n 3 > nul
echo Its too late now, lets play
ping 127.0.0.1 -n 3 > nul
goto start
:3
cls
color d
echo Hahaha,
ping 127.0.0.1 -n 3 > nul
echo It seems today is just not your luck day
ping 127.0.0.1 -n 3 > nul
echo chose how you wanna die
ping 127.0.0.1 -n 3 > nul
echo 1.Instant death
ping 127.0.0.1 -n 2 > nul
echo 2.Die after saying goodbye
ping 127.0.0.1 -n 2 > nul
echo Input 1 or 2
set input=
set /p input=
if %input%== 1 goto 5
if %input%== 2 goto 6
:4
cls
color f
echo There was no luck number
ping 127.0.0.1 -n 3 > nul
echo The only way out is to admit you are gay
ping 127.0.0.1 -n 3 > nul
echo Or i will delete your system32 files
ping 127.0.0.1 -n 3 > nul
echo Press 1 to admit or press 2 to DENY, the choice is yours
set input=
set /p input=
if %input%== 1 goto 7
if %input%== 2 goto 7
:5
cls
color b
echo Sorry for this we are shuting down your pc
ping 127.0.0.1 -n 3 > nul
msg * Dont worry, its just a normal shutdown
shutdown /s
goto end
:6
cls
color c
echo Sorry but you are gonna die now
msg * This is just a normal restart
shutdown /r
goto end
:7
cls
color d
echo You are still gay no matter the choice you put
ping 127.0.0.1 -n 3 > nul
echo You are gay
goto cycle
:cycle
msg * You are gay
msg * Its not bad being gay
msg * My brother is gay too
msg * You are not alone
goto cycle
:end
cls
color E
echo Nice playing this, you are welcome to try again
exit
Step 2: Save the File With a .bat Extension
Use any name but it must end with a .bat
Step 3: Run the File
Run the file and feel free to comment on it
Step 4: Note
If you wanna cancel the log out:
Open cmd and input the following command to cancel log out
shutdown /a
If you wanna get rid of the repeating messages,,, you just have to bare with them
Step 5: An Irritating Single
This is the code for the irritating message part:
@echo off
:cycle
msg * You are gay
msg * Its not bad being gay
msg * My brother is gay too
msg * You are not alone
goto cycle
you can create a new code and copy paste this there,,,save it with a .bat extension
Step 6: An Irritating Single
It can also work on websites to, copy paste the code below
@echo off
:webloop
start https://www.youtube.com/
start https://www.instagram.com/
start https://www.youtube.com/
start https://www.instagram.com/
goto webloop
you can make it stop by closing the open cmd and the browser too


