Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OnLoop(function(myHero)
- local origin=GetMousePos();
- if KeyIsDown(0x47) then
- CastSkillShot(GetItemSlot(myHero,3153)),origin.x,origin.y,origin.z);
- CastSkillshot(_W,origin.x,origin.y,origin.z)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment