local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))() local window = DrRayLibrary:Load("DrRay", "Default") local tab = DrRayLibrary. newTab("Event", "https://tr.rbxcdn.com/069c19ca4a9cddd58f8c718fa0ef31d9/150/150/Image/Png") tab.newButton("TP to phantom event", " Phantom Event whitout get burger", function() loadstring(game:HttpGet("https://pastebin.com/raw/Bp8iMw7p"))() end) tab.newButton("TP to Vanguard Event", "Vanguard Event whitout burger", function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(80002.4375, 26044.7539, -553.68042, 0, 0, -1, 0, 1, 0, 1, 0, 0) end) tab.newButton("TP to april fools Recon", "You need 7 bobux lol", function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(80440.5469, 26009.2285, -169.199783, 1, 0, 0, 0, 1, 0, 0, 0, 1) end) tab.newButton("TP to Lobby", "no have lol", function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(1.73008537, 31.9843998, 12.0963774, 0, 0, 1, 0, 1, -0, -1, 0, 0) end) local tab = DrRayLibrary.newTab("chapter", "ImageIdHere") tab.newButton("Inf Yeild", "Inf Yeild lol", function() loadstring(game:HttpGet(' https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) tab.newButton("Fly", "Fly for mobile", function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-FLY-GUI-V3-8031"))() end) tab.newSlider("Speed", "Speed for you", 100, false, function(num) game:GetService("RunService").Heartbeat:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = sliderValue end) end) local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))() local window = DrRayLibrary:Load("DrRay", "Default") local tab = DrRayLibrary.newTab("Event", "https://tr.rbxcdn.com/069c19ca4a9cddd58f8c718fa0ef31d9/150/150/Image/Png") tab.newButton("TP to phantom event", "Phantom Event without get burger", function() loadstring(game:HttpGet("https://pastebin.com/raw/Bp8iMw7p"))() end) tab.newButton("TP to Vanguard Event", "Vanguard Event without burger", function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(80002.4375, 26044.7539, -553.68042, 0, 0, -1, 0, 1, 0, 1, 0, 0) end) tab.newButton("TP to april fools Recon", "You need 7 bobux lol", function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(80440.5469, 26009.2285, -169.199783, 1, 0, 0, 0, 1, 0, 0, 0, 1) end) tab.newButton("TP to Lobby", "no have lol", function() local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(1.73008537, 31.9843998, 12.0963774, 0, 0, 1, 0, 1, -0, -1, 0, 0) end) local tab = DrRayLibrary.newTab("chapter", "ImageIdHere") tab.newButton("Inf Yeild", "Inf Yeild lol", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) tab.newButton("Fly", "Fly for mobile", function() loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-FLY-GUI-V3-8031"))() end) local sliderValue = 1 -- Default value for speed tab.newSlider("Speed", "Speed for you", 100, false, function(num) -- Store the value of the slider in the variable sliderValue sliderValue = num end) game:GetService("RunService").Heartbeat:Connect(function() -- Adjust the walkspeed of the local player based on the slider value game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = sliderValue end) tab.newSlider("Jump Power", "jump power for you", 1000, false, function(num) game.Players.LocalPlayer.Character.Humanoid.JumpPower = (num) -- Set the jump power value to 100 end) local floating = false tab.newToggle("Toggle Floating", "Toggle floating mode", false, function(toggleState) floating = toggleState if floating then game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(0, 50, 0) game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false else game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(0, 0, 0) game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true end end)