Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by forgetfuldingo
- local ScreenGui = Instance.new("ScreenGui")
- local Hub = Instance.new("Frame")
- local Games = Instance.new("TextLabel")
- local PhantomForces = Instance.new("TextButton")
- local JailBreak = Instance.new("TextButton")
- local BuildaBoat = Instance.new("TextButton")
- local BrokenBones = Instance.new("TextButton")
- local MurderMystery2 = Instance.new("TextButton")
- local Arsenal = Instance.new("TextButton")
- local Admin = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local Open = Instance.new("Frame")
- local OpenButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Hub.Name = "Hub"
- Hub.Parent = ScreenGui
- Hub.BackgroundColor3 = Color3.fromRGB(225, 255, 175)
- Hub.Position = UDim2.new(0.0648535565, 0, 0.108303249, 0)
- Hub.Size = UDim2.new(0, 163, 0, 481)
- Hub.Active = true
- Hub.Draggable = true
- Games.Name = "Games"
- Games.Parent = Hub
- Games.BackgroundColor3 = Color3.fromRGB(230, 34, 255)
- Games.Size = UDim2.new(0, 163, 0, 42)
- Games.Font = Enum.Font.Cartoon
- Games.Text = "Cereal Hub"
- Games.TextColor3 = Color3.fromRGB(0, 0, 0)
- Games.TextSize = 22.000
- PhantomForces.Name = "Phantom Forces"
- PhantomForces.Parent = Hub
- PhantomForces.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PhantomForces.Position = UDim2.new(0.165644169, 0, 0.120582119, 0)
- PhantomForces.Size = UDim2.new(0, 109, 0, 43)
- PhantomForces.Font = Enum.Font.SourceSans
- PhantomForces.Text = "Phantom Forces"
- PhantomForces.TextColor3 = Color3.fromRGB(0, 0, 0)
- PhantomForces.TextSize = 14.000
- JailBreak.Name = "JailBreak"
- JailBreak.Parent = Hub
- JailBreak.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JailBreak.Position = UDim2.new(0.165644169, 0, 0.230769232, 0)
- JailBreak.Size = UDim2.new(0, 109, 0, 43)
- JailBreak.Font = Enum.Font.SourceSans
- JailBreak.Text = "Jailbreak"
- JailBreak.TextColor3 = Color3.fromRGB(0, 0, 0)
- JailBreak.TextSize = 14.000
- JailBreak.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/mRifdPPr'))()
- end)
- BuildaBoat.Name = "Build a Boat"
- BuildaBoat.Parent = Hub
- BuildaBoat.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BuildaBoat.Position = UDim2.new(0.165644169, 0, 0.34095633, 0)
- BuildaBoat.Size = UDim2.new(0, 109, 0, 43)
- BuildaBoat.Font = Enum.Font.SourceSans
- BuildaBoat.Text = "Build a Boat"
- BuildaBoat.TextColor3 = Color3.fromRGB(0, 0, 0)
- BuildaBoat.TextSize = 14.000
- BrokenBones.Name = "Broken Bones"
- BrokenBones.Parent = Hub
- BrokenBones.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BrokenBones.Position = UDim2.new(0.165644169, 0, 0.455301464, 0)
- BrokenBones.Size = UDim2.new(0, 109, 0, 43)
- BrokenBones.Font = Enum.Font.SourceSans
- BrokenBones.Text = "Broken Bones IV"
- BrokenBones.TextColor3 = Color3.fromRGB(0, 0, 0)
- BrokenBones.TextSize = 14.000
- MurderMystery2.Name = "Murder Mystery 2"
- MurderMystery2.Parent = Hub
- MurderMystery2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MurderMystery2.Position = UDim2.new(0.165644169, 0, 0.567567587, 0)
- MurderMystery2.Size = UDim2.new(0, 109, 0, 43)
- MurderMystery2.Font = Enum.Font.SourceSans
- MurderMystery2.Text = "Murder Mystery 2"
- MurderMystery2.TextColor3 = Color3.fromRGB(0, 0, 0)
- MurderMystery2.TextSize = 14.000
- Arsenal.Name = "Arsenal"
- Arsenal.Parent = Hub
- Arsenal.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Arsenal.Position = UDim2.new(0.165644169, 0, 0.67983371, 0)
- Arsenal.Size = UDim2.new(0, 109, 0, 43)
- Arsenal.Font = Enum.Font.SourceSans
- Arsenal.Text = "Arsenal"
- Arsenal.TextColor3 = Color3.fromRGB(0, 0, 0)
- Arsenal.TextSize = 14.000
- Admin.Name = "Admin"
- Admin.Parent = Hub
- Admin.BackgroundColor3 = Color3.fromRGB(202, 202, 202)
- Admin.Position = UDim2.new(0.165644169, 0, 0.864864886, 0)
- Admin.Size = UDim2.new(0, 109, 0, 43)
- Admin.Font = Enum.Font.SourceSans
- Admin.Text = "Admin"
- Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
- Admin.TextSize = 14.000
- TextButton.Parent = Hub
- TextButton.BackgroundColor3 = Color3.fromRGB(203, 44, 47)
- TextButton.Position = UDim2.new(0.852760732, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 24, 0, 21)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.TextSize = 18.000
- TextButton.MouseButton1Down:connect(function()
- Open.Visible = true
- Hub.Visible = false
- end)
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
- Open.Position = UDim2.new(0.924686134, 0, 0.422382683, 0)
- Open.Size = UDim2.new(0, 72, 0, 57)
- Open.Active = true
- Open.Draggable = true
- OpenButton.Name = "OpenButton"
- OpenButton.Parent = Open
- OpenButton.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
- OpenButton.Size = UDim2.new(0, 100, 0, 33)
- OpenButton.Font = Enum.Font.SourceSans
- OpenButton.Text = "Open"
- OpenButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- OpenButton.TextSize = 14.000
- OpenButton.MouseButton1Down:connect(function()
- Open.Visible = false
- Hub.Visible = true
- end)
Add Comment
Please, Sign In to add comment