public static void KillStealWithE(AIHeroClient enemy) { if (Spells.E.GetPrediction(enemy).Hitchance >= Helper.HikiChance("e.hit.chance") && Calculators.E(enemy) > enemy.Health) { Spells.E.Cast(enemy); } if (Helper.LuxE != null && Helper.EInsCheck() == 2) { Spells.E.Cast(); } }