Loading hackingtool.py +10 −9 Original line number Diff line number Diff line Loading @@ -1529,6 +1529,7 @@ def clearScr(): if __name__ == "__main__": try: if system() == 'Linux': if path.exists("/home/") os.chdir("/home/") if os.path.isdir('hackingtool'): os.chdir("/home/hackingtool/") Loading @@ -1536,13 +1537,13 @@ if __name__ == "__main__": else : os.system("mkdir hackingtool") menu() if system() == 'android': elif path.exists('/data'): os.chdir("data/data/com.termux/files/home/") if os.path.isdir('hackingtool'): os.chdir("data/data/com.termux/files/home/hackingtool/") menu() else : os.system("mkdir hackingtool") os.system("mkdir hackingtoolstore") menu() except KeyboardInterrupt: print(" Sorry ..!!!") Loading Loading
hackingtool.py +10 −9 Original line number Diff line number Diff line Loading @@ -1529,6 +1529,7 @@ def clearScr(): if __name__ == "__main__": try: if system() == 'Linux': if path.exists("/home/") os.chdir("/home/") if os.path.isdir('hackingtool'): os.chdir("/home/hackingtool/") Loading @@ -1536,13 +1537,13 @@ if __name__ == "__main__": else : os.system("mkdir hackingtool") menu() if system() == 'android': elif path.exists('/data'): os.chdir("data/data/com.termux/files/home/") if os.path.isdir('hackingtool'): os.chdir("data/data/com.termux/files/home/hackingtool/") menu() else : os.system("mkdir hackingtool") os.system("mkdir hackingtoolstore") menu() except KeyboardInterrupt: print(" Sorry ..!!!") Loading