--BROUGHT TO YOU BY RobloxScripter.com!--
local Library = loadstring(game:HttpGet('https://raw.githubusercontent.com/Loco-CTO/UI-Library/main/VisionLibV2/source.lua'))()
local Window = Library:Create({
Name = "Eagle2Exploit",
Footer = "By Voxle",
ToggleKey = Enum.KeyCode.RightShift,
LoadedCallback = function()
end,
KeySystem = false,
})
local Tab = Window:Tab({
Name = "Main",
Icon = "rbxassetid://11396131982",
Color = Color3.new(1, 0, 0)
})
local Section = Tab:Section({
Name = "Section"
})
Section:Button({
Name = "Teleport to Eagle2",
Callback = function()
fireclickdetector(game:GetService("Workspace")["The Eagle2"].ClickDetector)
end
})
Section:Button({
Name = "Teleport to Beam",
Callback = function()
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4660.8999, -1096.47449, 1154.19995, 0, 1, -0, -1, 0, 0, 0, 0, 1)
end
})