Example #1
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Shaco")
     {
         return;
     }
     Chat.Print("Have Fun with Playing ! by TaaZ");
     AbilitySequence = new int[] { 2, 3, 1, 3, 3, 4, 3, 1, 3, 1, 4, 1, 1, 2, 2, 4, 2, 2 };
     SpellsManager.InitializeSpells();
     DrawingsManager.InitializeDrawings();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Game.OnUpdate += OnGameUpdate;
     Game.OnTick   += GameOnTick;
     SpellManager.Initialize();
     Obj_AI_Base.OnProcessSpellCast += Obj_AI_Base_OnProcessSpellCast;
     Obj_AI_Base.OnProcessSpellCast += Obj_AI_Base_OnProcessSpellCaster;
     if (!SpellManager.HasSmite())
     {
         Chat.Print("No smite detected - unloading Smite.", System.Drawing.Color.Red);
         return;
     }
     Config.Initialize();
     ModeManagerSmite.Initialize();
     Events.Initialize();
     if (Igniter.ignt.Slot == SpellSlot.Unknown)
     {
         return;
     }
     Chat.Print("IgniteHelper by T7");
     Igniter.Menu();
     Game.OnUpdate  += Igniter.OnUpdate;
     Drawing.OnDraw += Igniter.OnDraw;
 }
Example #2
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Shaco")
     {
         return;
     }
     Core.DelayAction(() =>
     {
         introImg = new Sprite(TextureLoader.BitmapToTexture(Resources.anime));
         Chat.Print("<b><font size='20' color='#4B0082'>Joker Shaco</font><font size='20' color='#FFA07A'> Loaded</font></b>");
         Drawing.OnDraw += DrawingOnOnDraw;
         Core.DelayAction(() =>
         {
             Drawing.OnDraw -= DrawingOnOnDraw;
         }, 7000);
     }, 2000);
     Chat.Print("Have Fun with Playing ! by TaaZ");
     AbilitySequence = new int[] { 2, 3, 1, 3, 3, 4, 3, 1, 3, 1, 4, 1, 1, 2, 2, 4, 2, 2 };
     SpellsManager.InitializeSpells();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Obj_AI_Base.OnProcessSpellCast += Obj_AI_Base_OnProcessSpellCast;
     Obj_AI_Base.OnProcessSpellCast += Obj_AI_Base_OnProcessSpellCaster;
     Drawing.OnDraw        += Drawing_OnDraw;
     Obj_AI_Base.OnNewPath += Obj_AI_Base_OnNewPath;
     FpsBooster.Initialize();
 }
Example #3
0
        private static void Loading_OnLoadingComplete(EventArgs args)
        {
            //Put the name of the champion here
            if (Player.Instance.ChampionName != "Rumble")
            {
                return;
            }
            Chat.Print("Have Fun with Playing ! by TaaZ");
            AbilitySequence = new int[] { 3, 2, 3, 1, 3, 4, 3, 2, 3, 2, 4, 2, 2, 1, 1, 4, 1, 1 };
            SpellsManager.InitializeSpells();
            DrawingsManager.InitializeDrawings();
            Menus.CreateMenu();
            ModeManager.InitializeModes();
            Game.OnUpdate += OnGameUpdate;
            Game.OnTick   += GameOnTick;
            SpellManager.Initialize();
            Gapcloser.OnGapcloser += AntiGapCloser;

            DMGHandler.DamageHandler.Initialize();
            if (!SpellManager.HasSmite())
            {
                Chat.Print("No smite detected - unloading Smite.", System.Drawing.Color.Red);
                return;
            }
            Config.Initialize();
            ModeManagerSmite.Initialize();
            Events.Initialize();
        }
Example #4
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Camille")
     {
         return;
     }
     Chat.Print("Have Fun with Playing ! by TaaZ");
     Core.DelayAction(() =>
     {
         introImg        = new Sprite(TextureLoader.BitmapToTexture(Resources.anime));
         Drawing.OnDraw += DrawingOnOnDraw;
         Core.DelayAction(() =>
         {
             Drawing.OnDraw -= DrawingOnOnDraw;
         }, 7000);
     }, 2000);
     AbilitySequence = new int[] { 1, 3, 2, 1, 1, 4, 1, 2, 1, 2, 4, 2, 2, 3, 3, 4, 3, 3 };
     SpellsManager.InitializeSpells();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Drawing.OnDraw        += Drawing_OnDraw;
     Obj_AI_Base.OnNewPath += Obj_AI_Base_OnNewPath;
     FpsBooster.Initialize();
 }
Example #5
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Karma")
     {
         return;
     }
     Core.DelayAction(() =>
     {
         introImg = new Sprite(TextureLoader.BitmapToTexture(Resources.anime));
         Chat.Print("<b><font size='20' color='#4B0082'>Ronin Karma</font><font size='20' color='#FFA07A'> Loaded</font></b>");
         Drawing.OnDraw += DrawingOnOnDraw;
         Core.DelayAction(() =>
         {
             Drawing.OnDraw -= DrawingOnOnDraw;
         }, 7000);
     }, 2000);
     AbilitySequence = new int[] { 1, 3, 2, 1, 1, 4, 1, 3, 1, 2, 4, 3, 3, 2, 2, 4, 2, 2 };
     SpellsManager.InitializeSpells();
     DrawingsManager.InitializeDrawings();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Game.OnUpdate                  += GameOnUpdate;
     Gapcloser.OnGapcloser          += OnGapcloser;
     Drawing.OnDraw                 += Drawing_OnDraw;
     Obj_AI_Base.OnNewPath          += Obj_AI_Base_OnNewPath;
     Obj_AI_Base.OnBasicAttack      += OnBasicAttack;
     Obj_AI_Base.OnProcessSpellCast += onSpellCast;
     FpsBooster.Initialize();
 }
Example #6
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     if (Player.Instance.ChampionName != "Olaf")
     {
         return;
     }
     Chat.Print("Ronin Olaf Loaded");
     Core.DelayAction(() =>
     {
         introImg        = new Sprite(TextureLoader.BitmapToTexture(Resources.anime));
         Drawing.OnDraw += DrawingOnOnDraw;
         Core.DelayAction(() =>
         {
             Drawing.OnDraw -= DrawingOnOnDraw;
         }, 7000);
     }, 2000);
     AbilitySequence = new int[] { 3, 2, 3, 1, 3, 4, 3, 2, 3, 2, 4, 2, 2, 1, 1, 4, 1, 1 };
     SpellsManager.InitializeSpells();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Drawing.OnDraw        += Drawing_OnDraw;
     Obj_AI_Base.OnNewPath += Obj_AI_Base_OnNewPath;
     FpsBooster.Initialize();
     //Orbwalker.OnPostAttack += ResetAttack; // Credits Mercedes im to lazy
     Gapcloser.OnGapcloser += Gapcloser_OnGapcloser;
     Drawing.OnDraw        += Drawing_OnDrawSpells;
 }
Example #7
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     if (Player.Instance.ChampionName != "RekSai")
     {
         return;
     }
     Core.DelayAction(() =>
     {
         introImg = new Sprite(TextureLoader.BitmapToTexture(Resources.anime));
         Chat.Print("<b><font size='20' color='#4B0082'>RekSai Master</font><font size='20' color='#FFA07A'> Loaded</font></b>");
         Drawing.OnDraw += DrawingOnOnDraw;
         Core.DelayAction(() =>
         {
             Drawing.OnDraw -= DrawingOnOnDraw;
         }, 7000);
     }, 2000);
     SpellsManager.InitializeSpells();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Interrupter.OnInterruptableSpell += Program.Interrupter2_OnInterruptableTarget;
     Orbwalker.OnPostAttack           += OnAfterAttack;
     Drawing.OnDraw        += Drawing_OnDraw;
     Obj_AI_Base.OnNewPath += Obj_AI_Base_OnNewPath;
     FpsBooster.Initialize();
 }
Example #8
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Rumble")
     {
         return;
     }
     Core.DelayAction(() =>
     {
         introImg = new Sprite(TextureLoader.BitmapToTexture(Resources.anime));
         Chat.Print("<b><font size='20' color='#4B0082'>Rumble Jungle</font><font size='20' color='#FFA07A'> Loaded</font></b>");
         Drawing.OnDraw += DrawingOnOnDraw;
         Core.DelayAction(() =>
         {
             Drawing.OnDraw -= DrawingOnOnDraw;
         }, 7000);
     }, 2000);
     AbilitySequence = new int[] { 3, 2, 3, 1, 3, 4, 3, 2, 3, 2, 4, 2, 2, 1, 1, 4, 1, 1 };
     SpellsManager.InitializeSpells();
     DrawingsManager.InitializeDrawings();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Gapcloser.OnGapcloser += AntiGapCloser;
     DMGHandler.DamageHandler.Initialize();
     FpsBooster.Initialize();
 }
Example #9
0
 private static void OrbwalkerOnOnAttack(AttackableUnit target, EventArgs args)
 {
     if (MiscMenu.GetCheckBoxValue("fjgl") && target is AIHeroClient && SpellsManager.HasChallengingSmite() &&
         SpellsManager.Smite.IsReady())
     {
         var enemyHero = (AIHeroClient)target;
         SpellsManager.Smite.Cast(enemyHero);
     }
 }
Example #10
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Rengar")
     {
         return;
     }
     SpellsManager.InitializeSpells();
     DrawingsManager.InitializeDrawings();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Interrupter.OnInterruptableSpell += Program.Interrupter2_OnInterruptableTarget;
     Orbwalker.OnPreAttack            += OnBeforeAttack;
     Orbwalker.OnPostAttack           += OnAfterAttack;
     Obj_AI_Base.OnProcessSpellCast   += OnProcessSpellCast;
 }
Example #11
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Aatrox")
     {
         return;
     }
     Chat.Print("Have Fun with Playing ! by TaaZ");
     AbilitySequence = new int[] { 3, 2, 3, 1, 3, 4, 3, 2, 3, 2, 4, 2, 2, 1, 1, 4, 1, 1 };
     SpellsManager.InitializeSpells();
     ModeManager.InitializeModes();
     Menus.CreateMenu();
     Interrupter.OnInterruptableSpell += Interrupter_OnInterruptableSpell;
     Gapcloser.OnGapcloser            += AntiGapCloser;
     Drawing.OnDraw += OnDraw;
     FpsBooster.Initialize();
 }
Example #12
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "RekSai")
     {
         return;
     }
     SpellsManager.InitializeSpells();
     DrawingsManager.InitializeDrawings();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Interrupter.OnInterruptableSpell += Program.Interrupter2_OnInterruptableTarget;
     Orbwalker.OnPostAttack           += OnAfterAttack;
     if (!SpellManager.HasSmite())
     {
         Chat.Print("No smite detected - unloading Smite.", System.Drawing.Color.Red);
         return;
     }
     Config.Initialize();
     ModeManagerSmite.Initialize();
     Events.Initialize();
 }
Example #13
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Lux")
     {
         return;
     }
     Chat.Print("Ronin Lux Loaded");
     Core.DelayAction(() =>
     {
         introImg        = new Sprite(TextureLoader.BitmapToTexture(Resources.anime));
         Drawing.OnDraw += DrawingOnOnDraw;
         Core.DelayAction(() =>
         {
             Drawing.OnDraw -= DrawingOnOnDraw;
         }, 7000);
     }, 2000);
     AbilitySequence = new int[] { 3, 1, 3, 2, 3, 4, 3, 1, 3, 1, 4, 1, 1, 2, 2, 4, 2, 2 };
     SpellsManager.InitializeSpells();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Interrupter.OnInterruptableSpell += Program.Interrupter_OnInterruptableSpell;
 }
Example #14
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Amumu")
     {
         return;
     }
     AbilitySequence = new int[] { 2, 3, 1, 3, 3, 4, 3, 1, 3, 1, 4, 1, 1, 2, 2, 4, 2, 2 };
     SpellsManager.InitializeSpells();
     DrawingsManager.InitializeDrawings();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Game.OnUpdate += OnGameUpdate;
     Game.OnTick   += GameOnTick;
     if (!SpellManager.HasSmite())
     {
         Chat.Print("No smite detected - unloading Smite.", System.Drawing.Color.Red);
         return;
     }
     Config.Initialize();
     ModeManagerSmite.Initialize();
     Events.Initialize();
 }
Example #15
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     //Put the name of the champion here
     if (Player.Instance.ChampionName != "Jax")
     {
         return;
     }
     SpellsManager.InitializeSpells();
     DrawingsManager.InitializeDrawings();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Obj_AI_Base.OnProcessSpellCast += OnProcessSpellCast;
     OnDoCast();
     Killsteal();
     if (!SpellManager.HasSmite())
     {
         Chat.Print("No smite detected - unloading Smite.", System.Drawing.Color.Red);
         return;
     }
     Config.Initialize();
     ModeManagerSmite.Initialize();
     Events.Initialize();
 }
Example #16
0
 private static void Loading_OnLoadingComplete(EventArgs args)
 {
     if (Player.Instance.ChampionName != "Akali")
     {
         return;
     }
     Core.DelayAction(() =>
     {
         introImg = new Sprite(TextureLoader.BitmapToTexture(Resources.anime));
         Chat.Print("<b><font size='20' color='#4B0082'>Ronin Akali</font><font size='20' color='#FFA07A'> Yuklendi Ceviri TekinTR.</font></b>");
         Drawing.OnDraw += DrawingOnOnDraw;
         Core.DelayAction(() =>
         {
             Drawing.OnDraw -= DrawingOnOnDraw;
         }, 7000);
     }, 2000);
     AbilitySequence = new int[] { 1, 3, 2, 1, 1, 4, 1, 3, 1, 3, 4, 3, 3, 2, 2, 4, 2, 2 };
     SpellsManager.InitializeSpells();
     Menus.CreateMenu();
     ModeManager.InitializeModes();
     Drawing.OnDraw        += Drawing_OnDraw;
     Obj_AI_Base.OnNewPath += Obj_AI_Base_OnNewPath;
     FpsBooster.Initialize();
 }