public static void OnCustomTick(EntropyEventArgs args) { if (LocalPlayer.Instance.IsDead() || LocalPlayer.Instance.IsRecalling()) { return; } if (W.Ready && KillstealMenu.WBool.Enabled) { Killsteal.ExecuteW(); return; } if (R.Ready && KillstealMenu.RBool.Enabled) { Killsteal.ExecuteR(); } }