Advertisement
proHDscirpts

Untitled

May 26th, 2022
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local label = Instance.new("TextLabel")
  6. local Fadedloader = Instance.new("TextButton")
  7. local CarlHubloader = Instance.new("TextButton")
  8. local Raycodexloader = Instance.new("TextButton")
  9.  
  10. --Properties:
  11.  
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. main.Name = "main"
  15. main.Parent = ScreenGui
  16. main.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  17. main.Position = UDim2.new(0.665981472, 0, 0.226063833, 0)
  18. main.Size = UDim2.new(0, 302, 0, 192)
  19. main.Ative = true
  20. main.Draggable = true
  21.  
  22. label.Name = "label"
  23. label.Parent = main
  24. label.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  25. label.Position = UDim2.new(0.0231788084, 0, 0.03125, 0)
  26. label.Size = UDim2.new(0, 283, 0, 44)
  27. label.Font = Enum.Font.SourceSans
  28. label.Text = "main- Da hood Script hub X"
  29. label.TextColor3 = Color3.fromRGB(255, 255, 255)
  30. label.TextSize = 14.000
  31.  
  32. Fadedloader.Name = "Faded loader"
  33. Fadedloader.Parent = main
  34. Fadedloader.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. Fadedloader.Position = UDim2.new(0.0496688746, 0, 0.307291657, 0)
  36. Fadedloader.Size = UDim2.new(0, 269, 0, 34)
  37. Fadedloader.Font = Enum.Font.SourceSans
  38. Fadedloader.Text = "Faded loader"
  39. Fadedloader.TextColor3 = Color3.fromRGB(255, 255, 255)
  40. Fadedloader.TextSize = 14.000
  41. Fadedloader.MouseButton1Down:connect(function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
  43. end)
  44.  
  45. CarlHubloader.Name = "Carl Hub loader"
  46. CarlHubloader.Parent = main
  47. CarlHubloader.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  48. CarlHubloader.Position = UDim2.new(0.0529801324, 0, 0.520833313, 0)
  49. CarlHubloader.Size = UDim2.new(0, 269, 0, 34)
  50. CarlHubloader.Font = Enum.Font.SourceSans
  51. CarlHubloader.Text = "Carl Hub loader"
  52. CarlHubloader.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. CarlHubloader.TextSize = 14.000
  54. CarlHubloader.MouseButton1Down:connect(function()
  55. loadstring(game:HttpGet('https://raw.githubusercontent.com/carlcoded/carlispro/main/carlhub'))()
  56. end)
  57.  
  58.  
  59. Raycodexloader.Name = "Raycodex loader"
  60. Raycodexloader.Parent = main
  61. Raycodexloader.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. Raycodexloader.Position = UDim2.new(0.0463576168, 0, 0.739583313, 0)
  63. Raycodexloader.Size = UDim2.new(0, 269, 0, 34)
  64. Raycodexloader.Font = Enum.Font.SourceSans
  65. Raycodexloader.Text = "Raycodex loader"
  66. Raycodexloader.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. Raycodexloader.TextSize = 14.000
  68. Raycodexloader.MouseButton1Down:connect(function()
  69. loadstring(game:GetObjects("rbxassetid://5812737894")[1].Source)()
  70. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement