Combat Warriors REMOTE BEAUTIFIER – FREE SCRIPT

Created by Amity#0001 (SHOWCASE)

Features:

  • REMOTE BEAUTIFIER
local Network = getsenv(game:GetService("ReplicatedStorage"):WaitForChild("Shared"):WaitForChild("Vendor"):WaitForChild("Network"))
local remotes = {}
local index

index = hookmetamethod(game,"__index",function(...)
   if checkcaller() then
       local self = ...
       if typeof(self) == "Instance" then
           local data = remotes[self:GetDebugId()]
           if data then
               local Property = select(2,...)
               if typeof(Property) == "string" and Property == "Name" then
                   return data
               end
           end
       end
   end
   return index(...)
end)

local function fix(table: table)
   local Remote = table.Remote
   local Name = table.Name
   if Remote and Name then
       remotes[Remote:GetDebugId()] = Name
   end
end

for i,v in next, getupvalue(Network.GetFunctionHandler,1) do
   fix(v)
end

for i,v in next, getupvalue(Network.GetEventHandler,1) do
   fix(v)
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!