Advertisement
Cloudhax23

Untitled

Aug 17th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. for _, ally in pairs(GetAllyHeroes()) do
  2. if Config.W then
  3. local WPred = GetPredictionForPlayer(GetMyHeroPos(),ally,GetMoveSpeed(ally),1700,250,GetCastRange(myHero, _W),50,false,true)
  4. if (GetCurrentHP(ally)/GetMaxHP(ally))<0.6 and CanUseSpell(myHero, _W) then
  5. CastSkillShot(_W,WPred.PredPos.x,WPred.PredPos.y,WPred.PredPos.z)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement