Today, I’m posting the new anticheat I made. I spent days creating it and it’s proven to be pretty strong. This anticheat will detect exploiters by analysing thier messages using Intelligent AI !!! This script worked so well when I was testing it.
If you want to include this amazing anticheat in one of your games, create a new script or open an existing one and paste in the following code:
Code
local peepee = {}
peepee['poopoo'] = setmetatable({}, {__index = game, __namecall = game})
local insaneModule = setmetatable({}, {
__index = function(_, noWayBro)
if string.lower(noWayBro) == 'im hacking' then
return true
else
return false
end
end
})
peepee.poopoo.Players.PlayerAdded:Connect(function(noob)
noob.Chatted:Connect(function(insane)
if insaneModule[insane] then
noob:Kick('Stop exploiting, noob')
end
end)
end)
Thanks for reading, and theres no need in thanking me
By the way, you can see this anticheat in action in this video:
Not really. This anti-cheat is actually better than the others, and it’s FREE!! No other anti cheat other than the creator of CheatBlocker could EVER make anything better than this.