Could anyone make one real quick that suicides on SR and ARAM
EDIT: SORRY ON EXTERNAL PLEASE
Best Answer TRUS , 05 March 2017 - 12:35
Could anyone make one real quick that suicides on SR and ARAM
never used Int but this should work
postomove = nil
OnTick(function()
if postomove then
MoveToXYZ(postomove.x,postomove.y,postomove.z)
end
end)
OnObjectLoad(function(object)
if object and object.type == "obj_Shop" and object.team ~= myHero.team then
postomove = object
PrintChat("found shop")
end
end)
and here is for Ext
postomove = nil
function Tick()
if postomove then
local PosMM = postomove.pos:ToMM()
Control.SetCursorPos(PosMM.x,PosMM.y)
Control.mouse_event(MOUSEEVENTF_RIGHTDOWN)
Control.mouse_event(MOUSEEVENTF_RIGHTUP)
end
end
function OnLoad()
Callback.Add("Tick", function() Tick() end)
for i = 1, Game.ObjectCount() do
local object = Game.Object(i)
if object and object.type == "obj_Shop" and object.team ~= myHero.team then
postomove = object
PrintChat("Shop team: "..object.team.. " my hero team: "..myHero.team)
end
end
end
Go to the full post »
Could anyone make one real quick that suicides on SR and ARAM
EDIT: SORRY ON EXTERNAL PLEASE
Just let me release my Kog'Maw and I'll make this tool ![]()
Could anyone make one real quick that suicides on SR and ARAM
Then auto ban? .-.
Just need it for coop vs ai bot games
Could anyone make one real quick that suicides on SR and ARAM
never used Int but this should work
postomove = nil
OnTick(function()
if postomove then
MoveToXYZ(postomove.x,postomove.y,postomove.z)
end
end)
OnObjectLoad(function(object)
if object and object.type == "obj_Shop" and object.team ~= myHero.team then
postomove = object
PrintChat("found shop")
end
end)
and here is for Ext
postomove = nil
function Tick()
if postomove then
local PosMM = postomove.pos:ToMM()
Control.SetCursorPos(PosMM.x,PosMM.y)
Control.mouse_event(MOUSEEVENTF_RIGHTDOWN)
Control.mouse_event(MOUSEEVENTF_RIGHTUP)
end
end
function OnLoad()
Callback.Add("Tick", function() Tick() end)
for i = 1, Game.ObjectCount() do
local object = Game.Object(i)
if object and object.type == "obj_Shop" and object.team ~= myHero.team then
postomove = object
PrintChat("Shop team: "..object.team.. " my hero team: "..myHero.team)
end
end
end
ahh, i remember when henry made a good suicide script lol
ahh, i remember when henry made a good suicide script lol
it is so good that even ISIS approved.
0 members, 2 guests, 0 anonymous users