Skip to content

Commit dba5221

Browse files
authored
Update Other.py
1 parent 6fba71a commit dba5221

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

Files/Other.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,19 @@
88
os.system("cd && cd AllHackingTools && clear && bash Logo.sh")
99

1010
print(" \033[1;34m[ 01 ] >> \033[1;36;40mFree-Proxy - more free proxy servers")
11-
print(" \033[1;34m[ 02 ] >> \033[1;36;40mProxyGen - Free Proxy Generator")
12-
print(" \033[1;34m[ 03 ] >> \033[1;36;40mExit System - exit AllHackingTools")
13-
print(" \033[1;34m[ 04 ] >> \033[1;36;40mBack To MainMenu - Back to MainMenu")
11+
print(" \033[1;34m[ 02 ] >> \033[1;36;40mExit System - exit AllHackingTools")
12+
print(" \033[1;34m[ 03 ] >> \033[1;36;40mBack To MainMenu - Back to MainMenu")
1413

1514
op=int(raw_input("OthErTo01s: "))
1615

1716
if(op==1):
1817
os.system("clear")
1918
os.system("cd && cd AllHackingTools && bash Files/Proxy/Logo.sh && python2 Files/Proxy/menu.py && cd")
2019
elif(op==2):
21-
os.system("clear")
22-
os.system("cd && cd AllHackingTools && cd ProxyGen && python2 proxygen.py && cd")
23-
elif(op==3):
2420
time.sleep(0.2)
2521
print("\033[1;31;40mQuiting System...")
2622
sys.exit()
27-
elif(op==4):
23+
elif(op==3):
2824
os.system("cd")
2925
os.system("cd AllHackingTools")
3026
os.system("python2 MainMenu.py")

0 commit comments

Comments
 (0)