All content on our site is free and will always be free.

Please consider supporting us with disabling your AdBlock software and to gain access to thousands of free content!

Not sure how to disable AdBLock? Follow this tutorial: How to disable AdBlock

Get the VH3 Use the abilities without cooldown

The VH3 Use the abilities without cooldown code is below. Copy & inject it into the game. Enjoy!

 game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
 if key == "any key you want to bind it to here" then
workspace.Events.Vampire.Abilities.Venom.Speedbite_Use:FireServer()
 end
end)