local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Window = Library.CreateLib("c00lgui Reborn v1", "BloodTheme")

local fe = Window:NewTab("c00lgui Reborn")
local feSection = fe:NewSection("c00lgui Reborn")

feSection:NewLabel("NOTICE: if it says it has been create by a other one it's bc it was my ancient account")


feSection:NewButton("c00lgui Reborn", "c00lgui Reborn", function()
    loadstring(game:GetObjects("rbxassetid://8127297852")[1].Source)()
end)

local Player = Window:NewTab("LocalPlayer")
local PlayerSection = Tab:NewSection("LocalPlayer")

PlayerSection:NewTextBox("Walkspeed", "Change your speed", function(txt)
	game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (txt)
end)

PlayerSection:NewTextBox("JumpPower", "JumpPower", function(txt)
	game.Players.LocalPlayer.Character.Humanoid.JumpPower = (txt)
end)

PlayerSection:NewTextBox("Gravity", "Gravity", function(txt)
	game.Players.LocalPlayer.Character.Humanoid.Gravity = (txt)
end)

Embed on website

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