Skip to content

Commit

Permalink
Update AndroidMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Apr 6, 2024
1 parent 742d311 commit 7acce58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Files/AndroidMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
os.system("cd && cd AllHackingTools && cd lockphish && bash lockphish.sh && cd && cd AllHackingTools && python2 MainMenu.py")
elif(op==4):
os.system("clear")
os.system("cd && cd AllHackingTools && cd Files && bash HatCloud.sh && sleep 10 && cd && cd AllHackingTools && python2 MainMenu.py")
os.system("cd && cd AllHackingTools && cd Files && bash HatCloud.sh && cd && cd AllHackingTools && python3 src/Timer2.py && python2 MainMenu.py")
elif(op==5):
time.sleep(0.2)
print("\033[1;31;40mQuiting System...")
Expand Down

0 comments on commit 7acce58

Please sign in to comment.