If im not wrong there where a bot hiding script creates in lua4 but its a long time sens I saw it,
My question is : Is it possible to create a script that hide bots from user list!
Thanks for your fast respond, but sems to be an error, script aint working
function ChatArrival(user, data)
if Profiles[user.iProfile] ==1 then
[COLOR=red] if string.sub(data,1,1)=="<" then[/COLOR]
data=string.sub(data,1,string.len(data)-1)
s,e,cmd,name = string.find(data,"%b<>%s+(%S+)%s+(%S+)")
if cmd=="!killbot" then
frmHub:UnregBot(name)
return 1
elseif cmd=="!listbot" then
frmHub:RegBot(name)
return 1
end
[COLOR=red]end[/COLOR]
end
end
remove those red lines from the script, and well the script does remove the bots, but not the ones from the ptokax or from scripts only the ones created by the listbot command
might be a ptokax 17.07 bug
script not workin i am typing !killbot Trivia and nothing...