Skip to content

Commit

Permalink
Update SpamMenu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mishakorzik authored Jun 10, 2024
1 parent 09468c1 commit 94e05ea
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Files/SpamMenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
print(" \033[1;34m[ 03 ] >> \033[1;36;40mSpymer - more options sms and cals bomber")
print(" \033[1;34m[ 04 ] >> \033[1;36;40mAres-Bomb - medium Ares-bomber")
print(" \033[1;34m[ 05 ] >> \033[1;36;40mTBomb - Is SMS And Call Bomber")
print(" \033[1;34m[ 06 ] >> \033[1;36;40mDuploBomber - Private SMS-Bomber")
print(" \033[1;34m[ 07 ] >> \033[1;36;40mEmailPySpam - A python 3+ program to spam emails")
print(" \033[1;34m[ 08 ] >> \033[1;36;40mExit System - log out AllHackingTools")
print(" \033[1;34m[ 09 ] >> \033[1;36;40mBack To MainMenu")
print(" \033[1;34m[ 06 ] >> \033[1;36;40mEmailPySpam - A python 3+ program to spam emails")
print(" \033[1;34m[ 07 ] >> \033[1;36;40mExit System - log out AllHackingTools")
print(" \033[1;34m[ 08 ] >> \033[1;36;40mBack To MainMenu")

op=int(raw_input("SpymER: "))

Expand All @@ -35,16 +34,13 @@
os.system("clear")
os.system("cd && cd AllHackingTools && cd TBomb && ./TBomb.sh && cd && cd AllHackingTools && python2 MainMenu.py")
elif(op==6):
os.system("clear")
os.system("cd && cd AllHackingTools && cd duplo-bomber && python3 duplo_spam.py && cd && cd AllHackingTools && python2 MainMenu.py")
elif(op==7):
os.system("clear")
os.system("cd && cd AllHackingTools && cd emailpyspam && cd main && python3 emailspam.py && cd && cd AllHackingTools && python2 MainMenu.py")
elif(op==8):
elif(op==7):
time.sleep(0.2)
print("\033[1;31;40mQuiting System...")
sys.exit()
elif(op==9):
elif(op==8):
os.system("cd")
os.system("cd AllHackingTools")
os.system("python2 MainMenu.py")
Expand Down

0 comments on commit 94e05ea

Please sign in to comment.