Example #1
0
        private void CheatIndex_SelectedIndexChanged(object sender, EventArgs e)
        {
            // Local Version This should be handled by a Database or website.
            string foo = IndexCheat.GetItemText(IndexCheat.SelectedItem);

            if (foo == ("Counter strike 1.6"))
            {
                detectionindex.Text  = (vac); // + "\r\n" + (faceit) + "\r\n" + (esea);
                detectionindex2.Text = (faceit);
                detectionindex3.Text = (esea);
                IndexList.Text       = ("Game: Counter-Strike 1.6" + "\r\n" + "Engine: Source Engine" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build 1.0" + "\r\n" + "Status: [DISABLED]");
            }

            else if (foo == ("Counter strike Source"))
            {
                detectionindex.Text  = (vac); // + "\r\n" + (faceit) + "\r\n" + (esea);
                detectionindex2.Text = (faceit);
                detectionindex3.Text = (esea);
                IndexList.Text       = ("Game: Counter strike Source" + "\r\n" + "Engine: Source Engine" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build 1.0" + "\r\n" + "Status: [DISABLED]");
            }

            else if (foo == ("Counter strike Global offensive ESP"))
            {
                vac = ("VAC: UNKNOWN");
                detectionindex.ForeColor = Color.Orange;
                detectionindex.Text      = (vac); // + "\r\n" + (faceit) + "\r\n" + (esea);
                detectionindex2.Text     = (faceit);
                detectionindex3.Text     = (esea);
                IndexList.Text           = ("Game: CS:GO" + "\r\n" + "Engine: Source Engine" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build 1.5" + "\r\n" + "Status: [DISABLED]");
            }
            else if (foo == ("Counter strike Global offensive League"))
            {
                vac = ("VAC: UNKNOWN");
                detectionindex.ForeColor = Color.Orange;
                detectionindex.Text      = (vac); // + "\r\n" + (faceit) + "\r\n" + (esea);
                detectionindex2.Text     = (faceit);
                detectionindex3.Text     = (esea);
                IndexList.Text           = ("Game: CS:GO" + "\r\n" + "Engine: Source Engine" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build: 1.5" + "\r\n" + "Status: [DISABLED]");
            }
            else if (foo == ("Counter strike Global offensive MM"))
            {
                vac = ("VAC: UNKNOWN");
                detectionindex.ForeColor = Color.Orange;
                detectionindex.Text      = (vac); // + "\r\n" + (faceit) + "\r\n" + (esea);
                detectionindex2.Text     = (faceit);
                detectionindex3.Text     = (esea);
                IndexList.Text           = ("Game: CS:GO" + "\r\n" + "Engine: Source Engine" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build: 1.5" + "\r\n" + "Status: [ENABLED]");
            }

            else if (foo == ("Left 4 Dead 2"))
            {
                vac = ("VAC: UNDETECTED");
                detectionindex.ForeColor = Color.LimeGreen;
                detectionindex.Text      = (vac); // + "\r\n" + (faceit) + "\r\n" + (esea);
                detectionindex2.Text     = (faceit);
                detectionindex3.Text     = (esea);
                IndexList.Text           = ("Game: L4D2" + "\r\n" + "Engine: Source Engine" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build: 0.1" + "\r\n" + "Status: [ENABLED]");
            }

            else if (foo == ("Team Fortress 2"))
            {
                vac = ("VAC: UNDETECTED");
                detectionindex.ForeColor = Color.LimeGreen;
                detectionindex.Text      = (vac); // + "\r\n" + (faceit) + "\r\n" + (esea);
                detectionindex2.Text     = (faceit);
                detectionindex3.Text     = (esea);
                IndexList.Text           = ("Game: TF2" + "\r\n" + "Engine: Source Engine" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build: 1.5" + "\r\n" + "Status: [ENABLED]");
            }

            else if (foo == ("Blackops Zombies"))
            {
                detectionindex.Text = (vac); // + "\r\n" + (faceit) + "\r\n" + (esea);
                IndexList.Text      = ("Game: Blackops Zombies" + "\r\n" + "Engine: IW Engine" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build: 2.0" + "\r\n" + "Status: [DISABLED]");
            }

            else if (foo == ("World of Warcraft Live Server"))
            {
                vac = ("WARDEN: UNDETECTED");
                detectionindex.ForeColor = Color.LimeGreen;
                detectionindex.Text      = ("Warden");
                IndexList.Text           = ("Game: WOW Live" + "\r\n" + "Engine: WOW" + "\r\n" + "Cheat: X-HOOK" + "\r\n" + "Build 1.0" + "\r\n" + "Status: [DISABLED]");
            }

            else
            {
                IndexList.Text = ("");
            }
        }
Example #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            string foo        = IndexCheat.GetItemText(IndexCheat.SelectedItem);
            string subscribed = ("Error Subscribe to the Cheat: " + foo + " in order to use it");
            string Disabled   = ("The cheat: " + foo + " is currently disabled and not available at the moment. Please try later again.");

            if (foo == ("Counter strike 1.6"))
            {
                MessageBox.Show(Disabled, "X-LOADER | Access not allowed!", MessageBoxButtons.OK, MessageBoxIcon.Error);
                selectedcheat = "";
            }

            else if (foo == ("Counter strike Source"))
            {
                MessageBox.Show(Disabled, "X-LOADER | Access not allowed!", MessageBoxButtons.OK, MessageBoxIcon.Error);
                selectedcheat = "";
            }

            else if (foo == ("World of Warcraft 3.35"))
            {
                MessageBox.Show(Disabled, "X-LOADER | Access not allowed!", MessageBoxButtons.OK, MessageBoxIcon.Error);
                selectedcheat = "";
            }

            else if (foo == ("World of Warcraft 6.2"))
            {
                selectedcheat  = "wow";
                CurrentPackage = "lvl2";
                start();
            }

            else if (foo == ("X-FrameWork"))
            {
                MessageBox.Show(Disabled, "X-LOADER | Access not allowed!", MessageBoxButtons.OK, MessageBoxIcon.Error);
                selectedcheat = "";
            }

            else if (foo == ("Blackops Zombies"))
            {
                MessageBox.Show(Disabled, "X-LOADER | Access not allowed!", MessageBoxButtons.OK, MessageBoxIcon.Error);
                selectedcheat = "";
            }

            else if (foo == (""))
            {
                ProgressLabel.Text      = ("ERROR! NO GAME WAS FOUND! Please Select Game!");
                ProgressLabel.ForeColor = System.Drawing.Color.Orange;
                selectedcheat           = "";
            }

            else if (foo == ("Left 4 Dead 2"))
            {
                CurrentPackage = "lvl2";
                selectedcheat  = "left4dead2";
                start();
            }

            else if (foo == ("Team Fortress 2"))
            {
                CurrentPackage = "lvl2";
                selectedcheat  = "hl2";
                start();
            }

            else if (foo == ("Counter strike Global offensive ESP"))
            {
                selectedcheat  = "csgo";
                CurrentPackage = "lvl1";
                start();
            }
            else if (foo == ("Counter strike Global offensive League"))
            {
                MessageBox.Show(Disabled, "X-LOADER | Access not allowed!", MessageBoxButtons.OK, MessageBoxIcon.Error);
                selectedcheat = "";
            }


            else if (foo == ("Counter strike Global offensive MM"))
            {
                CurrentPackage = "lvl2";
                selectedcheat  = "csgo";
                start();
            }
        }