Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local label = Instance.new("TextLabel")
- local Fadedloader = Instance.new("TextButton")
- local CarlHubloader = Instance.new("TextButton")
- local Raycodexloader = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
- main.Position = UDim2.new(0.665981472, 0, 0.226063833, 0)
- main.Size = UDim2.new(0, 302, 0, 192)
- main.Ative = true
- main.Draggable = true
- label.Name = "label"
- label.Parent = main
- label.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
- label.Position = UDim2.new(0.0231788084, 0, 0.03125, 0)
- label.Size = UDim2.new(0, 283, 0, 44)
- label.Font = Enum.Font.SourceSans
- label.Text = "main- Da hood Script hub X"
- label.TextColor3 = Color3.fromRGB(255, 255, 255)
- label.TextSize = 14.000
- Fadedloader.Name = "Faded loader"
- Fadedloader.Parent = main
- Fadedloader.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Fadedloader.Position = UDim2.new(0.0496688746, 0, 0.307291657, 0)
- Fadedloader.Size = UDim2.new(0, 269, 0, 34)
- Fadedloader.Font = Enum.Font.SourceSans
- Fadedloader.Text = "Faded loader"
- Fadedloader.TextColor3 = Color3.fromRGB(255, 255, 255)
- Fadedloader.TextSize = 14.000
- Fadedloader.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
- end)
- CarlHubloader.Name = "Carl Hub loader"
- CarlHubloader.Parent = main
- CarlHubloader.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- CarlHubloader.Position = UDim2.new(0.0529801324, 0, 0.520833313, 0)
- CarlHubloader.Size = UDim2.new(0, 269, 0, 34)
- CarlHubloader.Font = Enum.Font.SourceSans
- CarlHubloader.Text = "Carl Hub loader"
- CarlHubloader.TextColor3 = Color3.fromRGB(255, 255, 255)
- CarlHubloader.TextSize = 14.000
- CarlHubloader.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/carlcoded/carlispro/main/carlhub'))()
- end)
- Raycodexloader.Name = "Raycodex loader"
- Raycodexloader.Parent = main
- Raycodexloader.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Raycodexloader.Position = UDim2.new(0.0463576168, 0, 0.739583313, 0)
- Raycodexloader.Size = UDim2.new(0, 269, 0, 34)
- Raycodexloader.Font = Enum.Font.SourceSans
- Raycodexloader.Text = "Raycodex loader"
- Raycodexloader.TextColor3 = Color3.fromRGB(255, 255, 255)
- Raycodexloader.TextSize = 14.000
- Raycodexloader.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://5812737894")[1].Source)()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement