sociophobia

Untitled

Jul 21st, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. OnLoop(function(myHero)
  2. local origin=GetMousePos();
  3. if KeyIsDown(0x47) then
  4. CastSkillShot(GetItemSlot(myHero,3153)),origin.x,origin.y,origin.z);
  5. CastSkillshot(_W,origin.x,origin.y,origin.z)
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment