コード例 #1
0
ファイル: Program.cs プロジェクト: smallville001/VAYNE-MAC-2
        static void Game_OnGameLoad(EventArgs args)
        {
            if (ObjectManager.Player.ChampionName != ChampionName)
            {
                return;
            }
            VHRBootstrap.OnLoad();

            Game.PrintChat("<font color='#FF0000'><b>[VHR - Rewrite!]</b></font> By Asuna Loaded!");
            Game.PrintChat("Also try <font color='#66FF33'><b>DZAwareness</b></font> for a gamebreaking experience!");
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: Burbb/Portaio
        public static void Game_OnGameLoad()
        {
            if (ObjectManager.Player.ChampionName != ChampionName)
            {
                return;
            }
            VHRBootstrap.OnLoad();

            Chat.Print("<font color='#FF0000'><b>[VHR - Rewrite!]</b></font> By Asuna Loaded!");
            Chat.Print("<font color='#FF0000'><b>Berb : </b></font> WARNING : There is some FPS drop included.");
        }
コード例 #3
0
ファイル: Program.cs プロジェクト: DeboraF93/HunderReborn
        static void Game_OnGameLoad(EventArgs args)
        {
            if (ObjectManager.Player.ChampionName != ChampionName)
            {
                return;
            }
            VHRBootstrap.OnLoad();

            Game.PrintChat("<font color='#FF0000'><b>[VHR - Rewrite!]</b></font> By Asuna Loaded!");
            Game.PrintChat("Also try <font color='#66FF33'><b>Waifu#</b></font>!");
        }