()
| 146 | |
| 147 | |
| 148 | def updatehackerpro(): |
| 149 | print ("This Tool is Only Available for Linux and Similar Systems. ") |
| 150 | choiceupdate = raw_input("Continue Y / N: ") |
| 151 | if choiceupdate in yes: |
| 152 | os.system("git clone https://github.com/technicaldada/hackerpro.git") |
| 153 | os.system("cd hackerpro && sudo bash ./update.sh") |
| 154 | os.system("hackerpro") |
| 155 | |
| 156 | |
| 157 | def doork(): |