Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.antivamp = true -- change to false to disable
- while _G.antivamp do wait()
- pcall(function()
- if _G.antivamp == false then return end
- game:GetService("Players").LocalPlayer.Character.RemoteEvent:FireServer("VampireBurnOff");
- end )
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement