PtokaX forum

Archive => Archived 5.0 boards => Finished Scripts => Topic started by: blackwings on 28 February, 2005, 03:31:48

Title: Simple anti-mldc scrip (LUA 5)
Post by: blackwings on 28 February, 2005, 03:31:48
Dunno if it's needed in the new ptokax, but here it is anyway =
--Simple LUA 5 anti-mldc script
-- Made by blackwings

function MyINFOArrival(user,data)
if user.bRegistered==nil then
if string.find(data,"mld(%S+)") or string.find(data,"edonk(%S+)") then
user:Disconnect()
end
end
end
Title:
Post by: PPK on 28 February, 2005, 04:34:46
PtokaX filter most mldc, but yes for some is this script needed  :))