Advertisement
tuber93s

meepcity and brookhaven script by tuber93

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