get paid to paste

Epsilon Lineage 2 Script | INFINITE SILVER,...

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
})

Pasted: Mar 22, 2023, 12:54:08 am
Views: 10