Exemplo n.º 1
0
        public void Ajout_Fenetre(Locations location)
        {
            Bloc_Fenetre ajout = new Bloc_Fenetre(location, tab_control.Size);

            list_fenetre.Add(ajout);
            tab_control.Controls.Add(ajout.fenetre);
            tab_control.ResumeLayout(false);
        }
Exemplo n.º 2
0
        public void Set_Fenetre_Schedule()
        {
            tab_control          = new MetroFramework.Controls.MetroTabControl();
            tab_control.Location = new System.Drawing.Point(430, 80);
            tab_control.Name     = "bloc_reservation";
            tab_control.Size     = new Size(880, 350);

            this.Controls.Add(tab_control);

            bloc_fenetre = new Bloc_Fenetre(tab_control.Size);
            tab_control.Controls.Add(bloc_fenetre.fenetre);
            tab_control.ResumeLayout(false);

            int position_x = 200;

            for (int i = 0; i < 7; i++)
            {
                position_x = 100 * i;
                bloc_fenetre.Ajout_Bloc_Jour(100 * i, 20, dateTimePicker1.Value.AddDays(i), this);
            }
        }
Exemplo n.º 3
0
 /// <summary>
 /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
 /// le contenu de cette méthode avec l'éditeur de code.
 /// </summary>
 private void InitializeComponent()
 {
     MetroFramework.Controls.MetroTabControl metroTabControl1;
     this.cracked             = new MetroFramework.Controls.MetroTabPage();
     this.metroLabel21        = new MetroFramework.Controls.MetroLabel();
     this.metroLabel9         = new MetroFramework.Controls.MetroLabel();
     this.metroLabel2         = new MetroFramework.Controls.MetroLabel();
     this.metroLink1          = new MetroFramework.Controls.MetroLink();
     this.serverstatus        = new MetroFramework.Controls.MetroLabel();
     this.metroLabel6         = new MetroFramework.Controls.MetroLabel();
     this.stopbutton_cracked  = new MetroFramework.Controls.MetroButton();
     this.startbutton_cracked = new MetroFramework.Controls.MetroButton();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.metroLabel1         = new MetroFramework.Controls.MetroLabel();
     this.secretkey_box       = new MetroFramework.Controls.MetroTextBox();
     this.nulled              = new MetroFramework.Controls.MetroTabPage();
     this.metroLabel22        = new MetroFramework.Controls.MetroLabel();
     this.metroLabel23        = new MetroFramework.Controls.MetroLabel();
     this.metroLink2          = new MetroFramework.Controls.MetroLink();
     this.serverstatus_nulled = new MetroFramework.Controls.MetroLabel();
     this.blc = new MetroFramework.Controls.MetroLabel();
     this.stopnulled_button      = new MetroFramework.Controls.MetroButton();
     this.startnulled_button     = new MetroFramework.Controls.MetroButton();
     this.metroLabel3            = new MetroFramework.Controls.MetroLabel();
     this.secretkey_nulled       = new MetroFramework.Controls.MetroTextBox();
     this.pictureBox2            = new System.Windows.Forms.PictureBox();
     this.breakingIn             = new MetroFramework.Controls.MetroTabPage();
     this.server_status_breaking = new MetroFramework.Controls.MetroLabel();
     this.metroLabel15           = new MetroFramework.Controls.MetroLabel();
     this.stop_breaking          = new MetroFramework.Controls.MetroButton();
     this.start_breaking         = new MetroFramework.Controls.MetroButton();
     this.pictureBox3            = new System.Windows.Forms.PictureBox();
     this.builder         = new MetroFramework.Controls.MetroTabPage();
     this.metroButton1    = new MetroFramework.Controls.MetroButton();
     this.metroLabel20    = new MetroFramework.Controls.MetroLabel();
     this.ssl_builder     = new MetroFramework.Controls.MetroCheckBox();
     this.metroLabel19    = new MetroFramework.Controls.MetroLabel();
     this.create          = new MetroFramework.Controls.MetroButton();
     this.metroLabel18    = new MetroFramework.Controls.MetroLabel();
     this.goodboymsg      = new MetroFramework.Controls.MetroTextBox();
     this.metroLabel17    = new MetroFramework.Controls.MetroLabel();
     this.authurl         = new MetroFramework.Controls.MetroTextBox();
     this.about           = new MetroFramework.Controls.MetroTabPage();
     this.metroLabel25    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel12    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel16    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel14    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel13    = new MetroFramework.Controls.MetroLabel();
     this.metroLabel11    = new MetroFramework.Controls.MetroLabel();
     this.button1         = new System.Windows.Forms.Button();
     this.label3          = new System.Windows.Forms.Label();
     this.panel1          = new System.Windows.Forms.Panel();
     this.button2         = new System.Windows.Forms.Button();
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.metroLabel4     = new MetroFramework.Controls.MetroLabel();
     metroTabControl1     = new MetroFramework.Controls.MetroTabControl();
     metroTabControl1.SuspendLayout();
     this.cracked.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.nulled.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.breakingIn.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.builder.SuspendLayout();
     this.about.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // metroTabControl1
     //
     metroTabControl1.Controls.Add(this.cracked);
     metroTabControl1.Controls.Add(this.nulled);
     metroTabControl1.Controls.Add(this.breakingIn);
     metroTabControl1.Controls.Add(this.builder);
     metroTabControl1.Controls.Add(this.about);
     metroTabControl1.Location      = new System.Drawing.Point(0, 33);
     metroTabControl1.Name          = "metroTabControl1";
     metroTabControl1.SelectedIndex = 0;
     metroTabControl1.Size          = new System.Drawing.Size(601, 613);
     metroTabControl1.Style         = MetroFramework.MetroColorStyle.Blue;
     metroTabControl1.TabIndex      = 0;
     metroTabControl1.Theme         = MetroFramework.MetroThemeStyle.Light;
     metroTabControl1.UseSelectable = true;
     //
     // cracked
     //
     this.cracked.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.cracked.Controls.Add(this.metroLabel21);
     this.cracked.Controls.Add(this.metroLabel9);
     this.cracked.Controls.Add(this.metroLabel2);
     this.cracked.Controls.Add(this.metroLink1);
     this.cracked.Controls.Add(this.serverstatus);
     this.cracked.Controls.Add(this.metroLabel6);
     this.cracked.Controls.Add(this.stopbutton_cracked);
     this.cracked.Controls.Add(this.startbutton_cracked);
     this.cracked.Controls.Add(this.pictureBox1);
     this.cracked.Controls.Add(this.metroLabel1);
     this.cracked.Controls.Add(this.secretkey_box);
     this.cracked.HorizontalScrollbarBarColor         = true;
     this.cracked.HorizontalScrollbarHighlightOnWheel = false;
     this.cracked.HorizontalScrollbarSize             = 10;
     this.cracked.Location = new System.Drawing.Point(4, 38);
     this.cracked.Name     = "cracked";
     this.cracked.Size     = new System.Drawing.Size(593, 571);
     this.cracked.TabIndex = 0;
     this.cracked.Text     = "Cracked.to";
     this.cracked.Theme    = MetroFramework.MetroThemeStyle.Light;
     this.cracked.VerticalScrollbarBarColor         = true;
     this.cracked.VerticalScrollbarHighlightOnWheel = false;
     this.cracked.VerticalScrollbarSize             = 10;
     //
     // metroLabel21
     //
     this.metroLabel21.AutoSize = true;
     this.metroLabel21.Location = new System.Drawing.Point(74, 285);
     this.metroLabel21.Name     = "metroLabel21";
     this.metroLabel21.Size     = new System.Drawing.Size(482, 57);
     this.metroLabel21.TabIndex = 15;
     this.metroLabel21.Text     = "A secret key is a security of forums auth\r\nfor avoiding bypass/patch, it\'s added " +
                                  "to the request,\r\nso theoretically if you don\'t have the secretkey you can\'t bypa" +
                                  "ss/patch the request.";
     //
     // metroLabel9
     //
     this.metroLabel9.AutoSize   = true;
     this.metroLabel9.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel9.Location   = new System.Drawing.Point(74, 266);
     this.metroLabel9.Name       = "metroLabel9";
     this.metroLabel9.Size       = new System.Drawing.Size(151, 19);
     this.metroLabel9.TabIndex   = 14;
     this.metroLabel9.Text       = "What is a Secret Key?";
     //
     // metroLabel2
     //
     this.metroLabel2.AutoSize   = true;
     this.metroLabel2.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel2.Location   = new System.Drawing.Point(74, 425);
     this.metroLabel2.Name       = "metroLabel2";
     this.metroLabel2.Size       = new System.Drawing.Size(449, 19);
     this.metroLabel2.TabIndex   = 13;
     this.metroLabel2.Text       = "You have to search for a secret key only if the bypass didn\'t work.";
     //
     // metroLink1
     //
     this.metroLink1.ImageSize          = 20;
     this.metroLink1.Location           = new System.Drawing.Point(-4, 537);
     this.metroLink1.Name               = "metroLink1";
     this.metroLink1.Size               = new System.Drawing.Size(143, 23);
     this.metroLink1.TabIndex           = 12;
     this.metroLink1.Text               = "How to get secret key ?";
     this.metroLink1.UseCustomForeColor = true;
     this.metroLink1.UseSelectable      = true;
     this.metroLink1.Click             += new System.EventHandler(this.metroLink1_Click);
     //
     // serverstatus
     //
     this.serverstatus.AutoSize           = true;
     this.serverstatus.BackColor          = System.Drawing.Color.Transparent;
     this.serverstatus.ForeColor          = System.Drawing.Color.Red;
     this.serverstatus.Location           = new System.Drawing.Point(294, 542);
     this.serverstatus.Name               = "serverstatus";
     this.serverstatus.Size               = new System.Drawing.Size(34, 19);
     this.serverstatus.TabIndex           = 11;
     this.serverstatus.Text               = "OFF";
     this.serverstatus.UseCustomForeColor = true;
     //
     // metroLabel6
     //
     this.metroLabel6.AutoSize = true;
     this.metroLabel6.Location = new System.Drawing.Point(207, 541);
     this.metroLabel6.Name     = "metroLabel6";
     this.metroLabel6.Size     = new System.Drawing.Size(92, 19);
     this.metroLabel6.TabIndex = 10;
     this.metroLabel6.Text     = "Server Status: ";
     //
     // stopbutton_cracked
     //
     this.stopbutton_cracked.Location      = new System.Drawing.Point(328, 464);
     this.stopbutton_cracked.Name          = "stopbutton_cracked";
     this.stopbutton_cracked.Size          = new System.Drawing.Size(75, 23);
     this.stopbutton_cracked.TabIndex      = 9;
     this.stopbutton_cracked.Text          = "Stop";
     this.stopbutton_cracked.UseSelectable = true;
     this.stopbutton_cracked.Click        += new System.EventHandler(this.stopbutton_cracked_Click);
     //
     // startbutton_cracked
     //
     this.startbutton_cracked.Location      = new System.Drawing.Point(156, 464);
     this.startbutton_cracked.Name          = "startbutton_cracked";
     this.startbutton_cracked.Size          = new System.Drawing.Size(75, 23);
     this.startbutton_cracked.TabIndex      = 8;
     this.startbutton_cracked.Text          = "Start";
     this.startbutton_cracked.UseSelectable = true;
     this.startbutton_cracked.Click        += new System.EventHandler(this.startbutton_cracked_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox1.Image    = global::Méphistophélès.Properties.Resources.cto;
     this.pictureBox1.Location = new System.Drawing.Point(152, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(251, 242);
     this.pictureBox1.TabIndex = 7;
     this.pictureBox1.TabStop  = false;
     //
     // metroLabel1
     //
     this.metroLabel1.AutoSize = true;
     this.metroLabel1.Location = new System.Drawing.Point(217, 362);
     this.metroLabel1.Name     = "metroLabel1";
     this.metroLabel1.Size     = new System.Drawing.Size(128, 19);
     this.metroLabel1.TabIndex = 3;
     this.metroLabel1.Text     = "Secret key (optional)";
     //
     // secretkey_box
     //
     //
     //
     //
     this.secretkey_box.CustomButton.Image         = null;
     this.secretkey_box.CustomButton.Location      = new System.Drawing.Point(118, 1);
     this.secretkey_box.CustomButton.Name          = "";
     this.secretkey_box.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.secretkey_box.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.secretkey_box.CustomButton.TabIndex      = 1;
     this.secretkey_box.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.secretkey_box.CustomButton.UseSelectable = true;
     this.secretkey_box.CustomButton.Visible       = false;
     this.secretkey_box.Lines            = new string[0];
     this.secretkey_box.Location         = new System.Drawing.Point(211, 384);
     this.secretkey_box.MaxLength        = 32767;
     this.secretkey_box.Name             = "secretkey_box";
     this.secretkey_box.PasswordChar     = '\0';
     this.secretkey_box.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.secretkey_box.SelectedText     = "";
     this.secretkey_box.SelectionLength  = 0;
     this.secretkey_box.SelectionStart   = 0;
     this.secretkey_box.ShortcutsEnabled = true;
     this.secretkey_box.Size             = new System.Drawing.Size(140, 23);
     this.secretkey_box.TabIndex         = 2;
     this.secretkey_box.UseSelectable    = true;
     this.secretkey_box.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.secretkey_box.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // nulled
     //
     this.nulled.Controls.Add(this.metroLabel4);
     this.nulled.Controls.Add(this.metroLabel22);
     this.nulled.Controls.Add(this.metroLabel23);
     this.nulled.Controls.Add(this.metroLink2);
     this.nulled.Controls.Add(this.serverstatus_nulled);
     this.nulled.Controls.Add(this.blc);
     this.nulled.Controls.Add(this.stopnulled_button);
     this.nulled.Controls.Add(this.startnulled_button);
     this.nulled.Controls.Add(this.metroLabel3);
     this.nulled.Controls.Add(this.secretkey_nulled);
     this.nulled.Controls.Add(this.pictureBox2);
     this.nulled.HorizontalScrollbarBarColor         = true;
     this.nulled.HorizontalScrollbarHighlightOnWheel = false;
     this.nulled.HorizontalScrollbarSize             = 10;
     this.nulled.Location = new System.Drawing.Point(4, 38);
     this.nulled.Name     = "nulled";
     this.nulled.Size     = new System.Drawing.Size(593, 571);
     this.nulled.TabIndex = 1;
     this.nulled.Text     = "NulledAuth.net";
     this.nulled.VerticalScrollbarBarColor         = true;
     this.nulled.VerticalScrollbarHighlightOnWheel = false;
     this.nulled.VerticalScrollbarSize             = 10;
     //
     // metroLabel22
     //
     this.metroLabel22.AutoSize = true;
     this.metroLabel22.Location = new System.Drawing.Point(74, 227);
     this.metroLabel22.Name     = "metroLabel22";
     this.metroLabel22.Size     = new System.Drawing.Size(482, 57);
     this.metroLabel22.TabIndex = 17;
     this.metroLabel22.Text     = "A secret key is a security of forums auth\r\nfor avoiding bypass/patch, it\'s added " +
                                  "to the request,\r\nso theoretically if you don\'t have the secretkey you can\'t bypa" +
                                  "ss/patch the request.";
     //
     // metroLabel23
     //
     this.metroLabel23.AutoSize   = true;
     this.metroLabel23.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel23.Location   = new System.Drawing.Point(74, 208);
     this.metroLabel23.Name       = "metroLabel23";
     this.metroLabel23.Size       = new System.Drawing.Size(151, 19);
     this.metroLabel23.TabIndex   = 16;
     this.metroLabel23.Text       = "What is a Secret Key?";
     //
     // metroLink2
     //
     this.metroLink2.Location      = new System.Drawing.Point(-4, 541);
     this.metroLink2.Name          = "metroLink2";
     this.metroLink2.Size          = new System.Drawing.Size(157, 19);
     this.metroLink2.TabIndex      = 10;
     this.metroLink2.Text          = "How to get secret key ?";
     this.metroLink2.UseSelectable = true;
     this.metroLink2.Click        += new System.EventHandler(this.metroLink2_Click);
     //
     // serverstatus_nulled
     //
     this.serverstatus_nulled.AutoSize           = true;
     this.serverstatus_nulled.ForeColor          = System.Drawing.Color.Red;
     this.serverstatus_nulled.Location           = new System.Drawing.Point(292, 541);
     this.serverstatus_nulled.Name               = "serverstatus_nulled";
     this.serverstatus_nulled.Size               = new System.Drawing.Size(34, 19);
     this.serverstatus_nulled.TabIndex           = 9;
     this.serverstatus_nulled.Text               = "OFF";
     this.serverstatus_nulled.UseCustomForeColor = true;
     //
     // blc
     //
     this.blc.AutoSize = true;
     this.blc.Location = new System.Drawing.Point(209, 541);
     this.blc.Name     = "blc";
     this.blc.Size     = new System.Drawing.Size(88, 19);
     this.blc.TabIndex = 8;
     this.blc.Text     = "Server Status:";
     //
     // stopnulled_button
     //
     this.stopnulled_button.Location      = new System.Drawing.Point(323, 437);
     this.stopnulled_button.Name          = "stopnulled_button";
     this.stopnulled_button.Size          = new System.Drawing.Size(75, 23);
     this.stopnulled_button.TabIndex      = 7;
     this.stopnulled_button.Text          = "Stop";
     this.stopnulled_button.UseSelectable = true;
     this.stopnulled_button.Click        += new System.EventHandler(this.stopnulled_button_Click);
     //
     // startnulled_button
     //
     this.startnulled_button.Location      = new System.Drawing.Point(150, 437);
     this.startnulled_button.Name          = "startnulled_button";
     this.startnulled_button.Size          = new System.Drawing.Size(75, 23);
     this.startnulled_button.TabIndex      = 6;
     this.startnulled_button.Text          = "Start";
     this.startnulled_button.UseSelectable = true;
     this.startnulled_button.Click        += new System.EventHandler(this.startnulled_button_Click);
     //
     // metroLabel3
     //
     this.metroLabel3.AutoSize = true;
     this.metroLabel3.Location = new System.Drawing.Point(200, 309);
     this.metroLabel3.Name     = "metroLabel3";
     this.metroLabel3.Size     = new System.Drawing.Size(128, 19);
     this.metroLabel3.TabIndex = 5;
     this.metroLabel3.Text     = "Secret key (optional)";
     //
     // secretkey_nulled
     //
     //
     //
     //
     this.secretkey_nulled.CustomButton.Image         = null;
     this.secretkey_nulled.CustomButton.Location      = new System.Drawing.Point(110, 1);
     this.secretkey_nulled.CustomButton.Name          = "";
     this.secretkey_nulled.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.secretkey_nulled.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.secretkey_nulled.CustomButton.TabIndex      = 1;
     this.secretkey_nulled.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.secretkey_nulled.CustomButton.UseSelectable = true;
     this.secretkey_nulled.CustomButton.Visible       = false;
     this.secretkey_nulled.Lines            = new string[0];
     this.secretkey_nulled.Location         = new System.Drawing.Point(200, 331);
     this.secretkey_nulled.MaxLength        = 32767;
     this.secretkey_nulled.Name             = "secretkey_nulled";
     this.secretkey_nulled.PasswordChar     = '\0';
     this.secretkey_nulled.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.secretkey_nulled.SelectedText     = "";
     this.secretkey_nulled.SelectionLength  = 0;
     this.secretkey_nulled.SelectionStart   = 0;
     this.secretkey_nulled.ShortcutsEnabled = true;
     this.secretkey_nulled.Size             = new System.Drawing.Size(132, 23);
     this.secretkey_nulled.TabIndex         = 3;
     this.secretkey_nulled.UseSelectable    = true;
     this.secretkey_nulled.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.secretkey_nulled.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox2.Image     = global::Méphistophélès.Properties.Resources.nto;
     this.pictureBox2.Location  = new System.Drawing.Point(231, 77);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(83, 75);
     this.pictureBox2.TabIndex  = 2;
     this.pictureBox2.TabStop   = false;
     //
     // breakingIn
     //
     this.breakingIn.Controls.Add(this.server_status_breaking);
     this.breakingIn.Controls.Add(this.metroLabel15);
     this.breakingIn.Controls.Add(this.stop_breaking);
     this.breakingIn.Controls.Add(this.start_breaking);
     this.breakingIn.Controls.Add(this.pictureBox3);
     this.breakingIn.HorizontalScrollbarBarColor         = true;
     this.breakingIn.HorizontalScrollbarHighlightOnWheel = false;
     this.breakingIn.HorizontalScrollbarSize             = 10;
     this.breakingIn.Location = new System.Drawing.Point(4, 38);
     this.breakingIn.Name     = "breakingIn";
     this.breakingIn.Size     = new System.Drawing.Size(593, 571);
     this.breakingIn.TabIndex = 4;
     this.breakingIn.Text     = "BreakingIn.to";
     this.breakingIn.VerticalScrollbarBarColor         = true;
     this.breakingIn.VerticalScrollbarHighlightOnWheel = false;
     this.breakingIn.VerticalScrollbarSize             = 10;
     //
     // server_status_breaking
     //
     this.server_status_breaking.AutoSize           = true;
     this.server_status_breaking.ForeColor          = System.Drawing.Color.Red;
     this.server_status_breaking.Location           = new System.Drawing.Point(308, 541);
     this.server_status_breaking.Name               = "server_status_breaking";
     this.server_status_breaking.Size               = new System.Drawing.Size(34, 19);
     this.server_status_breaking.TabIndex           = 6;
     this.server_status_breaking.Text               = "OFF";
     this.server_status_breaking.UseCustomForeColor = true;
     //
     // metroLabel15
     //
     this.metroLabel15.AutoSize = true;
     this.metroLabel15.Location = new System.Drawing.Point(223, 541);
     this.metroLabel15.Name     = "metroLabel15";
     this.metroLabel15.Size     = new System.Drawing.Size(88, 19);
     this.metroLabel15.TabIndex = 5;
     this.metroLabel15.Text     = "Server Status:";
     //
     // stop_breaking
     //
     this.stop_breaking.Location      = new System.Drawing.Point(331, 356);
     this.stop_breaking.Name          = "stop_breaking";
     this.stop_breaking.Size          = new System.Drawing.Size(75, 23);
     this.stop_breaking.TabIndex      = 4;
     this.stop_breaking.Text          = "Stop";
     this.stop_breaking.UseSelectable = true;
     this.stop_breaking.Click        += new System.EventHandler(this.stop_breaking_Click);
     //
     // start_breaking
     //
     this.start_breaking.Location      = new System.Drawing.Point(171, 356);
     this.start_breaking.Name          = "start_breaking";
     this.start_breaking.Size          = new System.Drawing.Size(75, 23);
     this.start_breaking.TabIndex      = 3;
     this.start_breaking.Text          = "Start";
     this.start_breaking.UseSelectable = true;
     this.start_breaking.Click        += new System.EventHandler(this.start_breaking_Click);
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image     = global::Méphistophélès.Properties.Resources.breaking_or;
     this.pictureBox3.Location  = new System.Drawing.Point(112, 40);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(332, 91);
     this.pictureBox3.TabIndex  = 2;
     this.pictureBox3.TabStop   = false;
     //
     // builder
     //
     this.builder.Controls.Add(this.metroButton1);
     this.builder.Controls.Add(this.metroLabel20);
     this.builder.Controls.Add(this.ssl_builder);
     this.builder.Controls.Add(this.metroLabel19);
     this.builder.Controls.Add(this.create);
     this.builder.Controls.Add(this.metroLabel18);
     this.builder.Controls.Add(this.goodboymsg);
     this.builder.Controls.Add(this.metroLabel17);
     this.builder.Controls.Add(this.authurl);
     this.builder.HorizontalScrollbarBarColor         = true;
     this.builder.HorizontalScrollbarHighlightOnWheel = false;
     this.builder.HorizontalScrollbarSize             = 10;
     this.builder.Location = new System.Drawing.Point(4, 38);
     this.builder.Name     = "builder";
     this.builder.Size     = new System.Drawing.Size(593, 571);
     this.builder.TabIndex = 5;
     this.builder.Text     = "Builder";
     this.builder.VerticalScrollbarBarColor         = true;
     this.builder.VerticalScrollbarHighlightOnWheel = false;
     this.builder.VerticalScrollbarSize             = 10;
     //
     // metroButton1
     //
     this.metroButton1.Location      = new System.Drawing.Point(239, 260);
     this.metroButton1.Name          = "metroButton1";
     this.metroButton1.Size          = new System.Drawing.Size(75, 23);
     this.metroButton1.TabIndex      = 10;
     this.metroButton1.Text          = "From File";
     this.metroButton1.UseSelectable = true;
     this.metroButton1.Click        += new System.EventHandler(this.metroButton1_Click);
     //
     // metroLabel20
     //
     this.metroLabel20.AutoSize = true;
     this.metroLabel20.Location = new System.Drawing.Point(263, 234);
     this.metroLabel20.Name     = "metroLabel20";
     this.metroLabel20.Size     = new System.Drawing.Size(22, 19);
     this.metroLabel20.TabIndex = 9;
     this.metroLabel20.Text     = "or";
     //
     // ssl_builder
     //
     this.ssl_builder.AutoSize        = true;
     this.ssl_builder.Location        = new System.Drawing.Point(253, 306);
     this.ssl_builder.Name            = "ssl_builder";
     this.ssl_builder.Size            = new System.Drawing.Size(41, 15);
     this.ssl_builder.TabIndex        = 8;
     this.ssl_builder.Text            = "SSL";
     this.ssl_builder.UseSelectable   = true;
     this.ssl_builder.CheckedChanged += new System.EventHandler(this.ssl_builder_CheckedChanged);
     //
     // metroLabel19
     //
     this.metroLabel19.AutoSize   = true;
     this.metroLabel19.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel19.Location   = new System.Drawing.Point(56, 41);
     this.metroLabel19.Name       = "metroLabel19";
     this.metroLabel19.Size       = new System.Drawing.Size(471, 19);
     this.metroLabel19.TabIndex   = 7;
     this.metroLabel19.Text       = "With this new module you can make your own auth bypass software !";
     //
     // create
     //
     this.create.Location      = new System.Drawing.Point(239, 347);
     this.create.Name          = "create";
     this.create.Size          = new System.Drawing.Size(75, 23);
     this.create.TabIndex      = 6;
     this.create.Text          = "Build";
     this.create.UseSelectable = true;
     this.create.Click        += new System.EventHandler(this.create_Click);
     //
     // metroLabel18
     //
     this.metroLabel18.AutoSize = true;
     this.metroLabel18.Location = new System.Drawing.Point(218, 177);
     this.metroLabel18.Name     = "metroLabel18";
     this.metroLabel18.Size     = new System.Drawing.Size(123, 19);
     this.metroLabel18.TabIndex = 5;
     this.metroLabel18.Text     = "Good boy message";
     //
     // goodboymsg
     //
     //
     //
     //
     this.goodboymsg.CustomButton.Image         = null;
     this.goodboymsg.CustomButton.Location      = new System.Drawing.Point(84, 1);
     this.goodboymsg.CustomButton.Name          = "";
     this.goodboymsg.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.goodboymsg.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.goodboymsg.CustomButton.TabIndex      = 1;
     this.goodboymsg.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.goodboymsg.CustomButton.UseSelectable = true;
     this.goodboymsg.CustomButton.Visible       = false;
     this.goodboymsg.Lines = new string[] {
         "{\"auth\":true}"
     };
     this.goodboymsg.Location         = new System.Drawing.Point(227, 199);
     this.goodboymsg.MaxLength        = 999999;
     this.goodboymsg.Name             = "goodboymsg";
     this.goodboymsg.PasswordChar     = '\0';
     this.goodboymsg.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.goodboymsg.SelectedText     = "";
     this.goodboymsg.SelectionLength  = 0;
     this.goodboymsg.SelectionStart   = 0;
     this.goodboymsg.ShortcutsEnabled = true;
     this.goodboymsg.Size             = new System.Drawing.Size(106, 23);
     this.goodboymsg.TabIndex         = 4;
     this.goodboymsg.Text             = "{\"auth\":true}";
     this.goodboymsg.UseSelectable    = true;
     this.goodboymsg.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.goodboymsg.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // metroLabel17
     //
     this.metroLabel17.AutoSize = true;
     this.metroLabel17.Location = new System.Drawing.Point(247, 107);
     this.metroLabel17.Name     = "metroLabel17";
     this.metroLabel17.Size     = new System.Drawing.Size(63, 19);
     this.metroLabel17.TabIndex = 3;
     this.metroLabel17.Text     = "Auth URL";
     //
     // authurl
     //
     //
     //
     //
     this.authurl.CustomButton.Image         = null;
     this.authurl.CustomButton.Location      = new System.Drawing.Point(84, 1);
     this.authurl.CustomButton.Name          = "";
     this.authurl.CustomButton.Size          = new System.Drawing.Size(21, 21);
     this.authurl.CustomButton.Style         = MetroFramework.MetroColorStyle.Blue;
     this.authurl.CustomButton.TabIndex      = 1;
     this.authurl.CustomButton.Theme         = MetroFramework.MetroThemeStyle.Light;
     this.authurl.CustomButton.UseSelectable = true;
     this.authurl.CustomButton.Visible       = false;
     this.authurl.Lines = new string[] {
         "cracked.to"
     };
     this.authurl.Location         = new System.Drawing.Point(228, 129);
     this.authurl.MaxLength        = 32767;
     this.authurl.Name             = "authurl";
     this.authurl.PasswordChar     = '\0';
     this.authurl.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.authurl.SelectedText     = "";
     this.authurl.SelectionLength  = 0;
     this.authurl.SelectionStart   = 0;
     this.authurl.ShortcutsEnabled = true;
     this.authurl.Size             = new System.Drawing.Size(106, 23);
     this.authurl.TabIndex         = 2;
     this.authurl.Text             = "cracked.to";
     this.authurl.UseSelectable    = true;
     this.authurl.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.authurl.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // about
     //
     this.about.Controls.Add(this.metroLabel25);
     this.about.Controls.Add(this.metroLabel12);
     this.about.Controls.Add(this.metroLabel16);
     this.about.Controls.Add(this.metroLabel14);
     this.about.Controls.Add(this.metroLabel13);
     this.about.Controls.Add(this.metroLabel11);
     this.about.ForeColor = System.Drawing.SystemColors.AppWorkspace;
     this.about.HorizontalScrollbarBarColor         = true;
     this.about.HorizontalScrollbarHighlightOnWheel = false;
     this.about.HorizontalScrollbarSize             = 10;
     this.about.Location = new System.Drawing.Point(4, 38);
     this.about.Name     = "about";
     this.about.Size     = new System.Drawing.Size(593, 571);
     this.about.TabIndex = 3;
     this.about.Text     = "About";
     this.about.VerticalScrollbarBarColor         = true;
     this.about.VerticalScrollbarHighlightOnWheel = false;
     this.about.VerticalScrollbarSize             = 10;
     //
     // metroLabel25
     //
     this.metroLabel25.AutoSize   = true;
     this.metroLabel25.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel25.Location   = new System.Drawing.Point(230, 21);
     this.metroLabel25.Name       = "metroLabel25";
     this.metroLabel25.Size       = new System.Drawing.Size(101, 19);
     this.metroLabel25.TabIndex   = 10;
     this.metroLabel25.Text       = "Requirements";
     //
     // metroLabel12
     //
     this.metroLabel12.AutoSize   = true;
     this.metroLabel12.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel12.Location   = new System.Drawing.Point(229, 98);
     this.metroLabel12.Name       = "metroLabel12";
     this.metroLabel12.Size       = new System.Drawing.Size(102, 19);
     this.metroLabel12.TabIndex   = 9;
     this.metroLabel12.Text       = "How to use it?";
     //
     // metroLabel16
     //
     this.metroLabel16.AutoSize = true;
     this.metroLabel16.Location = new System.Drawing.Point(95, 45);
     this.metroLabel16.Name     = "metroLabel16";
     this.metroLabel16.Size     = new System.Drawing.Size(389, 38);
     this.metroLabel16.TabIndex = 8;
     this.metroLabel16.Text     = "Make sure you have python3 installed and added to your path,\r\nand installed the s" +
                                  "erver.crt to trusted root certification authorities.";
     //
     // metroLabel14
     //
     this.metroLabel14.AutoSize           = true;
     this.metroLabel14.FontWeight         = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel14.ForeColor          = System.Drawing.SystemColors.ActiveCaptionText;
     this.metroLabel14.Location           = new System.Drawing.Point(355, 136);
     this.metroLabel14.Name               = "metroLabel14";
     this.metroLabel14.Size               = new System.Drawing.Size(53, 19);
     this.metroLabel14.TabIndex           = 7;
     this.metroLabel14.Text               = "Github";
     this.metroLabel14.UseCustomForeColor = true;
     //
     // metroLabel13
     //
     this.metroLabel13.AutoSize = true;
     this.metroLabel13.Location = new System.Drawing.Point(163, 136);
     this.metroLabel13.Name     = "metroLabel13";
     this.metroLabel13.Size     = new System.Drawing.Size(201, 19);
     this.metroLabel13.TabIndex = 6;
     this.metroLabel13.Text     = "If you want more info go on our ";
     //
     // metroLabel11
     //
     this.metroLabel11.AutoSize = true;
     this.metroLabel11.Location = new System.Drawing.Point(163, 117);
     this.metroLabel11.Name     = "metroLabel11";
     this.metroLabel11.Size     = new System.Drawing.Size(229, 19);
     this.metroLabel11.TabIndex = 4;
     this.metroLabel11.Text     = "All you have to do is to click on start !";
     //
     // button1
     //
     this.button1.BackColor             = System.Drawing.Color.Transparent;
     this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.button1.FlatAppearance.BorderSize         = 0;
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Turquoise;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.Transparent;
     this.button1.Location  = new System.Drawing.Point(566, 4);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(23, 21);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "X";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(3, 8);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(267, 18);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Méphistophélès the AIO of Auth Bypass";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.DarkTurquoise;
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.button1);
     this.panel1.ForeColor  = System.Drawing.Color.Transparent;
     this.panel1.Location   = new System.Drawing.Point(0, -2);
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(592, 40);
     this.panel1.TabIndex   = 3;
     this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseDown);
     this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseMove);
     this.panel1.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseUp);
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Transparent;
     this.button2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.button2.FlatAppearance.BorderSize         = 0;
     this.button2.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Turquoise;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.Color.Transparent;
     this.button2.Location  = new System.Drawing.Point(539, 4);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(21, 22);
     this.button2.TabIndex  = 3;
     this.button2.Text      = "-";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // openFileDialog1
     //
     this.openFileDialog1.FileName = "openFileDialog1";
     //
     // metroLabel4
     //
     this.metroLabel4.AutoSize   = true;
     this.metroLabel4.FontWeight = MetroFramework.MetroLabelWeight.Bold;
     this.metroLabel4.Location   = new System.Drawing.Point(74, 390);
     this.metroLabel4.Name       = "metroLabel4";
     this.metroLabel4.Size       = new System.Drawing.Size(449, 19);
     this.metroLabel4.TabIndex   = 18;
     this.metroLabel4.Text       = "You have to search for a secret key only if the bypass didn\'t work.";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(591, 631);
     this.Controls.Add(metroTabControl1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Form1";
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Form1_Load);
     metroTabControl1.ResumeLayout(false);
     this.cracked.ResumeLayout(false);
     this.cracked.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.nulled.ResumeLayout(false);
     this.nulled.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.breakingIn.ResumeLayout(false);
     this.breakingIn.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.builder.ResumeLayout(false);
     this.builder.PerformLayout();
     this.about.ResumeLayout(false);
     this.about.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }