local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Window = Library.CreateLib("XyzWare", "Serpent")
 
local XyzWaterMark = Instance.new("ScreenGui")
local TextLabel = Instance.new("TextButton")
 
XyzWaterMark.Name = "XyzWaterMark"
XyzWaterMark.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
XyzWaterMark.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
XyzWaterMark.ResetOnSpawn = false
 
TextLabel.Parent = XyzWaterMark
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(-0.000772226602, 0, 0.0343558267, 0)
TextLabel.Size = UDim2.new(0.170134634, 0, 0.0700389072, 0)
TextLabel.Font = Enum.Font.GothamBold
TextLabel.Text = "💩"
TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.TextScaled = true
TextLabel.TextSize = 13.000
TextLabel.TextWrapped = true
TextLabel.TextXAlignment = Enum.TextXAlignment.Left
TextLabel.MouseButton1Down:Connect(function()
    Library:ToggleUI()
end)
 
local Tab = Window:NewTab("Local Player")
local Tab1Section = Tab:NewSection("LocalPlayer")


--Buttons
 
Tab1Section:NewTextBox("WalkSpeed", "Increase Walkspeed", function(s)
    game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end)
 
Tab1Section:NewTextBox("JumpPower", "Increase JumpPower", function(s)
    game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
end)


Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: