if (hilesayisi >= 1)
            {
                HileKontrol.Stop();
                MessageBox.Show("Oyun dosyalarınızda \n" + hilesayisi + " adet hile ve \n" + hileadi + " adlı yasak dosyalar bulundu!", "FortyFour-AC", MessageBoxButtons.OK, MessageBoxIcon.Warning);
                durumLabel.Text = "Oyun dosyalarında hile bulundu.";
                durumLabel.ForeColor = Color.Red;
            }