Cant Say the Word | Lets you say the word

MADE BY VOiD#0001

FEATURE:

  • LETS YOU SAY THE WORD

GAME LINK:
CANT SAY THE WORD

SCRIPT:

if not game:IsLoaded() then
    game.Loaded:Wait()
end

local LP = game:GetService('Players').LocalPlayer
local PlayerScripts = LP ~= nil and LP:FindFirstChild('PlayerScripts') or nil
local ChatScript = PlayerScripts ~= nil and PlayerScripts:FindFirstChild('ChatScript') or nil
local ChatMain = ChatScript ~= nil and ChatScript:FindFirstChild('ChatMain') or nil

if LP and ChatMain ~= nil then
    local Chatted = Instance.new('BindableEvent'); Chatted.Name = LP.Name..'_Chatted_Event'
    local MessagePosted = require(ChatMain).MessagePosted
   
    local Old
    Old = hookfunction(MessagePosted.fire, function(self, ...)
        if not checkcaller() then
            return Chatted:Fire(...)
        end
    end)

    local Old2
    Old2 = hookmetamethod(game, '__index', newcclosure(function(self, Index)
        if checkcaller() and self == LP and Index == 'Chatted' then
            return Chatted.Event
        elseif not checkcaller() and self == LP and Index == 'Chatted' then
            return
        end
   
        return Old2(self, Index)
    end))
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!