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 a30ae07 commit 9dea7f8
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 @@ -21,7 +21,7 @@
os.system("cd && cd AllHackingTools && cd pyshell && ./Pyshell && cd && cd AllHackingTools && python2 MainMenu.py")
elif(op==2):
os.system("clear")
os.system("cd && cd AllHackingTools && cd wishfish && ./wishfish.sh && cd && cd AllHackingTools && python2 MainMenu.py")
os.system("cd && cd AllHackingTools && cd WishFish && ./wishfish.sh && cd && cd AllHackingTools && python2 MainMenu.py")
elif(op==3):
os.system("clear")
os.system("cd && cd AllHackingTools && cd lockphish && bash lockphish.sh && cd && cd AllHackingTools && python2 MainMenu.py")
Expand Down

0 comments on commit 9dea7f8

Please sign in to comment.