Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Here is the download link https://cdn.discordapp.com/attachments/ … 4/AI-1.bat
If you don't trust it, then you can just look at this then copy-paste
@echo off
title AI-1
echo Initialising Program...
timeout 2 >nul
cls
goto intro
:intro
echo Hello?
pause >nul
set /p hello=
if %hello% == hi goto hi
if %hello% == hello goto hi
if %hello% == hey goto hi
:hi
cls
echo Oh hi!
pause >nul
echo I didn't know you were here!
pause >nul
echo ...
pause >nul
echo Soooooo
pause >nul
echo What now?
pause >nul
goto choice1
:choice1
cls
echo memes
echo games
echo close
set /p choice1=
if %choice1% == memes goto memes
if %choice1% == games goto games
if %choice1% == close goto termination
goto choice1
:memes
title Memes
cls
echo Oh...
pause >nul
echo I don't know any memes
pause >nul
echo Why did you even type that??
pause >nul
goto choice1
:games
cls
title Games
echo Um
pause >nul
echo I don't currently have any games programmed
pause >nul
echo Maybe later
pause >nul
goto choice1
:termination
cls
title Terminating...
echo What! No!
timeout 2 >nul
cls
echo Nooo0001100101010
timeout 1 >nul
exit
Enjoy!
I can speak by breathing in but it sounds like a dying horse
Signature by HG
Offline
Batman files are for noobs
Offline
Batman files are for noobs
yup
I'm a nooby noob
I can speak by breathing in but it sounds like a dying horse
Signature by HG
Offline
Pages: 1
[ Started around 1738522492.1328 - Generated in 0.036 seconds, 11 queries executed - Memory usage: 1.39 MiB (Peak: 1.49 MiB) ]