Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Remote = "wei8zrhd" -- Replace with Nitro hash
- for i, v in pairs(getreg()) do
- if type(v) == 'function' then
- for i2, v2 in pairs(getupvalues(v)) do
- if type(v2) == 'table' and v2.FireServer then
- v2:FireServer(Remote, -50)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement