@duedbob@echo off :a set /p input="INPUT:" ;you can change Input: to whatever you like, maybe Enter: or Say something: if /i %input%==cls (cls) if %input%==micool777 (cls echo YOU HAVE UNLOCKED THE MASTER FUNCTION && echo.BY SAYING THE NAME OF THE RULER. goto b ) if %input%==1 (echo HOME echo.) else (echo --INCORRECT INPUT echo.) goto a :b color a set /p input="MASTER?:" if %input%==banana ( echo STOP HACKING && echo. pause cls ) else ( cls color c echo FRAUD! NOT MASTER! pause cls ) goto b
DOES ANYBODY HAVE A MICROPHONE!!!!!
MrBrownns 3 months ago
@MrBrownns i was eleven when i made this. just be glad you weren't forced to endure my infinite inflection.
Micool777 3 months ago
@duedbob make it in a single line
for instance,
if %input%==hi my name is bob
command
Micool777 8 months ago
Micool777 9 months ago
@duedbob yeah, what program are you using to make this, and what language are you using?
and generally all you have to do is have a string that's assigned to something
like d="hi"
and do something like this
if d=="hi" then
blah blah blah
endif
whatever, not impossible
Micool777 9 months ago
Thank You!
This is the Tutorial what i search.
GermanTutorialsinHD 1 year ago