-- Gui to Lua -- Version: 3.1 -- Instances: local LennyAPI = Instance.new("ScreenGui") local FrameAPI = Instance.new("Frame") local Close = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local Frame = Instance.new("Frame") local label = Instance.new("Frame") local TextLabel_3 = Instance.new("TextLabel") local NotMain = Instance.new("TextButton") local Frame_2 = Instance.new("Frame") --Properties: LennyAPI.Name = "LennyAPI" LennyAPI.Parent = game.CoreGui FrameAPI.Name = "FrameAPI" FrameAPI.Parent = LennyAPI FrameAPI.BackgroundColor3 = Color3.fromRGB(30, 30, 30) FrameAPI.BackgroundTransparency = 0.500 FrameAPI.Position = UDim2.new(0.859778523, 0, 0.773539901, 0) FrameAPI.Size = UDim2.new(0, 222, 0, 92) Close.Name = "Close" Close.Parent = FrameAPI Close.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Close.BackgroundTransparency = 0.500 Close.Position = UDim2.new(0, 0, 0.771739125, 0) Close.Size = UDim2.new(0, 222, 0, 20) Close.Font = Enum.Font.SourceSans Close.Text = "Close" Close.TextColor3 = Color3.fromRGB(255, 255, 255) Close.TextSize = 17.000 Close.MouseButton1Down:connect(function() FrameAPI.Visible = false NotMain.Visible = true end) TextLabel.Parent = FrameAPI TextLabel.BackgroundColor3 = Color3.fromRGB(30, 30, 30) TextLabel.BackgroundTransparency = 0.500 TextLabel.Size = UDim2.new(0, 222, 0, 23) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Lenny API" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 20.000 TextLabel_2.Parent = FrameAPI TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0, 0, 0.315217406, 0) TextLabel_2.Size = UDim2.new(0, 222, 0, 33) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "Powerd By: lenny.yolasite.com" TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.TextSize = 14.000 Frame.Parent = FrameAPI Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(-0.000356863224, 0, 0.246441379, 0) Frame.Size = UDim2.new(0, 222, 0, 6) label.Name = "label" label.Parent = LennyAPI label.BackgroundColor3 = Color3.fromRGB(255, 255, 255) label.BackgroundTransparency = 0.500 label.Position = UDim2.new(0.00615006126, 0, 0.958283663, 0) label.Size = UDim2.new(0, 194, 0, 29) label.Visible = false TextLabel_3.Parent = label TextLabel_3.BackgroundColor3 = Color3.fromRGB(30, 30, 30) TextLabel_3.Size = UDim2.new(0, 170, 0, 28) TextLabel_3.Font = Enum.Font.SourceSans TextLabel_3.Text = "Lenny Loaded" TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.TextScaled = true TextLabel_3.TextSize = 14.000 TextLabel_3.TextWrapped = true NotMain.Name = "NotMain" NotMain.Parent = label NotMain.BackgroundColor3 = Color3.fromRGB(30, 30, 30) NotMain.Position = UDim2.new(0.876288652, 0, 0, 0) NotMain.Size = UDim2.new(0, 24, 0, 28) NotMain.Font = Enum.Font.SourceSans NotMain.Text = "X" NotMain.TextColor3 = Color3.fromRGB(255, 255, 255) NotMain.TextScaled = true NotMain.TextSize = 14.000 NotMain.TextWrapped = true NotMain.MouseButton1Down:connect(function() NotMain.Visible = false end) Frame_2.Parent = label Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame_2.BorderSizePixel = 0 Frame_2.Position = UDim2.new(-0.000356851175, 0, -0.236317605, 0) Frame_2.Size = UDim2.new(0, 194, 0, 6) -- Scripts: local function PQWSY_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 while wait(0.1)do script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 end end coroutine.wrap(PQWSY_fake_script)() local function NBEV_fake_script() -- Frame_2.LocalScript local script = Instance.new('LocalScript', Frame_2) function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end counter = 0 while wait(0.1)do script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1) counter = counter + 0.01 end end coroutine.wrap(NBEV_fake_script)()