forgetfuldingo

Cereal Hub

Aug 6th, 2020 (edited)
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. -- Made by forgetfuldingo
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Hub = Instance.new("Frame")
  5. local Games = Instance.new("TextLabel")
  6. local PhantomForces = Instance.new("TextButton")
  7. local JailBreak = Instance.new("TextButton")
  8. local BuildaBoat = Instance.new("TextButton")
  9. local BrokenBones = Instance.new("TextButton")
  10. local MurderMystery2 = Instance.new("TextButton")
  11. local Arsenal = Instance.new("TextButton")
  12. local Admin = Instance.new("TextButton")
  13. local TextButton = Instance.new("TextButton")
  14. local Open = Instance.new("Frame")
  15. local OpenButton = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. Hub.Name = "Hub"
  22. Hub.Parent = ScreenGui
  23. Hub.BackgroundColor3 = Color3.fromRGB(225, 255, 175)
  24. Hub.Position = UDim2.new(0.0648535565, 0, 0.108303249, 0)
  25. Hub.Size = UDim2.new(0, 163, 0, 481)
  26. Hub.Active = true
  27. Hub.Draggable = true
  28.  
  29. Games.Name = "Games"
  30. Games.Parent = Hub
  31. Games.BackgroundColor3 = Color3.fromRGB(230, 34, 255)
  32. Games.Size = UDim2.new(0, 163, 0, 42)
  33. Games.Font = Enum.Font.Cartoon
  34. Games.Text = "Cereal Hub"
  35. Games.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. Games.TextSize = 22.000
  37.  
  38. PhantomForces.Name = "Phantom Forces"
  39. PhantomForces.Parent = Hub
  40. PhantomForces.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. PhantomForces.Position = UDim2.new(0.165644169, 0, 0.120582119, 0)
  42. PhantomForces.Size = UDim2.new(0, 109, 0, 43)
  43. PhantomForces.Font = Enum.Font.SourceSans
  44. PhantomForces.Text = "Phantom Forces"
  45. PhantomForces.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. PhantomForces.TextSize = 14.000
  47.  
  48. JailBreak.Name = "JailBreak"
  49. JailBreak.Parent = Hub
  50. JailBreak.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  51. JailBreak.Position = UDim2.new(0.165644169, 0, 0.230769232, 0)
  52. JailBreak.Size = UDim2.new(0, 109, 0, 43)
  53. JailBreak.Font = Enum.Font.SourceSans
  54. JailBreak.Text = "Jailbreak"
  55. JailBreak.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. JailBreak.TextSize = 14.000
  57. JailBreak.MouseButton1Down:connect(function()
  58. loadstring(game:HttpGet('https://pastebin.com/raw/mRifdPPr'))()
  59. end)
  60.  
  61. BuildaBoat.Name = "Build a Boat"
  62. BuildaBoat.Parent = Hub
  63. BuildaBoat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. BuildaBoat.Position = UDim2.new(0.165644169, 0, 0.34095633, 0)
  65. BuildaBoat.Size = UDim2.new(0, 109, 0, 43)
  66. BuildaBoat.Font = Enum.Font.SourceSans
  67. BuildaBoat.Text = "Build a Boat"
  68. BuildaBoat.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. BuildaBoat.TextSize = 14.000
  70.  
  71. BrokenBones.Name = "Broken Bones"
  72. BrokenBones.Parent = Hub
  73. BrokenBones.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. BrokenBones.Position = UDim2.new(0.165644169, 0, 0.455301464, 0)
  75. BrokenBones.Size = UDim2.new(0, 109, 0, 43)
  76. BrokenBones.Font = Enum.Font.SourceSans
  77. BrokenBones.Text = "Broken Bones IV"
  78. BrokenBones.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. BrokenBones.TextSize = 14.000
  80.  
  81. MurderMystery2.Name = "Murder Mystery 2"
  82. MurderMystery2.Parent = Hub
  83. MurderMystery2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  84. MurderMystery2.Position = UDim2.new(0.165644169, 0, 0.567567587, 0)
  85. MurderMystery2.Size = UDim2.new(0, 109, 0, 43)
  86. MurderMystery2.Font = Enum.Font.SourceSans
  87. MurderMystery2.Text = "Murder Mystery 2"
  88. MurderMystery2.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. MurderMystery2.TextSize = 14.000
  90.  
  91. Arsenal.Name = "Arsenal"
  92. Arsenal.Parent = Hub
  93. Arsenal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. Arsenal.Position = UDim2.new(0.165644169, 0, 0.67983371, 0)
  95. Arsenal.Size = UDim2.new(0, 109, 0, 43)
  96. Arsenal.Font = Enum.Font.SourceSans
  97. Arsenal.Text = "Arsenal"
  98. Arsenal.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. Arsenal.TextSize = 14.000
  100.  
  101. Admin.Name = "Admin"
  102. Admin.Parent = Hub
  103. Admin.BackgroundColor3 = Color3.fromRGB(202, 202, 202)
  104. Admin.Position = UDim2.new(0.165644169, 0, 0.864864886, 0)
  105. Admin.Size = UDim2.new(0, 109, 0, 43)
  106. Admin.Font = Enum.Font.SourceSans
  107. Admin.Text = "Admin"
  108. Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
  109. Admin.TextSize = 14.000
  110.  
  111. TextButton.Parent = Hub
  112. TextButton.BackgroundColor3 = Color3.fromRGB(203, 44, 47)
  113. TextButton.Position = UDim2.new(0.852760732, 0, 0, 0)
  114. TextButton.Size = UDim2.new(0, 24, 0, 21)
  115. TextButton.Font = Enum.Font.SourceSans
  116. TextButton.Text = "X"
  117. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  118. TextButton.TextSize = 18.000
  119. TextButton.MouseButton1Down:connect(function()
  120. Open.Visible = true
  121. Hub.Visible = false
  122. end)
  123.  
  124. Open.Name = "Open"
  125. Open.Parent = ScreenGui
  126. Open.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  127. Open.Position = UDim2.new(0.924686134, 0, 0.422382683, 0)
  128. Open.Size = UDim2.new(0, 72, 0, 57)
  129. Open.Active = true
  130. Open.Draggable = true
  131.  
  132. OpenButton.Name = "OpenButton"
  133. OpenButton.Parent = Open
  134. OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  135. OpenButton.Size = UDim2.new(0, 100, 0, 33)
  136. OpenButton.Font = Enum.Font.SourceSans
  137. OpenButton.Text = "Open"
  138. OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  139. OpenButton.TextSize = 14.000
  140. OpenButton.MouseButton1Down:connect(function()
  141. Open.Visible = false
  142. Hub.Visible = true
  143. end)
  144.  
Add Comment
Please, Sign In to add comment