View Full Version : Anti ks script
zameq
12-25-2015, 05:22 PM
Hey, i couldn't find any working anti ks script. Can you share with me your working script? :)
Aristeus
12-26-2015, 05:19 AM
Pretty sure it's going to be implemented in the bot with the next update.
shadowart
12-26-2015, 09:23 AM
Pretty sure it's going to be implemented in the bot with the next update.
It will be an option under targeting:
http://i.imgur.com/Tp3zX0q.png
zameq
12-26-2015, 10:31 AM
Hope it release asap
ryanhoff21
02-13-2016, 04:32 AM
-- __ __ ______ _ __
-- / / __ __ / /__ ___ / ____/(_)_____ / /_ ___ _____
-- / / / / / // //_// _ \ / /_ / // ___// __ \ / _ \ / ___/
-- / /___/ /_/ // ,< / __// __/ / /(__ )/ / / // __// /
--/_____/\__,_//_/|_| \___//_/ /_//____//_/ /_/ \___//_/
-- ANTI KS
dofile("Forgee.lua")
---------------------
while (true) do
if monstersAround(5) < 1 then
setTargetingEnabled(false)
else
if (playersAround(7) == 0) or (Self.TargetID() ~= 0) or ((monstersAround(1) > 0) and (playersAround(4) == 0)) then
setTargetingEnabled(true)
wait(100)
else
setTargetingEnabled(false)
wait(100)
end
end
end
rbarral
02-20-2016, 02:07 AM
theres any way thru config or lua file to set creatures anti-ks = on?
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.