Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Laiha senpai Nidaale 25.07.2015 FREE FPS DROP ALL THE WAY BITCH \O/
- require('Inspired')
- require('IWalk')
- AddInfo("nida", "Laiha senpai:")
- AddInfo("nida2", "V=poke")
- AddInfo("nida3", "SPACEBAR=combo")
- AddButton("toggle", "Toggle Poke", true)
- OnLoop(function(myHero)
- unit = GetCurrentTarget()
- getForm()
- if GetKeyValue("Combo") then
- combo()
- end
- if KeyIsDown(0x56) then
- poke()
- end
- if GetButtonValue("toggle") then
- poke()
- end
- end)
- function getForm()
- myHero = GetMyHero()
- local form=0
- if GetCastName(myHero,_Q)== "Takedown" then
- form=1 --1=sexyjaguar for me
- end
- return form
- end
- function combo(unit)
- --oourSkillshotSpeed,SkillShotDelay,SkillShotRange,SkillShotWidth
- qpred = mypred =GetPredictionForPlayer(GetMyHeroPos(),getOrigin(unit),GetMoveSpeed(unit),1300,0.5,1500,35,true,true);
- wpred= qpred = GetPredictionForPlayer(GetMyHeroPos(),getOrigin(unit),GetMoveSpeed(unit),1500,0.5,750,95,true,true);
- wpred2= qpred = GetPredictionForPlayer(GetMyHeroPos(),getOrigin(unit),GetMoveSpeed(unit),1300,0.5,750,95,true,true);
- z=getForm()
- if z == 0 then
- if CanUseSpell(myHero, _Q) == READY and QPred.HitChance == 1 then
- CastSkillShot(_Q,qpred.PredPos.x,qpred.PredPos.y,qpred.PredPos.z)
- end
- if GetBuffCount(unit),i)>0 and GetBuffName(myHero,i):lower():find("hunted") and IsInDistance(unit,750) then
- CastTargetSpell(myHero,_R)
- CastSkillShot(_W,wpred.PredPos.x,wpred.PredPos.y,wpred.PredPos.z)
- end
- elseif calclife()>50 then
- CastSkillShot(_W,wpred.PredPos.x,wpred.PredPos.y,wpred.PredPos.z)
- end
- else
- CastTargetSpell(myHero,_R)
- end
- end
- function calclife(unit,myHero)
- local multiplier =100/GetCurrentHP(myHero)
- local y=GetCurrentHp(unit)
- return (x*multiplier)-(y*multiplier)
- end
Advertisement
Add Comment
Please, Sign In to add comment