Esempio n. 1
0
 static Misc()
 {
     MenuM.AddGroupLabel("Miscellaneous");
     MenuM.Add("autoshield", new CheckBox("autoshield URFMODE"));
     MenuM.Add("UseWint", new CheckBox("Use W to dangerous spells"));
     MenuM.Add("UseWhea", new Slider("Use Auto W to health", 70, 1, 100));
     MenuM.Add("UseWman", new Slider("Use Auto W min mana", 50, 1, 100));
 }
Esempio n. 2
0
 static Misc()
 {
     MenuM.AddGroupLabel("Ek ayarlar");
     MenuM.Add("autoshield", new CheckBox("URF de Otomatik Kalkan"));
     MenuM.Add("UseWint", new CheckBox("Tehlikeli büyülerde W"));
     MenuM.Add("UseWhea", new Slider("otomatik W için canım az %", 70, 1, 100));
     MenuM.Add("UseWman", new Slider("Otomatik W için manam şundan fazla %", 50, 1, 100));
 }
 static Drawing()
 {
     MenuM.AddGroupLabel("Gösterge Ayarları");
     _drawQ     = MenuM.Add("drawQ", new CheckBox("Q Menzili", false));
     _drawW     = MenuM.Add("drawW", new CheckBox("W Menzili", false));
     _drawE     = MenuM.Add("drawE", new CheckBox("E Menzili", false));
     _drawR     = MenuM.Add("drawR", new CheckBox("R Menzili", false));
     _healthbar = MenuM.Add("healthbar", new CheckBox("Canbarı gösterimi"));
 }
Esempio n. 4
0
 static Drawing()
 {
     MenuM.AddGroupLabel("Spell ranges");
     _drawQ     = MenuM.Add("drawQ", new CheckBox("Q range", false));
     _drawW     = MenuM.Add("drawW", new CheckBox("W range", false));
     _drawE     = MenuM.Add("drawE", new CheckBox("E range", false));
     _drawR     = MenuM.Add("drawR", new CheckBox("R range", false));
     _healthbar = MenuM.Add("healthbar", new CheckBox("Healthbar overlay"));
 }
 static Misc()
 {
     MenuM.AddGroupLabel("Ek Ayar");
     MenuM.Add("UseWint", new CheckBox("Tehlikeli durumlarda W Kullan"));
 }
Esempio n. 6
0
 static Misc()
 {
     MenuM.AddGroupLabel("Miscellaneous");
     MenuM.Add("UseWint", new CheckBox("Use W to interrupt dangerous spells"));
 }