Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Meepcity and Brookhaven script
- --Hope You Have Fun!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local script1 = Instance.new("TextButton")
- local script2 = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
- main.Position = UDim2.new(0.0313111544, 0, 0.590099037, 0)
- main.Size = UDim2.new(0, 187, 0, 207)
- main.Active = true
- main.Draggable = true
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Size = UDim2.new(0, 187, 0, 45)
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = "tuber93 script gui"
- TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- script1.Name = "script1"
- script1.Parent = main
- script1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- script1.Position = UDim2.new(-0.00284584565, 0, 0.217264816, 0)
- script1.Size = UDim2.new(0, 187, 0, 70)
- script1.Font = Enum.Font.SourceSans
- script1.Text = "meepcity script"
- script1.TextColor3 = Color3.fromRGB(0, 0, 0)
- script1.TextScaled = true
- script1.TextSize = 20.000
- script1.TextWrapped = true
- script1.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/synolope/meepcracked/main/loader.lua'))()
- end)
- script2.Name = "script2"
- script2.Parent = main
- script2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- script2.Position = UDim2.new(0, 0, 0.64990145, 0)
- script2.Size = UDim2.new(0, 187, 0, 72)
- script2.Font = Enum.Font.SourceSans
- script2.Text = "brookhaven script"
- script2.TextColor3 = Color3.fromRGB(0, 0, 0)
- script2.TextScaled = true
- script2.TextSize = 20.000
- script2.TextWrapped = true
- script2.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
- end)
- TextButton.Parent = main
- TextButton.TextWrapped = true
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton.Position = UDim2.new(0.812834203, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 35, 0, 21)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement