ShadyHub

ShadyHub Main ok

Feb 28th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. local System = {
  2. 379614936,
  3. 860428890,
  4. 866472074,
  5. 2664771962,
  6. 2664773504,
  7. 5006801542,
  8. 5122567177,
  9. 5122568155,
  10. 5122568874,
  11. 5827139096
  12. }
  13. if not table.find(System, game.PlaceId) then
  14. return
  15. end
  16. local Player = game:GetService("Players").LocalPlayer
  17. local Char = Player.Character or Player.CharacterAdded:Wait()
  18. local Table = {
  19. "xpcall",
  20. "pcall",
  21. "Idle",
  22. "Deactivate",
  23. "PreloadAsync",
  24. "FindService",
  25. "collectgarbage",
  26. "GetPropertyChangedSignal",
  27. "getfenv",
  28. "Kick",
  29. "kick"
  30. }
  31. local Table2 = {Char, game:GetService("CoreGui"), Player,Player.Kick,}
  32. local OldNameCall = nil
  33. OldNameCall =
  34. hookmetamethod(
  35. game,
  36. "__namecall" or "__Index",
  37. function(self, ...)
  38. local Args = {...}
  39. if table.find(Table, getnamecallmethod()) and table.find(Table2, self) then
  40. return OldNameCall(self, ...)
  41. end
  42. return OldNameCall(self, ...)
  43. end
  44. )
Add Comment
Please, Sign In to add comment