Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local UICorner_2 = Instance.new("UICorner")
- local TextButton = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
- main.Position = UDim2.new(0.042998258, 0, 0.218574107, 0)
- main.Size = UDim2.new(0, 504, 0, 486)
- main.Active = true
- main.Draggable = true
- UICorner.CornerRadius = UDim.new(0, 15)
- UICorner.Parent = main
- Frame.Parent = main
- Frame.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
- Frame.Position = UDim2.new(0.039682541, 0, -0.0308641978, 0)
- Frame.Size = UDim2.new(0, 463, 0, 57)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.0799136087, 0, 0.132012099, 0)
- TextLabel.Size = UDim2.new(0, 388, 0, 61)
- TextLabel.Font = Enum.Font.LuckiestGuy
- TextLabel.Text = "Vezer Hub"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- UICorner_2.CornerRadius = UDim.new(0, 20)
- UICorner_2.Parent = Frame
- TextButton.Parent = main
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BackgroundTransparency = 0.500
- TextButton.Position = UDim2.new(0.0198412389, 0, 0.123456791, 0)
- TextButton.Size = UDim2.new(0, 478, 0, 56)
- TextButton.Font = Enum.Font.FredokaOne
- TextButton.Text = "Vezer Hub"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/ShibsDad/Vezer-Script-Pet-Simulator-X/main/Vezer%20Hub'))()
- end)
- UICorner_3.CornerRadius = UDim.new(0, 20)
- UICorner_3.Parent = TextButton
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement