Advertisement
pa1nx9

Download [DISABLE WAIT FOR HEAL WITH MEDKIT]

Nov 22nd, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local FinishTable = {
  2. ["Action"] = "Finish"
  3. }
  4.  
  5.  
  6. local oldnc
  7. oldnc = hookmetamethod(game,"__namecall",newcclosure(function(name, ...)
  8. local Args = {...}
  9. if getnamecallmethod() == "FireServer" and not checkcaller() and tostring(name) == "Event" and Args[1]["Action"] == "Down" then
  10. game:GetService("Players").LocalPlayer.Character.Medkit.Event:FireServer(FinishTable)
  11. end
  12. return oldnc(name, unpack(Args))
  13. end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement