Patch some more stuff

This commit is contained in:
Anthony Wang 2023-06-13 18:23:53 +00:00
parent b46bcd2e81
commit e3e95e15a6
Signed by: exogit
GPG key ID: 1DDC6BC38786C595

View file

@ -26,7 +26,7 @@ while True:
print("YOU FORGOT ALREADY???")
elif "pwd" in x:
print("GET LOST!!!")
elif "echo" in x:
elif "echo" in x or "print" in x:
print("I CAN'T HEAR YOU!!!")
elif "mk" in x:
print("WHY???")
@ -38,7 +38,7 @@ while True:
print("HAHAHAHAHA!!!")
elif "cat" in x:
print("CAT AS IN THE ANIMAL???")
elif "sh" in x or "root" in x or "python" in x:
elif "sh" in x or "root" in x or "py" in x or "new" in x or "eval" in x:
print("YOU'RE NOT GETTING AWAY!!!")
elif "apt" in x:
print("THERE ARE NO CHEAT CODES IN THIS GAME!!!")