0% found this document useful (0 votes)
94 views2 pages

Amo Gus Matrix

This batch file presents a menu with options to either start a program or exit. If starting is selected, it checks for confirmation and then sets variables to meme words. It then enters an infinite loop printing random variables, containing meme phrases, before looping again.

Uploaded by

lracfilib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
94 views2 pages

Amo Gus Matrix

This batch file presents a menu with options to either start a program or exit. If starting is selected, it checks for confirmation and then sets variables to meme words. It then enters an infinite loop printing random variables, containing meme phrases, before looping again.

Uploaded by

lracfilib
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

@echo off

:menu
title Startup
color 0f
echo 1 fucking start
echo 2 adios
echo Type the number bitch.
choice /c:12 /n > nul
if errorlevel 1 goto holup
if errorlevel 2 goto adios

:adios
title adios bro
color ca
echo K bye
ping localhost -n 4 >nul
exit /b

:holup
title uh
color 0f
echo Are you sure bro? you're about to
echo unleash madness right now.
echo 1 yes
echo 2 no
choice /c:12 /n > nul
if errorlevel 2 goto menu
if errorlevel 1 goto sets

:sets
set /a aaa=amogus
set /a aab=sugoma
set /a aac=sus
set /a aad=imposter
goto madness

:madness
set /a num=%random%
if %num% gtr 4 goto madness
if %num% lss 1 goto madness
if %num%==1 goto aa1
if %num%==2 goto aa2
if %num%==3 goto aa3
if %num%==4 goto aa4

:aa4
echo %aaa%%aaa%%aaa%%aaa%%aaa%%aaa%%aaa%
goto madness

:aa2
echo %aab%%aab%%aab%%aab%%aab%%aab%%aab%
goto madness

:aa3
echo %aac%%aac%%aac%%aac%%aac%%aac%%aac%
goto madness

:aa4
echo %aad%%aad%%aad%%aad%%aad%%aad%%aad%
goto madness

You might also like