local a=loadstring(game:HttpGet("https://raw.githubusercontent.com/deividcomsono/Obsidian/refs/heads/main/Library.lua"))()local b=a:CreateWindow({Title="Felisian",Footer="The $1,000,000 Jump Rope",ToggleKeybind=Enum.KeyCode.RightControl,Center=true,AutoShow=true})local c=b:AddTab("Main","house")local d=c:AddLeftGroupbox("Game")d:AddButton({Text="Disable Rope",Func=function()local e=workspace:FindFirstChild("Spin_Rope")if e then e:Destroy()end end})d:AddButton({Text="Finish Game",Func=function()local f=workspace:GetChildren()[153]local g=game.Players.LocalPlayer;if f and g.Character and g.Character:FindFirstChild("HumanoidRootPart")then g.Character.HumanoidRootPart.CFrame=f.CFrame end end})