static MiscMenu()
 {
     MMenu.AddGroupLabel("Ek Ayarlar");
     _enableKS = MMenu.Add("KSEnabled", new CheckBox("Kullan KS"));
     _itemUsage = MMenu.Add("miscUseItems", new CheckBox("İtemleri Kullan OrmanTemizleme/LaneTemizleme"));
     MMenu.AddGroupLabel("Potion Manager");
     _enablePotion = MMenu.Add("Potion", new CheckBox("İksirleri Kullan"));
     _minHPPotion = MMenu.Add("minHPPotion", new Slider("Canım Şundan Az %", 60));
     _minMPPotion = MMenu.Add("minMPPotion", new Slider("Manam Şundan Az %", 20));
 }
Example #2
0
 static MiscMenu()
 {
     MMenu.AddGroupLabel("Misc Options");
     _enableKS  = MMenu.Add("KSEnabled", new CheckBox("Use KS"));
     _itemUsage = MMenu.Add("miscUseItems", new CheckBox("Use Items JungleClear/LaneClear"));
     MMenu.AddGroupLabel("Potion Manager");
     _enablePotion = MMenu.Add("Potion", new CheckBox("Use Potions"));
     _minHPPotion  = MMenu.Add("minHPPotion", new Slider("Use at % Health", 60));
     _minMPPotion  = MMenu.Add("minMPPotion", new Slider("Use at % Mana", 20));
 }
 static MiscMenu()
 {
     MMenu.AddGroupLabel("Ek Options");
     _RInterrupt = MMenu.Add("InterruptR", new CheckBox("İnterrupt için R"));
     _enableKSQ  = MMenu.Add("KSQ", new CheckBox("KS'de Q Kullan"));
     _enableKSW  = MMenu.Add("KSW", new CheckBox("KS'de W Kullan"));
     MMenu.AddGroupLabel("Potion Manager");
     _enablePotion = MMenu.Add("Potion", new CheckBox("İksirleri Kullan"));
     _minHPPotion  = MMenu.Add("minHPPotion", new Slider("Canım Şundan Az %", 60));
     _minMPPotion  = MMenu.Add("minMPPotion", new Slider("Manam Şundan Az %", 20));
 }
Example #4
0
 static MiscMenu()
 {
     MMenu.AddGroupLabel("Misc Options");
     _RInterrupt = MMenu.Add("InterruptR", new CheckBox("Use R to interrupt"));
     _enableKSQ  = MMenu.Add("KSQ", new CheckBox("Enable KS Q"));
     _enableKSW  = MMenu.Add("KSW", new CheckBox("Enable KS W"));
     MMenu.AddGroupLabel("Potion Manager");
     _enablePotion = MMenu.Add("Potion", new CheckBox("Use Potions"));
     _minHPPotion  = MMenu.Add("minHPPotion", new Slider("Use at % Health", 60));
     _minMPPotion  = MMenu.Add("minMPPotion", new Slider("Use at % Mana", 20));
 }
 static MiscMenu()
 {
     MMenu.AddGroupLabel("Ek");
     _igniteks = MMenu.Add("ksignite", new CheckBox("KS'de Tutuştur Kullan"));
     _ksq      = MMenu.Add("ksq", new CheckBox("KS'de Q Kullan"));
     _ksw      = MMenu.Add("ksw", new CheckBox("KS'de W Kullan"));
     _kse      = MMenu.Add("kse", new CheckBox("KS'de E Kullan"));
     MMenu.AddGroupLabel("İksir Yardımcısı");
     _enablePotion = MMenu.Add("Potion", new CheckBox("İksirleri Kullan"));
     _minHPPotion  = MMenu.Add("minHPPotion", new Slider("Canım Şundan Az %", 60));
     _minMPPotion  = MMenu.Add("minMPPotion", new Slider("Manam Şundan Az %", 20));
 }
Example #6
0
 static MiscMenu()
 {
     MMenu.AddGroupLabel("Misc Options");
     _igniteks = MMenu.Add("ksignite", new CheckBox("Use Ignite to KS"));
     _ksq      = MMenu.Add("ksq", new CheckBox("Use Q to KS"));
     _ksw      = MMenu.Add("ksw", new CheckBox("Use W to KS"));
     _kse      = MMenu.Add("kse", new CheckBox("Use E to KS"));
     MMenu.AddGroupLabel("Potion Manager");
     _enablePotion = MMenu.Add("Potion", new CheckBox("Use Potions"));
     _minHPPotion  = MMenu.Add("minHPPotion", new Slider("Use at % Health", 60));
     _minMPPotion  = MMenu.Add("minMPPotion", new Slider("Use at % Mana", 20));
 }
Example #7
0
                static MiscMenu()
                {
                    MMenu.AddGroupLabel("Misc Options");
                    _enableKSQ = MMenu.Add("KSQ", new CheckBox("Use [Q] on Killable"));
                    _smartW    = MMenu.Add("smartW", new CheckBox("Automatic disable [W] (Smart)"));
                    _WSdelay   = MMenu.Add("WSdelay", new Slider("Smart [W] Delay (ms)", 0, 0, 500));


                    MMenu.AddGroupLabel("Potion Manager");
                    _enablePotion = MMenu.Add("Potion", new CheckBox("Use Potions"));
                    _minHPPotion  = MMenu.Add("minHPPotion", new Slider("Use at % Health", 60));
                }
Example #8
0
 static MiscMenu()
 {
     MMenu.AddGroupLabel("Misc Options");
     _rKS        = MMenu.Add("ksR", new CheckBox("Use R to KS"));
     _qKS        = MMenu.Add("ksQ", new CheckBox("Use Q to KS"));
     _qInterrupt = MMenu.Add("InterruptQ", new CheckBox("Use Q to Interrupt"));
     _qGapclose  = MMenu.Add("GapcloseQ", new CheckBox("Use Q on enemy gapcloser"));
     _turnoffR   = MMenu.Add("miscturnoffR", new CheckBox("Turn off R if no enemies in R range always?"));
     MMenu.AddGroupLabel("Potion Manager");
     _enablePotion = MMenu.Add("Potion", new CheckBox("Use Potions"));
     _minHPPotion  = MMenu.Add("minHPPotion", new Slider("Use at % Health", 60));
     _minMPPotion  = MMenu.Add("minMPPotion", new Slider("Use at % Mana", 20));
 }
Example #9
0
 static MiscMenu()
 {
     MMenu.AddGroupLabel("Ek Ayarlar");
     _rKS        = MMenu.Add("ksR", new CheckBox("KSde R Kullan"));
     _qKS        = MMenu.Add("ksQ", new CheckBox("KSde Q Kullan"));
     _qInterrupt = MMenu.Add("InterruptQ", new CheckBox("İnterrupt için Q"));
     _qGapclose  = MMenu.Add("GapcloseQ", new CheckBox("Gapcloser için Q"));
     _turnoffR   = MMenu.Add("miscturnoffR", new CheckBox("R menzilinde hedef yoksa kapat?"));
     MMenu.AddGroupLabel("Potion Manager");
     _enablePotion = MMenu.Add("Potion", new CheckBox("İksirleri Kullan"));
     _minHPPotion  = MMenu.Add("minHPPotion", new Slider("Canım %", 60));
     _minMPPotion  = MMenu.Add("minMPPotion", new Slider("Manam %", 20));
 }