Skip to content

Instantly share code, notes, and snippets.

@eeeeeeeeeevan
Created June 30, 2025 17:38
Show Gist options
  • Save eeeeeeeeeevan/aee708d7c66ee23abe641cdb839a8159 to your computer and use it in GitHub Desktop.
Save eeeeeeeeeevan/aee708d7c66ee23abe641cdb839a8159 to your computer and use it in GitHub Desktop.
local original
original = hookfunction(Instance.new("RemoteEvent").FireServer, newcclosure(function(self, ...)
local args = { ... }
for i, v in ipairs(args) do
if typeof(v) == "string" and string.sub(string.lower(v), 1, 2) == "x-" then
return task.wait(9e9)
end
end
return original(self, ...)
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment