+2
-2
game/greghackgame.py
+2
-2
game/greghackgame.py
···
13
13
print("Version 1.25") # increase first number every release, increase second number every year (ex: 1.25, 1 being release number, and 25 being year)
14
14
print("Type help for help.")
15
15
cmd = input()
16
-
if (cmd == "hack"):
16
+
if (cmd.lower() == "hack"):
17
17
cls()
18
18
user = input("enter username: ")
19
19
website = input("enter website: ")
20
-
if (cmd == "help"):
20
+
if (cmd.lower() == "help"):
21
21
cls()
22
22
print("hack - hacking tool if you have all info")
23
23
print("infosearch - search for info about people")