local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))() local Window = Library.CreateLib("mx hub", "RJTheme3") local Tab = Window:NewTab("home") local Section = Tab:NewSection("thx for using my script") local Tab = Window:NewTab("main") local Section = Tab:NewSection("functions") Section:NewButton("teleport to end", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-26.1194534, -131.411011, 29773.1152, -0.999767423, -4.69619437e-08, 0.0215671547, -4.43803714e-08, 1, 1.20177901e-07, -0.0215671547, 1.19192791e-07, -0.999767423) end) Section:NewButton("free LB", "ButtonInfo", function() game:GetService("ReplicatedStorage"):WaitForChild("Lb"):FireServer() end) local Section = Tab:NewSection("spam") Section:NewButton("start spam", "ButtonInfo", function() _G.auto = true while _G.auto do local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage"):WaitForChild("ObbyFinished"):FireServer(unpack(args)) wait(0.01) end end) Section:NewButton("stop spam", "ButtonInfo", function() _G.auto = false while _G.auto do local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage"):WaitForChild("ObbyFinished"):FireServer(unpack(args)) wait(0.01) end end) local Tab = Window:NewTab("access") local Section = Tab:NewSection("free") Section:NewButton("bunker", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(56.8917236, -145.62088, 29706.8711, 0.64032048, 2.84524071e-09, -0.768107831, -3.77930007e-08, 1, -2.78012937e-08, 0.768107831, 4.68308379e-08, 0.64032048) end) Section:NewButton("room 1", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-75.1377258, -131.256851, 29909.0898, -0.99901396, -2.53541472e-08, -0.0443968289, -2.78730621e-08, 1, 5.61173081e-08, 0.0443968289, 5.72994523e-08, -0.99901396) end) Section:NewButton("room 2", "ButtonInfo", function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-114.669014, -131.285629, 29909.9492, -0.983003914, 6.72773304e-09, -0.183584467, -4.23501179e-10, 1, 3.89141661e-08, 0.183584467, 3.83305263e-08, -0.983003914) end) local Tab = Window:NewTab("radio") local Section = Tab:NewSection("blyaaa sound:2618158728") local Section = Tab:NewSection("still luv u:15689456690")