Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.AntiVamp = true
- local AntiVamp
- AntiVamp = hookfunction(getrawmetatable(game).__namecall, newcclosure(function(self, ...)
- local args = {...}
- if self.Name == "RemoteEvent" then
- if args[1] == "VampireBurn" and _G.AntiVamp == true then
- return wait(9e9)
- elseif _G.AntiVamp == false then
- return AntiVamp(self,...)
- end
- end
- return AntiVamp(self, ...)
- end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement