the vampire legacies script local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("The Vampire Legacies", "DarkTheme") local Main = Window:NewTab("Main") local Player = Window:NewTab("Player") local Script = Window:NewTab("Scripts") local Misc = Window:NewTab("Misc") local MainSection = Main:NewSection("Main/Credits") local PlayerSection = Player:NewSection("Character") local ScriptSection = Script:NewSection("Scripts") local MiscSection = Misc:NewSection("Misc") the vampire legacies script PasteShr the vampire legacies script ScriptSection:NewButton("Get a Stake", "Gets a Stake", function() local args = {[1] = "freeStake"} game:GetService("ReplicatedStorage").Events.guiSpecialEvent:FireServer(unpack(args)) end) ScriptSection:NewButton("Receive ash of the white oak", "Requires 3 stakes", function() local args = {[1] = "receiveWhiteOakAsh"} game:GetService("ReplicatedStorage").Events.guiSpecialEvent:FireServer(unpack(args)) end) the vampire legacies script PasteShr the vampire legacies script ScriptSection:NewButton("Change your outfit", "Changes your outfit", function() local args = {[1] = "changeClothes"} game:GetService("ReplicatedStorage").Events.guiSpecialEvent:FireServer(unpack(args)) end) ScriptSection:NewButton("Loop add magic", "Unlimited magic capacity", function() while true do wait() local args = {[1] = "increaseMaxMagic"} game:GetService("ReplicatedStorage").Events.guiSpecialEvent:FireServer(unpack(args)) the vampire legacies script How to dowload it? the vampire legacies script end end) ScriptSection:NewButton("Add +200 magic", "Use as much as you want", function() local args = {[1] = "increaseMaxMagic"} game:GetService("ReplicatedStorage").Events.guiSpecialEvent:FireServer(unpack(args)) end) ScriptSection:NewButton("Become mortal", "Makes you mortal", function() local args = {[1] = "turnMortal"} the vampire legacies script How to get it for free? the vampire legacies script game:GetService("ReplicatedStorage").Events.guiSpecialEvent:FireServer(unpack(args)) end) ScriptSection:NewButton("Receive 1,000 Coins", "House Rewards", function() local args = {[1] = "receiveHouseReward"} game:GetService("ReplicatedStorage").Events.guiSpecialEvent:FireServer(unpack(args)) end) ScriptSection:NewButton("Get turned into a vampire/enter transition", "Turns you into a vampire", function() local args = { the vampire legacies script How to use it? the vampire legacies script [1] = { ["Transition"] = true,["Option"] = "revive",["Tribrid"] = false,["Resurrect"] = true,["Pos"] = CFrame.new(Vector3.new(141.5608215332, 85.19457244873, -990.2373046875), Vector3.new(-0.992456138134, -1.0751814727428e-07, -0.12260024249554))}} game:GetService("ReplicatedStorage").Events.PlayerDeath:FireServer(unpack(args)) end) ScriptSection:NewButton("Ressurect yourself from the other side", "Ressurect", function() local args = { [1] = {["Resurrect"] = true,["Option"] = "revive",["IsCustom"] = false}} game:GetService("ReplicatedStorage").Events.PlayerDeath:FireServer(unpack(args)) end) the vampire legacies script How to use it? the vampire legacies script PlayerSection:NewSlider("WalkSpeed", "Change your Walkspeed", 500, 16, function(s) -- 500 (MaxValue) | 50 (MinValue) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s end) PlayerSection:NewSlider("Jump", "Change your JumpPower", 500, 50, function(s) -- 500 (MaxValue) | 50 (MinValue) game.Players.LocalPlayer.Character.Humanoid.JumpPower = s end) MainSection:NewLabel("Scripter - hopee#1854") the vampire legacies script How to dowload it? the vampire legacies script MainSection:NewLabel("GUI Maker - tappp#4383") MiscSection:NewButton("Infinite Yeild", "Loads Infinite Yeild", function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))() end) the vampire legacies script