PDA

View Full Version : ANTI KS



Aussie
10-28-2013, 12:17 AM
Bots have been going on for many years now, and the creator's can do so many interesting functions. But when it comes to "KS" there is no function for it.
I am extremely noob at using xenobot, the only one I used to use was neo and some free bot many years ago.
There should be implemented in this bot a function to turn on Anti Ks.
I understand that there are lua script or whatever that have the anti ks problem fixed, but since im new and have very little understanding of how this works, im stuck with constantly ks'ing people who will most definitely report me.
anyway I just purchased 1month prem on this bot, if I don't find anything about it that will help me (anti ks for dummies) then that will be my last month using this bot... hopefully I am heard and understood even though nerds out there will laugh at this :)

xelitex117
10-28-2013, 12:45 AM
would be cool add it to xeno functions but meanwhile lua does the job


-- __ __ ______ _ __
-- / / __ __ / /__ ___ / ____/(_)_____ / /_ ___ _____
-- / / / / / // //_// _ \ / /_ / // ___// __ \ / _ \ / ___/
-- / /___/ /_/ // ,< / __// __/ / /(__ )/ / / // __// /
--/_____/\__,_//_/|_| \___//_/ /_//____//_/ /_/ \___//_/
-- 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

Aussie

Aussie
10-28-2013, 01:38 AM
where do I paste this into? ive tried to paste it into the lua file I had downloaded but it doesn't paste into it as shown, do I need to paste one line at a time?

Aussie
10-28-2013, 01:40 AM
just figured out what I did wrong, thanks bro

padj
11-06-2013, 07:14 PM
Gonna give this I try when I get in, been after a decent one for a while.

tendead
11-06-2013, 10:17 PM
nub question.. but how do i get this to work?

LukeFisher
11-06-2013, 11:04 PM
you are most likely missing forgee's lib, use the longer version from here http://forums.xenobot.net/showthread.php?3625-Anti-KS (1st one) or download Forgee.lua and place it in your scripts folder

spam250
11-07-2013, 04:26 AM
Didnt realise this had been scripted before. Thanks for linking that xelitex ill be sure to use it. Got a report earlier today for killing rotworms and a slime that this lvl 14 pally was skilling on.

trophxy
11-19-2013, 03:03 PM
I used this and forgee lib, doesn't seam to work still attacked someones monster.
This feature needs to be added and work to 100% because it's so obvious that you are a botter when you kill steal.

guuhsk
04-20-2020, 11:43 AM
niceee