Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui Made By Noob_Hackel
- local InsertedObjects = Instance.new("ScreenGui")
- local Gradient = Instance.new("Frame")
- local TitleLabel = Instance.new("TextLabel")
- local UIGradient = Instance.new("UIGradient")
- local UICorner = Instance.new("UICorner")
- local _1Button = Instance.new("TextButton")
- local Shadow = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local _2Button = Instance.new("TextButton")
- local Shadow_2 = Instance.new("Frame")
- local TextLabel_2 = Instance.new("TextLabel")
- local _3Button = Instance.new("TextButton")
- local Shadow_3 = Instance.new("Frame")
- local TextLabel_3 = Instance.new("TextLabel")
- local _4Button = Instance.new("TextButton")
- local Shadow_4 = Instance.new("Frame")
- local TextLabel_4 = Instance.new("TextLabel")
- InsertedObjects.Name = "InsertedObjects"
- InsertedObjects.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Gradient.Name = "Gradient"
- Gradient.Parent = InsertedObjects
- Gradient.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Gradient.BorderColor3 = Color3.fromRGB(27, 42, 53)
- Gradient.BorderSizePixel = 0
- Gradient.Position = UDim2.new(0.395459414, 0, 0.325463653, 0)
- Gradient.Size = UDim2.new(0, 259, 0, 284)
- Gradient.Active = true
- Gradient.Draggable = true
- function onKeyPress(inputObject, gameProcessedEvent)
- if inputObject.KeyCode == Enum.KeyCode.RightShift then
- if Gradient.Visible == false then
- Gradient.Visible = true
- else
- Gradient.Visible = false
- end
- end
- end
- game:GetService("UserInputService").InputBegan:connect(onKeyPress)
- TitleLabel.Name = "TitleLabel"
- TitleLabel.Parent = Gradient
- TitleLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TitleLabel.BackgroundTransparency = 100.000
- TitleLabel.Position = UDim2.new(0.0454261824, 0, 0.0235794485, 0)
- TitleLabel.Size = UDim2.new(0, 236, 0, 45)
- TitleLabel.Font = Enum.Font.SourceSans
- TitleLabel.Text = "Dinosaur Simulator Script Hub By Noob_Hackel"
- TitleLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TitleLabel.TextScaled = true
- TitleLabel.TextSize = 15.000
- TitleLabel.TextWrapped = true
- UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(30, 30, 30)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(30, 30, 30))}
- UIGradient.Parent = Gradient
- UICorner.CornerRadius = UDim.new(0, 4)
- UICorner.Parent = Gradient
- _1Button.Name = "1Button"
- _1Button.Parent = Gradient
- _1Button.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
- _1Button.BorderSizePixel = 0
- _1Button.Position = UDim2.new(0.0634158775, 0, 0.203998774, 0)
- _1Button.Size = UDim2.new(0, 228, 0, 45)
- _1Button.ZIndex = 2
- _1Button.Font = Enum.Font.GothamSemibold
- _1Button.Text = ""
- _1Button.TextColor3 = Color3.fromRGB(255, 255, 255)
- _1Button.TextScaled = true
- _1Button.TextSize = 14.000
- _1Button.TextWrapped = true
- _1Button.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/MaGiXx228/scripts/main/Dinosaur%20Simulator%20v2.0.lua'),true))()
- end)
- Shadow.Name = "Shadow"
- Shadow.Parent = _1Button
- Shadow.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Shadow.BorderSizePixel = 0
- Shadow.Size = UDim2.new(1, 0, 1, 4)
- TextLabel.Parent = _1Button
- TextLabel.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderColor3 = Color3.fromRGB(27, 42, 53)
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextLabel.Size = UDim2.new(1, -20, 1, -20)
- TextLabel.ZIndex = 2
- TextLabel.Font = Enum.Font.GothamSemibold
- TextLabel.Text = "Dinosaur Simulator v2.0 Made By (MaGiXx And Threavs)"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- _2Button.Name = "2Button"
- _2Button.Parent = Gradient
- _2Button.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
- _2Button.BorderSizePixel = 0
- _2Button.Position = UDim2.new(0.063415885, 0, 0.398243397, 0)
- _2Button.Size = UDim2.new(0, 228, 0, 45)
- _2Button.ZIndex = 2
- _2Button.Font = Enum.Font.GothamSemibold
- _2Button.Text = ""
- _2Button.TextColor3 = Color3.fromRGB(255, 255, 255)
- _2Button.TextScaled = true
- _2Button.TextSize = 14.000
- _2Button.TextWrapped = true
- _2Button.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/ViperVenum/Xcum/main/Xcom.gg'),true))()
- -- Source : https://www.youtube.com/watch?v=eHYgZ7fVgGU
- end)
- Shadow_2.Name = "Shadow"
- Shadow_2.Parent = _2Button
- Shadow_2.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Shadow_2.BorderSizePixel = 0
- Shadow_2.Size = UDim2.new(1, 0, 1, 4)
- TextLabel_2.Parent = _2Button
- TextLabel_2.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextLabel_2.Size = UDim2.new(1, -20, 1, -20)
- TextLabel_2.ZIndex = 2
- TextLabel_2.Font = Enum.Font.GothamSemibold
- TextLabel_2.Text = "XcomGui Script"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- _3Button.Name = "3Button"
- _3Button.Parent = Gradient
- _3Button.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
- _3Button.BorderSizePixel = 0
- _3Button.Position = UDim2.new(0.063415885, 0, 0.596085072, 0)
- _3Button.Size = UDim2.new(0, 228, 0, 45)
- _3Button.ZIndex = 2
- _3Button.Font = Enum.Font.GothamSemibold
- _3Button.Text = ""
- _3Button.TextColor3 = Color3.fromRGB(255, 255, 255)
- _3Button.TextScaled = true
- _3Button.TextSize = 14.000
- _3Button.TextWrapped = true
- _3Button.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/yA8cxCVa'),true))()
- end)
- Shadow_3.Name = "Shadow"
- Shadow_3.Parent = _3Button
- Shadow_3.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Shadow_3.BorderSizePixel = 0
- Shadow_3.Size = UDim2.new(1, 0, 1, 4)
- TextLabel_3.Parent = _3Button
- TextLabel_3.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.BorderColor3 = Color3.fromRGB(27, 42, 53)
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextLabel_3.Size = UDim2.new(1, -20, 1, -20)
- TextLabel_3.ZIndex = 2
- TextLabel_3.Font = Enum.Font.GothamSemibold
- TextLabel_3.Text = "HYPGUI Reborn Made by Hypoiodous"
- TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- _4Button.Name = "4Button"
- _4Button.Parent = Gradient
- _4Button.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
- _4Button.BorderSizePixel = 0
- _4Button.Position = UDim2.new(0.063415885, 0, 0.793926835, 0)
- _4Button.Size = UDim2.new(0, 228, 0, 45)
- _4Button.ZIndex = 2
- _4Button.Font = Enum.Font.GothamSemibold
- _4Button.Text = ""
- _4Button.TextColor3 = Color3.fromRGB(255, 255, 255)
- _4Button.TextScaled = true
- _4Button.TextSize = 14.000
- _4Button.TextWrapped = true
- _4Button.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/NoobHackel/Dinosaur-Simulator-Script/main/ProjectROHCracked'),true))()
- end)
- Shadow_4.Name = "Shadow"
- Shadow_4.Parent = _4Button
- Shadow_4.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
- Shadow_4.BorderSizePixel = 0
- Shadow_4.Size = UDim2.new(1, 0, 1, 4)
- TextLabel_4.Parent = _4Button
- TextLabel_4.AnchorPoint = Vector2.new(0.5, 0.5)
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.BorderColor3 = Color3.fromRGB(27, 42, 53)
- TextLabel_4.BorderSizePixel = 0
- TextLabel_4.Position = UDim2.new(0.5, 0, 0.5, 0)
- TextLabel_4.Size = UDim2.new(1, -20, 1, -20)
- TextLabel_4.ZIndex = 2
- TextLabel_4.Font = Enum.Font.GothamSemibold
- TextLabel_4.Text = "Project ROH Cracked"
- TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14.000
- TextLabel_4.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement