Unverified Commit 1b829fae authored by Mr.Z4nzu's avatar Mr.Z4nzu Committed by GitHub
Browse files

Update hackingtool.py

parent 147a4eb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ def menu():
    [99]Exit
    """)
    
    choice = int(input("Z4nzu  =>> "))
    choice = input("Z4nzu  =>> ")
    if choice == 0 or choice == 00:
        clearScr()
        print(Logo)