Advertisement
DARKMODZ

Untitled

May 3rd, 2023 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local old
  2. old = hookmetamethod(
  3. game,
  4. "__namecall",
  5. function(self, ...)
  6. local method = tostring(getnamecallmethod())
  7. if string.lower(method) == "kick" then
  8. StarterGui:SetCore("SendNotification", {
  9. Title = "UH OH"
  10. Text = "THE GAME TRIED TO KICK YOU LOL BOZO"
  11. Icon = "rbxassetid://6238540373",
  12. Duration = 2,
  13. })
  14. return wait(9e9)
  15. end
  16. return old(self, ...)
  17. end
  18. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement