Advertisement
Gillranveer12

Meepcity and Brookhaven script

Jan 2nd, 2023
599
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 1 0
  1. --Meepcity and Brookhaven script
  2.  
  3. --Hope You Have Fun!
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local script1 = Instance.new("TextButton")
  8. local script2 = Instance.new("TextButton")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. main.Name = "main"
  16. main.Parent = ScreenGui
  17. main.BackgroundColor3 = Color3.fromRGB(57, 57, 57)
  18. main.Position = UDim2.new(0.0313111544, 0, 0.590099037, 0)
  19. main.Size = UDim2.new(0, 187, 0, 207)
  20. main.Active = true
  21. main.Draggable = true
  22.  
  23. TextLabel.Parent = main
  24. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  25. TextLabel.Size = UDim2.new(0, 187, 0, 45)
  26. TextLabel.Font = Enum.Font.GothamBold
  27. TextLabel.Text = "tuber93 script gui"
  28. TextLabel.TextColor3 = Color3.fromRGB(255, 0, 0)
  29. TextLabel.TextScaled = true
  30. TextLabel.TextSize = 14.000
  31. TextLabel.TextWrapped = true
  32.  
  33. script1.Name = "script1"
  34. script1.Parent = main
  35. script1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  36. script1.Position = UDim2.new(-0.00284584565, 0, 0.217264816, 0)
  37. script1.Size = UDim2.new(0, 187, 0, 70)
  38. script1.Font = Enum.Font.SourceSans
  39. script1.Text = "meepcity script"
  40. script1.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. script1.TextScaled = true
  42. script1.TextSize = 20.000
  43. script1.TextWrapped = true
  44. script1.MouseButton1Down:connect(function()
  45. loadstring(game:HttpGet('https://raw.githubusercontent.com/synolope/meepcracked/main/loader.lua'))()
  46. end)
  47.  
  48. script2.Name = "script2"
  49. script2.Parent = main
  50. script2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  51. script2.Position = UDim2.new(0, 0, 0.64990145, 0)
  52. script2.Size = UDim2.new(0, 187, 0, 72)
  53. script2.Font = Enum.Font.SourceSans
  54. script2.Text = "brookhaven script"
  55. script2.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. script2.TextScaled = true
  57. script2.TextSize = 20.000
  58. script2.TextWrapped = true
  59. script2.MouseButton1Down:connect(function()
  60. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  61. end)
  62. TextButton.Parent = main
  63. TextButton.TextWrapped = true
  64. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  65. TextButton.Position = UDim2.new(0.812834203, 0, 0, 0)
  66. TextButton.Size = UDim2.new(0, 35, 0, 21)
  67. TextButton.Font = Enum.Font.SourceSans
  68. TextButton.Text = "X"
  69. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. TextButton.TextScaled = true
  71. TextButton.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement