Advertisement
Musti145

Untitled

Oct 6th, 2015
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ----AUTOSMITE Killsteal----
  2. for i,enemy in pairs(GoS:GetEnemyHeroes()) do
  3. if ChillingSmite and KindredM.Misc.AutoSmite:Value() then
  4. if CanUseSpell(myHero, ChillingSmite) == READY and 20+8*GetLevel(myHero) > GetCurrentHP(enemy)+GetDmgShield(enemy) and GoS:ValidTarget(enemy, 500) then
  5. CastTargetSpell(enemy, ChillingSmite)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement