File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 88os .system ("cd && cd AllHackingTools && clear && bash Logo.sh" )
99
1010print (" \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
1514op = int (raw_input ("OthErTo01s: " ))
1615
1716if (op == 1 ):
1817 os .system ("clear" )
1918 os .system ("cd && cd AllHackingTools && bash Files/Proxy/Logo.sh && python2 Files/Proxy/menu.py && cd" )
2019elif (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" )
You can’t perform that action at this time.
0 commit comments