Log in

View Full Version : Help with an script.



yompe
11-16-2015, 11:48 AM
Hello guys,

I Would like some help with a script.
i got a script that does make so the bot does not Kill Steal.
but i cant execute it as it gives me an error.
is it easy to make a new script with the same function?


dofile(Forgee.lua)
---------------------
while (true) do
if (playersAround(7) == 0) or (Self.TargetID() ~= 0) or ((monstersAround(1) 1) and (playersAround(1) == 0)) or ((monstersAround(1) 0) and (playersAround(3) == 0)) then
setTargetingEnabled(true)
wait(500)
else
setTargetingEnabled(false)
wait(500)
end
end

p1mp
11-19-2015, 03:04 PM
I would also like an anti killsteal-script

yompe
11-21-2015, 11:14 PM
Anyone?