예제 #1
0
        public static void Entercommand(string cmd)
        {
            Console.WriteLine("Enter which commands do you want:");
            string ec2 = Console.ReadLine();

            if (ec2 == "MouseSettings")
            {
                Console.WriteLine("Enter a command:");
                MouseSettings.MouseSettingsCommands(cmd);
            }
            else if (ec2 == "MouseSettings")
            {
                Console.WriteLine("Enter a command:");
                MouseSettings.MouseSettingsCommands(cmd);
            }
            else if (ec2 == "Launch")
            {
                Console.WriteLine("Enter a command:");
                Launch.LaunchCommands(cmd);
            }


            else if (ec2 == "GameView")
            {
                Console.WriteLine("Enter a command:");
                GameView.GameViewCommands(cmd);
            }
            else if (ec2 == "GameInterface")
            {
                Console.WriteLine("Enter a command:");
                GameInterface.GameInterfaceCommands(cmd);
            }
            else if (ec2 == "Cheat")
            {
                Console.WriteLine("Enter a command:");
                Cheat.CheatCommands(cmd);
            }
            else if (ec2 == "Bot")
            {
                Console.WriteLine("Enter a command:");
                Bot.BotCommands(cmd);
            }
        }