Exemple #1
0
        static Config()
        {
            Menu = MainMenu.AddMenu(MenuName, MenuName.ToLower());
            Menu.AddGroupLabel("Welcome to Joker Fiora Addon!");
            Menu.AddLabel("以下是广告无视即可~");
            Menu.AddLabel("Features:");
            Menu.AddLabel("- Epic Combo! 100-0 in 2 seconds.");
            Menu.AddLabel("- Auto Shield Block (W).");
            Menu.AddLabel("- Auto Dispell Channelling Spells (W).");
            Menu.AddLabel("- Harass Mode with all spells.");
            Menu.AddLabel("- Last Hit Mode with Q.");
            Menu.AddLabel("- Lane Clear Mode with Q/E.");
            Menu.AddLabel("- Flee Mode with Q.");
            Menu.AddLabel("- Smart Target Selector.");
            Menu.AddLabel("- Auto-Ignite!");
            Menu.AddLabel("- Champion 1 shot combo indicator!");
            Menu.AddLabel("All customizable! Featuring Youmuu's Ghostblade / Ravenous Hydra / Blade of the Ruined King");
            Menu.AddLabel("Credits to: Danny - Main Coder / Trees - Shield Block / Fluxy - Target Selector 2");

            Modes.Initialize();
            ShieldBlock.Initialize();
            Dispell.Initialize();
            Drawings.Initialize();
            Misc.Initialize();
        }
        static Config()
        {
            Menu = MainMenu.AddMenu(MenuName, MenuName.ToLower());
            Menu.AddGroupLabel("Joker Fiora addonuna hoşgeldin ceviri tradana");
            Menu.AddLabel("Özellikler:");
            Menu.AddLabel("- Epic Combo! 100-0 in 2 seconds.");
            Menu.AddLabel("- Otomatik Blok (W.");
            Menu.AddLabel("- Otomatik Engelleme Büyü Dışındaki Hasarlar (W).");
            Menu.AddLabel("- Dürtme Modunda Her büyüyü kullan.");
            Menu.AddLabel("-  Q ile Son vuruş yap");
            Menu.AddLabel("- Lane Temizleme Modunda Kullan Q/E.");
            Menu.AddLabel("-  Flee Kaçma Modunda Kullan Q.");
            Menu.AddLabel("- Akıllı Hedef Seçme.");
            Menu.AddLabel("- Otomatik Tutuştur!");
            Menu.AddLabel("- Şampiyon 1 vurmada öldürme");
            Menu.AddLabel("Tamamen Özelleştirilebilir! Youumu / Hydra / Mahvolmuş Kılıç");
            Menu.AddLabel("Emeği geçenler to: Danny - Main Coder / Trees - Shield Block / Fluxy - Target Selector 2");

            Modes.Initialize();
            ShieldBlock.Initialize();
            Dispell.Initialize();
            Drawings.Initialize();
            Misc.Initialize();
        }
Exemple #3
0
        static Config()
        {
            Menu = MainMenu.AddMenu(MenuName, MenuName.ToLower());
            Menu.AddGroupLabel("Welcome to Joker Fiora Addon!");
            Menu.AddLabel("Features:");
            Menu.AddLabel("- Epic Combo! 100-0 in 2 saniyede.");
            Menu.AddLabel("- Otomatik (W).");
            Menu.AddLabel("- Otomatik engeller Channelling buyuleri (W).");
            Menu.AddLabel("- Tum buyulerde durtme modu.");
            Menu.AddLabel("- Son vurus modu Q.");
            Menu.AddLabel("- Koridor temizler Q/E.");
            Menu.AddLabel("- Kacis modu Q.");
            Menu.AddLabel("- Akilli hedef secici.");
            Menu.AddLabel("- Oto-Tutustur!");
            Menu.AddLabel("- Sampiyon icin 1 atis kombinasyon gostergesi!");
            Menu.AddLabel("Tumu ozellestirilir! Ozellikler Youmuu / Vahsi Hydra / Mahvolmus");
            Menu.AddLabel("Credits to: Danny - Main Coder / Trees - Shield Block / Fluxy - Target Selector 2");

            Modes.Initialize();
            ShieldBlock.Initialize();
            Dispell.Initialize();
            Drawings.Initialize();
            Misc.Initialize();
        }