NMM

BleedingBladesScript

NMM
Jul 7th, 2021 (edited)
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. local old;
  2.  
  3. old = hookmetamethod(game, "__namecall", function(...)
  4.  
  5.  
  6. local self, args = ..., {...};
  7.  
  8.  
  9. if not checkcaller() and tostring(self) == "LameSploit" and getnamecallmethod() == "FireServer" then
  10.  
  11.  
  12. return wait(math.huge);
  13.  
  14.  
  15. end
  16.  
  17.  
  18. return old(...);
  19.  
  20.  
  21. end);
  22.  
  23.  
  24.  
  25. for i,v in next, game:service"Players":GetPlayers() do if v.Character and v.Character:FindFirstChild("Humanoid") and v ~= game:service"Players".LocalPlayer then v.Character.Humanoid.HealthDisplayDistance = math.huge; v.Character.Humanoid.HealthDisplayType = 1; v.Character.Humanoid.NameDisplayDistance = math.huge; end end
Add Comment
Please, Sign In to add comment