ShadyHub

ShadyHub Main Universal Client Bypass

Feb 28th, 2023
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. repeat
  2. task.wait()
  3. until game:IsLoaded()
  4. loadstring(game:HttpGet('https://pastebin.com/raw/SUJZsmYU'))()
  5.  
  6. local Disables = {
  7. game:GetService("Players").LocalPlayer.Idled,
  8. game:GetService("ScriptContext").Error,
  9. game:GetService("LogService").MessageOut
  10. }
  11.  
  12. local Nos = {
  13. "PreloadAsync",
  14. "Kick",
  15. "kick",
  16. "xpcall",
  17. "gcinfo",
  18. "collectgarbage",
  19. }
  20.  
  21. local Yes = {
  22. game:GetService("Players").LocalPlayer,
  23. game:GetService("CoreGui"),
  24. }
  25.  
  26. for i, v in pairs(Disables) do
  27. for i, v in pairs(getconnections(v)) do
  28. v:Disable()
  29. end
  30. end
  31.  
  32. local OldNameCall = nil
  33. OldNameCall =
  34. hookmetamethod(
  35. game,
  36. "__namecall",
  37. newcclosure(
  38. function(self, ...)
  39. local A = {...}
  40.  
  41. if table.find(Nos, getnamecallmethod()) and table.find(Yes, self) then
  42. return nil or wait(math.huge)
  43. end
  44. if getnamecallmethod()=="FindService" and self.Name == "VirtualUser" and self.Name == "VirtualInputManager" then
  45. return
  46. end
  47. if typeof(A) ~= "Instance" then
  48. return OldNameCall(self, ...)
  49. end
  50. return OldNameCall(unpack(A), self, ...)
  51. end
  52. )
  53. )
  54.  
  55. if setfflag then
  56. setfflag("HumanoidParallelRemoveNoPhysics", "False")
  57. setfflag("HumanoidParallelRemoveNoPhysicsNoSimulate2", "False")
  58. end
  59. if setfpscap then
  60. setfpscap(100)
  61. end
  62.  
  63. game:GetService("ScriptContext"):SetTimeout(0.5)
Advertisement
Add Comment
Please, Sign In to add comment