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 1515print (" \033 [1;34m[ 06 ] >> \033 [1;36;40mTBomb - Is SMS And Call Bomber" )
1616print (" \033 [1;34m[ 07 ] >> \033 [1;36;40mDuploBomber - Private SMS-Bomber" )
1717print (" \033 [1;34m[ 08 ] >> \033 [1;36;40mEmailPySpam - A python 3+ program to spam emails" )
18- print (" \033 [1;34m[ 09 ] >> \033 [1;36;40mAnonymousSMS - send free anonymous sms" )
19- print (" \033 [1;34m[ 10 ] >> \033 [1;36;40mExit System - log out AllHackingTools" )
20- print (" \033 [1;34m[ 11 ] >> \033 [1;36;40mBack To MainMenu" )
18+ print (" \033 [1;34m[ 09 ] >> \033 [1;36;40mExit System - log out AllHackingTools" )
19+ print (" \033 [1;34m[ 10 ] >> \033 [1;36;40mBack To MainMenu" )
2120
2221op = int (raw_input ("SpymER: " ))
2322
4645 os .system ("clear" )
4746 os .system ("cd && cd AllHackingTools && cd emailpyspam && cd main && python3 emailspam.py && cd && cd AllHackingTools && python2 MainMenu.py" )
4847elif (op == 9 ):
49- os .system ("clear" )
50- os .system ("cd && cd AllHackingTools && cd anonymousSMS && bash Start.sh && cd && cd AllHackingTools && python2 MainMenu.py" )
51- elif (op == 10 ):
5248 time .sleep (0.2 )
5349 print ("\033 [1;31;40mQuiting System..." )
5450 sys .exit ()
55- elif (op == 11 ):
51+ elif (op == 10 ):
5652 os .system ("cd" )
5753 os .system ("cd AllHackingTools" )
5854 os .system ("python2 MainMenu.py" )
You can’t perform that action at this time.
0 commit comments