Advertisement
robloxgamerplayer

lalol hub roblox

Apr 4th, 2024
2,306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local UIGradient = Instance.new("UIGradient")
  4. local TextLabel = Instance.new("TextLabel")
  5. local UIGradient_2 = Instance.new("UIGradient")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local UIGradient_3 = Instance.new("UIGradient")
  8. local TextButton = Instance.new("TextButton")
  9. local UICorner = Instance.new("UICorner")
  10. local UIGradient_4 = Instance.new("UIGradient")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  15. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  16.  
  17. Frame.Parent = ScreenGui
  18. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  20. Frame.BorderSizePixel = 0
  21. Frame.Position = UDim2.new(0.272364169, 0, 0.64711082, 0)
  22. Frame.Size = UDim2.new(0, 177, 0, 188)
  23.  
  24. 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))}
  25. UIGradient.Parent = Frame
  26.  
  27. TextLabel.Parent = Frame
  28. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  29. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  30. TextLabel.BorderSizePixel = 0
  31. TextLabel.Size = UDim2.new(0, 177, 0, 42)
  32. TextLabel.Font = Enum.Font.Unknown
  33. TextLabel.Text = "Backdoor Exe"
  34. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. TextLabel.TextSize = 23.000
  36.  
  37. 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))}
  38. UIGradient_2.Parent = TextLabel
  39.  
  40. TextLabel_2.Parent = Frame
  41. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  43. TextLabel_2.BorderSizePixel = 0
  44. TextLabel_2.Position = UDim2.new(0, 0, 0.776595771, 0)
  45. TextLabel_2.Size = UDim2.new(0, 177, 0, 42)
  46. TextLabel_2.Font = Enum.Font.SourceSansBold
  47. TextLabel_2.Text = "Made By @uko33210"
  48. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. TextLabel_2.TextSize = 23.000
  50.  
  51. 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))}
  52. UIGradient_3.Parent = TextLabel_2
  53.  
  54. TextButton.Parent = Frame
  55. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  57. TextButton.BorderSizePixel = 0
  58. TextButton.Position = UDim2.new(0.0338983051, 0, 0.271276593, 0)
  59. TextButton.Size = UDim2.new(0, 165, 0, 88)
  60. TextButton.Font = Enum.Font.SourceSansBold
  61. TextButton.Text = "Execute"
  62. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  63. TextButton.TextSize = 40.000
  64. TextButton.MouseButton1Down:connect(function()
  65. loadstring(game:HttpGet('https://raw.githubusercontent.com/Its-LALOL/LALOL-Hub/main/Backdoor-Scanner/script'))()
  66. end)
  67. UICorner.Parent = TextButton
  68.  
  69. 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))}
  70. UIGradient_4.Parent = TextButton
  71.  
  72. -- Scripts:
  73.  
  74. local function LMFTU_fake_script() -- Frame.LocalScript
  75. local script = Instance.new('LocalScript', Frame)
  76.  
  77. script.Parent.Draggable = true
  78. script.Parent.Active = true
  79.  
  80. end
  81. coroutine.wrap(LMFTU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement