Ejemplo n.º 1
0
 // Token: 0x06000060 RID: 96 RVA: 0x0000536C File Offset: 0x0000356C
 public Class6(Settings settings_1, WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate1 gdelegate1_1)
 {
     this.keyboardSimulator_0 = new KeyboardSimulator();
     this.mouseSimulator_0    = new MouseSimulator();
     this.gclass4_0           = new GClass4(this.keyboardSimulator_0, this.mouseSimulator_0);
     this.settings_0          = settings_1;
     this.gclass15_0          = new GClass15();
     this.gclass7_0           = new GClass7();
     this.gdelegate1_0        = gdelegate1_1;
 }
Ejemplo n.º 2
0
 // Token: 0x060000BC RID: 188 RVA: 0x00005D68 File Offset: 0x00003F68
 public WHfCnaeAMEFPwbVHgQkWFbdtQGiZA(GClass12 gclass12_0)
 {
     this.InitializeComponent();
     this.gclass6_0 = new GClass6();
     this.method_0();
     this.method_10();
     this.settings_0 = GClass13.smethod_0();
     if (this.settings_0 != null)
     {
         this.slider_0.Value           = (double)this.settings_0.WindupMultiplier;
         this.slider_1.Value           = (double)this.settings_0.TotalDelayMultiplier;
         this.comboBox_1.SelectedValue = this.settings_0.DetectionHotkey;
         this.comboBox_0.SelectedValue = this.settings_0.OrbwalkHotkey;
         this.comboBox_2.SelectedValue = this.settings_0.StartStopHotkey;
         this.checkBox_1.IsChecked     = new bool?(this.settings_0.ShowRangeindicator);
         this.checkBox_0.IsChecked     = new bool?(this.settings_0.UseEmergencyStrategy);
     }
     else
     {
         this.settings_0 = new Settings(Keys.Space, Keys.N, Keys.Return, 0, 0, gclass12_0.String_0, this.checkBox_0.IsChecked.GetValueOrDefault(), this.checkBox_1.IsChecked.GetValueOrDefault(), this.toggleSwitch_1.IsChecked.GetValueOrDefault());
         this.comboBox_1.SelectedItem = Keys.Space;
         this.comboBox_0.SelectedItem = Keys.LControlKey;
         this.comboBox_2.SelectedItem = Keys.Return;
     }
     base.TitlebarHeight        = 39;
     this.settings_0.LicenceKey = gclass12_0.String_0;
     this.label_1.Content       = gclass12_0.String_1;
     this.method_5(gclass12_0.String_0);
     this.method_6();
     this.method_7(this.comboBox_1);
     this.method_7(this.comboBox_0);
     this.method_7(this.comboBox_2);
     WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate0 gdelegate0_ = new WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate0(this.method_1);
     WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate2 gdelegate2_ = new WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate2(this.method_3);
     WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate1 gdelegate1_ = new WHfCnaeAMEFPwbVHgQkWFbdtQGiZA.GDelegate1(this.method_2);
     this.class6_0  = new Class6(this.settings_0, gdelegate1_);
     this.gclass3_0 = new GClass3(this.settings_0, gdelegate0_, gdelegate2_);
     this.gclass3_0.method_0();
 }