Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UIGradient = Instance.new("UIGradient")
- local TextLabel = Instance.new("TextLabel")
- local UIGradient_2 = Instance.new("UIGradient")
- local TextLabel_2 = Instance.new("TextLabel")
- local UIGradient_3 = Instance.new("UIGradient")
- local TextButton = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local UIGradient_4 = Instance.new("UIGradient")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.272364169, 0, 0.64711082, 0)
- Frame.Size = UDim2.new(0, 177, 0, 188)
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(19, 11, 255)), ColorSequenceKeypoint.new(0.46, Color3.fromRGB(29, 217, 255)), ColorSequenceKeypoint.new(0.73, Color3.fromRGB(78, 110, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(78, 134, 255))}
- UIGradient.Parent = Frame
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 177, 0, 42)
- TextLabel.Font = Enum.Font.Unknown
- TextLabel.Text = "Backdoor Exe"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 23.000
- UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(6, 155, 255)), ColorSequenceKeypoint.new(0.15, Color3.fromRGB(84, 17, 255)), ColorSequenceKeypoint.new(0.29, Color3.fromRGB(8, 201, 255)), ColorSequenceKeypoint.new(0.42, Color3.fromRGB(64, 105, 255)), ColorSequenceKeypoint.new(0.55, Color3.fromRGB(52, 143, 255)), ColorSequenceKeypoint.new(0.66, Color3.fromRGB(6, 160, 255)), ColorSequenceKeypoint.new(0.80, Color3.fromRGB(6, 23, 255)), ColorSequenceKeypoint.new(0.89, Color3.fromRGB(77, 32, 255)), ColorSequenceKeypoint.new(0.96, Color3.fromRGB(82, 85, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(78, 96, 255))}
- UIGradient_2.Parent = TextLabel
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0, 0, 0.776595771, 0)
- TextLabel_2.Size = UDim2.new(0, 177, 0, 42)
- TextLabel_2.Font = Enum.Font.SourceSansBold
- TextLabel_2.Text = "Made By @uko33210"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 23.000
- UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(2, 145, 255)), ColorSequenceKeypoint.new(0.14, Color3.fromRGB(53, 66, 255)), ColorSequenceKeypoint.new(0.22, Color3.fromRGB(16, 20, 255)), ColorSequenceKeypoint.new(0.32, Color3.fromRGB(53, 211, 255)), ColorSequenceKeypoint.new(0.44, Color3.fromRGB(16, 171, 255)), ColorSequenceKeypoint.new(0.51, Color3.fromRGB(51, 0, 255)), ColorSequenceKeypoint.new(0.58, Color3.fromRGB(73, 57, 255)), ColorSequenceKeypoint.new(0.70, Color3.fromRGB(20, 3, 255)), ColorSequenceKeypoint.new(0.79, Color3.fromRGB(43, 191, 255)), ColorSequenceKeypoint.new(0.86, Color3.fromRGB(88, 160, 255)), ColorSequenceKeypoint.new(0.93, Color3.fromRGB(108, 110, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(35, 46, 255))}
- UIGradient_3.Parent = TextLabel_2
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.0338983051, 0, 0.271276593, 0)
- TextButton.Size = UDim2.new(0, 165, 0, 88)
- TextButton.Font = Enum.Font.SourceSansBold
- TextButton.Text = "Execute"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 40.000
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script'))()
- end)
- UICorner.Parent = TextButton
- UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(15, 71, 255)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(88, 46, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(174, 60, 255))}
- UIGradient_4.Parent = TextButton
- -- Scripts:
- local function LMFTU_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- script.Parent.Draggable = true
- script.Parent.Active = true
- end
- coroutine.wrap(LMFTU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement