Advertisement
ohmaigah

boomerhub

Dec 6th, 2019
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. -- boomerhub
  2. -- Version: 1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local boomerhub = Instance.new("TextLabel")
  9. local reviz = Instance.new("TextButton")
  10. local iy = Instance.new("TextButton")
  11. local rose = Instance.new("TextButton")
  12. local prison = Instance.new("TextButton")
  13. local notify = Instance.new("TextLabel")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  22. Frame.BackgroundTransparency = 0.10000000149012
  23. Frame.BorderSizePixel = 0
  24. Frame.Position = UDim2.new(0.0225779787, 0, 0.0504776314, 0)
  25. Frame.Size = UDim2.new(0, 414, 0, 230)
  26. Frame.Active = true
  27. Frame.Draggable = true
  28.  
  29. boomerhub.Name = "boomerhub"
  30. boomerhub.Parent = Frame
  31. boomerhub.BackgroundColor3 = Color3.new(1, 0, 0.45098)
  32. boomerhub.BorderSizePixel = 0
  33. boomerhub.Size = UDim2.new(0, 414, 0, 39)
  34. boomerhub.Font = Enum.Font.SciFi
  35. boomerhub.Text = "boomerhub"
  36. boomerhub.TextColor3 = Color3.new(1, 1, 1)
  37. boomerhub.TextScaled = true
  38. boomerhub.TextSize = 14
  39. boomerhub.TextWrapped = true
  40.  
  41. reviz.Name = "reviz"
  42. reviz.Parent = Frame
  43. reviz.BackgroundColor3 = Color3.new(0, 0, 0)
  44. reviz.BackgroundTransparency = 1
  45. reviz.BorderSizePixel = 0
  46. reviz.Position = UDim2.new(0.0483091772, 0, 0.391304344, 0)
  47. reviz.Size = UDim2.new(0, 200, 0, 50)
  48. reviz.Font = Enum.Font.SciFi
  49. reviz.Text = "Reviz Admin"
  50. reviz.TextColor3 = Color3.new(1, 1, 1)
  51. reviz.TextSize = 20
  52. reviz.TextWrapped = true
  53. reviz.MouseButton1Down:connect(function()
  54. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true))()
  55. end)
  56. iy.Name = "iy"
  57. iy.Parent = Frame
  58. iy.BackgroundColor3 = Color3.new(0, 0, 0)
  59. iy.BackgroundTransparency = 1
  60. iy.BorderSizePixel = 0
  61. iy.Position = UDim2.new(0.468598992, 0, 0.391304344, 0)
  62. iy.Size = UDim2.new(0, 200, 0, 50)
  63. iy.Font = Enum.Font.SciFi
  64. iy.Text = "Infinite Yield"
  65. iy.TextColor3 = Color3.new(1, 1, 1)
  66. iy.TextSize = 20
  67. iy.TextWrapped = true
  68. iy.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/tzTXmYf2", true))()
  70. end)
  71.  
  72. rose.Name = "rose"
  73. rose.Parent = Frame
  74. rose.BackgroundColor3 = Color3.new(0, 0, 0)
  75. rose.BackgroundTransparency = 1
  76. rose.BorderSizePixel = 0
  77. rose.Position = UDim2.new(0.0483091474, 0, 0.673913062, 0)
  78. rose.Size = UDim2.new(0, 200, 0, 50)
  79. rose.Font = Enum.Font.SciFi
  80. rose.Text = "Rose Hub"
  81. rose.TextColor3 = Color3.new(1, 1, 1)
  82. rose.TextSize = 20
  83. rose.TextWrapped = true
  84. rose.MouseButton1Down:connect(function()
  85. loadstring(game:HttpGet("https://pastebin.com/raw/1BJj0fB4", true))()
  86. end)
  87.  
  88. prison.Name = "prison"
  89. prison.Parent = Frame
  90. prison.BackgroundColor3 = Color3.new(0, 0, 0)
  91. prison.BackgroundTransparency = 1
  92. prison.BorderSizePixel = 0
  93. prison.Position = UDim2.new(0.468598992, 0, 0.673913062, 0)
  94. prison.Size = UDim2.new(0, 200, 0, 50)
  95. prison.Font = Enum.Font.SciFi
  96. prison.Text = "PrisonBreaker"
  97. prison.TextColor3 = Color3.new(1, 1, 1)
  98. prison.TextSize = 20
  99. prison.MouseButton1Down:connect(function()
  100. loadstring(game:HttpGet("https://pastebin.com/raw/pPW4pg2i", true))()
  101. end)
  102.  
  103. notify.Name = "notify"
  104. notify.Parent = Frame
  105. notify.BackgroundColor3 = Color3.new(1, 0, 0.45098)
  106. notify.BackgroundTransparency = 1
  107. notify.BorderSizePixel = 0
  108. notify.Position = UDim2.new(0, 0, 0.221739128, 0)
  109. notify.Size = UDim2.new(0, 414, 0, 39)
  110. notify.Font = Enum.Font.SciFi
  111. notify.Text = "all scripts go to their respective owners"
  112. notify.TextColor3 = Color3.new(1, 1, 1)
  113. notify.TextSize = 14
  114. notify.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement