Advertisement
NukeVsCity

Anti vampire burn for yba 1

Jun 12th, 2021
2,761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. _G.AntiVamp = true
  2. local AntiVamp
  3. AntiVamp = hookfunction(getrawmetatable(game).__namecall, newcclosure(function(self, ...)
  4. local args = {...}
  5. if self.Name == "RemoteEvent" then
  6. if args[1] == "VampireBurn" and _G.AntiVamp == true then
  7. return wait(9e9)
  8. elseif _G.AntiVamp == false then
  9. return AntiVamp(self,...)
  10. end
  11. end
  12. return AntiVamp(self, ...)
  13. end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement