예제 #1
0
        private void GameOnLoad()
        {
            Game.PrintChat("<font color = \"#FFB6C1\">xSalice's Ressurected AIO</font> by <font color = \"#00FFFF\">xSalice</font>, imsosharp Fix, NightMoon Rework!");
            Game.PrintChat("---------------------------------");
            Game.PrintChat("Change Log: Rewrite Done! Now just need to fix the question.(Prediction Change in Next Update)");

            Menu = new Menu("xSalice's " + Player.ChampionName, Player.ChampionName, true);

            Menu.AddSubMenu(new Menu("Orbwalker", "Orbwalker"));
            Orbwalker = new xSaliceResurrected_Rework.Orbwalking.Orbwalker(Menu.SubMenu("Orbwalker"));

            var itemMenu = new Menu("Activator", "Items");

            ItemManager.AddToMenu(itemMenu);
            Menu.AddSubMenu(itemMenu);

            var predMenu = new Menu("Prediction", "Prediction");

            predMenu.AddItem(new MenuItem("(Now Not Work)", "Now Not Work!!!!!"));
            predMenu.AddItem(new MenuItem("SelectPred", "Select Prediction: ", true).SetValue(new StringList(new[] { "Common Prediction", "OKTW Prediction", "SDK Prediction", "SPrediction(Need F5 Reload)", "xcsoft AIO Prediction" }, 1)));
            predMenu.AddItem(new MenuItem("AboutCommonPred", "Common Prediction -> LeagueSharp.Commmon Prediction"));
            predMenu.AddItem(new MenuItem("AboutOKTWPred", "OKTW Prediction -> Sebby' Prediction"));
            predMenu.AddItem(new MenuItem("AboutSDKPred", "SDK Prediction -> LeagueSharp.SDKEx Prediction"));
            predMenu.AddItem(new MenuItem("AboutSPred", "SPrediction -> Shine' Prediction"));
            predMenu.AddItem(new MenuItem("AboutxcsoftAIOPred", "xcsoft AIO Prediction -> xcsoft ALL In One Prediction"));
            Menu.AddSubMenu(predMenu);

            Menu.AddToMainMenu();

            var pluginLoader = new PluginLoader();
        }
예제 #2
0
        private void GameOnLoad()
        {
            Game.PrintChat(
                "<font color = \"#FFB6C1\">xSalice's Ressurected AIO</font> by <font color = \"#00FFFF\">xSalice</font>, imsosharp Update, NightMoon Rework!");

            Menu = new Menu("xSalice's " + Player.ChampionName, Player.ChampionName, true);

            Menu.AddSubMenu(new Menu("Orbwalker", "Orbwalker"));
            Orbwalker = new xSaliceResurrected_Rework.Orbwalking.Orbwalker(Menu.SubMenu("Orbwalker"));

            var itemMenu = new Menu("Activator", "Items");

            ItemManager.AddToMenu(itemMenu);
            Menu.AddSubMenu(itemMenu);

            Menu.AddToMainMenu();

            var pluginLoader = new PluginLoader();
        }