예제 #1
0
        private void Atualizador()
        {
            HWID = GTHW.Value();
            try
            {
                WebClient VersaoHost = new WebClient();
                VersaoHost.Proxy = null;
                VersaoHost.Headers.Add("User-Agent", "Triforce");
                String Versao = VersaoHost.DownloadString("https://atomoproject.000webhostapp.com/Triforce/Version");
                if (Versao == Application.ProductVersion)
                {
                }
                else
                {
                    MessageBox.Show("The new version is available.", "System", MessageBoxButtons.OK, MessageBoxIcon.Information);

                    System.Diagnostics.Process pStart = new System.Diagnostics.Process();
                    VersaoHost.Proxy = null;
                    pStart.StartInfo = new System.Diagnostics.ProcessStartInfo(@"https://atomoproject.000webhostapp.com/Triforce/Loader.zip");
                    pStart.Start();
                    Application.Exit();
                }
            }
            catch
            {
                MessageBox.Show("Server is broken.", "System", MessageBoxButtons.OK, MessageBoxIcon.Error);
            }
        }
예제 #2
0
        private void admin_Click(object sender, EventArgs e)
        {
            WebClient Wc = new WebClient {
                Proxy = null
            };
            string admin = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/admin/key");

            if (admin.Contains(GTHW.Value()))
            {
                MessageBox.Show("Hallo, Welcome back :)", "System", MessageBoxButtons.OK);
                Hide();
                Form b = new Games();
                b.Closed += (s, args) => Close();
                b.Show();
            }
            else
            {
                MessageBox.Show("You don't have owner access", "System", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
            }
        }
예제 #3
0
        private void Games_Load(object sender, EventArgs e)
        {
            namescheats.Text = "Premium Cheats";

            WebClient Wc = new WebClient {
                Proxy = null
            };
            string admin = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/admin/key");

            if (admin.Contains(GTHW.Value()))
            {
                injectapex.Enabled   = true;
                injectmobile.Enabled = true;
                injectsquad.Enabled  = true;
                injectwf.Enabled     = true;
                injectlite.Enabled   = true;
                checkuser.Text       = "Owner";
                checkuser.ForeColor  = Color.BlueViolet;

                textwarface.ForeColor = Color.BlueViolet;
                textapex.ForeColor    = Color.BlueViolet;
                textlite.ForeColor    = Color.BlueViolet;
                textmobile.ForeColor  = Color.BlueViolet;
                textsquad.ForeColor   = Color.BlueViolet;
            }
            else
            {
                string users = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20Apex");
                if (users.Contains(GTHW.Value()))
                {
                    injectapex.Enabled = true;
                    checkuser.Text     = "Vip";
                    textapex.ForeColor = Color.BlueViolet;
                }
                else
                {
                    injectapex.Enabled = false;
                    injectapex.Text    = "Not have";
                }

                string users1 = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20Lite");
                if (users1.Contains(GTHW.Value()))
                {
                    injectlite.Enabled = true;
                    checkuser.Text     = "Vip";
                    textlite.ForeColor = Color.BlueViolet;
                }
                else
                {
                    injectlite.Enabled = false;
                    injectlite.Text    = "Not have";
                }

                string users2 = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20Mobile");
                if (users2.Contains(GTHW.Value()))
                {
                    injectmobile.Enabled = true;
                    checkuser.Text       = "Vip";
                    textmobile.ForeColor = Color.BlueViolet;
                }
                else
                {
                    injectmobile.Enabled = false;
                    injectmobile.Text    = "Not have";
                }

                string users3 = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20Squad");
                if (users3.Contains(GTHW.Value()))
                {
                    injectsquad.Enabled = true;
                    checkuser.Text      = "Vip";
                    textsquad.ForeColor = Color.BlueViolet;
                }
                else
                {
                    injectsquad.Enabled = false;
                    injectsquad.Text    = "Not have";
                }

                string users4 = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20WF");
                if (users4.Contains(GTHW.Value()))
                {
                    injectwf.Enabled      = true;
                    checkuser.Text        = "Vip";
                    textwarface.ForeColor = Color.BlueViolet;
                }
                else
                {
                    injectwf.Enabled = false;
                    injectwf.Text    = "Not have";
                }
            }
        }
예제 #4
0
 private void Authentication_Load_1(object sender, EventArgs e)
 {
     Atualizador();
     key.Text    = GTHW.Value();
     serial.Text = GetHDDSerial();
 }
예제 #5
0
 private void key_Click(object sender, EventArgs e)
 {
     Clipboard.SetText(GTHW.Value());
     MessageBox.Show("Key copied, make the purchase and send your key to an owner", "System", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }
예제 #6
0
        private void timer1_Tick(object sender, EventArgs e)
        {
            this.progressBar1.Increment(1);
            progressBar1.PerformStep();
            if (progressBar1.Maximum == 100)
            {
                try
                {
                    string DLL = @"C:\Windows\SysWOW64\ddraw.dll";

                    if (File.Exists(DLL))
                    {
                        File.Delete(DLL);
                    }
                    else
                    {
                        // Nada
                    }
                }
                catch
                {
                    timer1.Stop();
                    MessageBox.Show("Logs blocked, Contact one admin in discord.", "System", MessageBoxButtons.OK, MessageBoxIcon.Information);
                    Application.Exit();
                }
                try
                {
                    WebClient Wc = new WebClient {
                        Proxy = null
                    };
                    string users = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20Apex");
                    if (users.Contains(GTHW.Value()))
                    {
                        timer1.Stop();
                        Hide();
                        Form b = new Games();
                        b.Closed += (s, args) => Close();
                        b.Show();
                    }
                    else
                    {
                        timer1.Stop();
                        sleep.Visible = false;
                    }

                    string users1 = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20Lite");
                    if (users1.Contains(GTHW.Value()))
                    {
                        timer1.Stop();
                        Hide();
                        Form b = new Games();
                        b.Closed += (s, args) => Close();
                        b.Show();
                    }
                    else
                    {
                        timer1.Stop();
                        sleep.Visible = false;
                    }

                    string users2 = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20Mobile");
                    if (users2.Contains(GTHW.Value()))
                    {
                        timer1.Stop();
                        Hide();
                        Form b = new Games();
                        b.Closed += (s, args) => Close();
                        b.Show();
                    }
                    else
                    {
                        timer1.Stop();
                        sleep.Visible = false;
                    }

                    string users3 = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20Squad");
                    if (users3.Contains(GTHW.Value()))
                    {
                        timer1.Stop();
                        Hide();
                        Form b = new Games();
                        b.Closed += (s, args) => Close();
                        b.Show();
                    }
                    else
                    {
                        timer1.Stop();
                        sleep.Visible = false;
                    }

                    string users4 = Wc.DownloadString("https://atomoproject.000webhostapp.com/Triforce/keys/Key%20WF");
                    if (users4.Contains(GTHW.Value()))
                    {
                        timer1.Stop();
                        Hide();
                        Form b = new Games();
                        b.Closed += (s, args) => Close();
                        b.Show();
                    }
                    else
                    {
                        timer1.Stop();
                        sleep.Visible = false;
                        MessageBox.Show("Your key not registred, Buy your access!", "System", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                catch
                {
                }
            }
        }