diff --git a/hackingtool.py b/hackingtool.py index 946f71a..e5ead02 100644 --- a/hackingtool.py +++ b/hackingtool.py @@ -73,7 +73,7 @@ def menu(): [99]Exit """) - choice = int(input("Z4nzu =>> ")) + choice = input("Z4nzu =>> ") if choice == 0 or choice == 00: clearScr() print(Logo)