Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            MemoryHandler.createReader();

            Bot bot = new Bot();

            bot.startMining(1);

            Thread.Sleep(1111113000);
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            MemoryHandler.createReader();

            //ObjectManager.sharedOM().getSpell();

            /*while (true) {
             *  ulong a = ObjectManager.sharedOM().getSpiritHealer();
             *  System.Console.Clear();
             *  System.Console.WriteLine(a);
             *  Thread.Sleep(200);
             * }*/

            //InterceptKeys.writeToLocationsTxt(); //X et kell nyomi, hogy hozzáírjon valamit

            HumanoidBot bot = new HumanoidBot(BotData.startingPlaces1, BotData.farmingPlaces1, BotData.elitesArr1, true);

            //bot.printLocation();
            bot.startMining(1);

            Thread.Sleep(1111113000);
        }