--quick anti hammer v1 by Phatty --will reset on scripts restart -- reset every 10 mins without timer by plop function Main() Bot = "=[Anti]=" lucifer = {} hammeramount = 5 end function NewUserConnected(user) if lucifer[user.sName]==nil then lucifer[user.sName]=1 elseif lucifer[user.sName]==hammeramount then user:Disconnect() SendPmToOps(Bot,user.sName.." has been killed for hammering the server") else lucifer[user.sName]=lucifer[user.sName]+1 end end function DataArrival(user, data) if HomeMadeTimer ~= strfind(date("%M"), "^%d") then HomeMadeTimer = strfind(date("%M"), "^%d") lucifer = nil lucifer = {} end end