Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----AUTOSMITE Killsteal----
- for i,enemy in pairs(GoS:GetEnemyHeroes()) do
- if ChillingSmite and KindredM.Misc.AutoSmite:Value() then
- if CanUseSpell(myHero, ChillingSmite) == READY and 20+8*GetLevel(myHero) > GetCurrentHP(enemy)+GetDmgShield(enemy) and GoS:ValidTarget(enemy, 500) then
- CastTargetSpell(enemy, ChillingSmite)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement