Created
June 30, 2025 17:38
-
-
Save eeeeeeeeeevan/aee708d7c66ee23abe641cdb839a8159 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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