Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PSZStarter = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Pets = Instance.new("Frame")
- local UIListLayout = Instance.new("UIListLayout")
- local bunny = Instance.new("TextButton")
- local UICorner = Instance.new("UICorner")
- local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
- local Picked = Instance.new("ImageLabel")
- local PetIcon = Instance.new("ImageLabel")
- local dog = Instance.new("TextButton")
- local PetIcon_2 = Instance.new("ImageLabel")
- local UICorner_2 = Instance.new("UICorner")
- local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
- local Picked_2 = Instance.new("ImageLabel")
- local cat = Instance.new("TextButton")
- local UICorner_3 = Instance.new("UICorner")
- local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
- local Picked_3 = Instance.new("ImageLabel")
- local PetIcon_3 = Instance.new("ImageLabel")
- local bladee = Instance.new("TextButton")
- local UICorner_4 = Instance.new("UICorner")
- local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
- local Picked_4 = Instance.new("ImageLabel")
- local PetIcon_4 = Instance.new("ImageLabel")
- local Title = Instance.new("TextLabel")
- local UICorner_5 = Instance.new("UICorner")
- local pattern = Instance.new("ImageLabel")
- local UICorner_6 = Instance.new("UICorner")
- local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
- local bg = Instance.new("Frame")
- local UICorner_7 = Instance.new("UICorner")
- local bg_2 = Instance.new("Frame")
- local UICorner_8 = Instance.new("UICorner")
- local Pick = Instance.new("ImageButton")
- local TextLabel = Instance.new("TextLabel")
- local UIPadding = Instance.new("UIPadding")
- local UIPadding_2 = Instance.new("UIPadding")
- --Properties:
- PSZStarter.Name = "PSZStarter"
- PSZStarter.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- PSZStarter.ResetOnSpawn = false
- Frame.Parent = PSZStarter
- Frame.Active = true
- Frame.AnchorPoint = Vector2.new(0.5, 0.5)
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
- Frame.Size = UDim2.new(0.224999994, 300, 0.800000012, 0)
- Frame.ZIndex = 3
- Pets.Name = "Pets"
- Pets.Parent = Frame
- Pets.AnchorPoint = Vector2.new(0.5, 0)
- Pets.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Pets.BorderSizePixel = 0
- Pets.Position = UDim2.new(0.499169379, 0, 0.336714059, 0)
- Pets.Size = UDim2.new(0.801985264, 0, 0.300000042, 25)
- Pets.ZIndex = 3
- UIListLayout.Parent = Pets
- UIListLayout.FillDirection = Enum.FillDirection.Horizontal
- UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
- UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Center
- UIListLayout.Padding = UDim.new(0.0450000018, 0)
- bunny.Name = "bunny"
- bunny.Parent = Pets
- bunny.AnchorPoint = Vector2.new(0.5, 0.5)
- bunny.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
- bunny.BorderSizePixel = 0
- bunny.LayoutOrder = 3
- bunny.Position = UDim2.new(0.666069686, 0, 0.493682712, 0)
- bunny.Size = UDim2.new(0.2532686, 0, 0.973036468, 0)
- bunny.ZIndex = 5
- bunny.AutoButtonColor = false
- bunny.Font = Enum.Font.GothamBold
- bunny.Text = ""
- bunny.TextColor3 = Color3.fromRGB(0, 0, 0)
- bunny.TextSize = 18.000
- UICorner.CornerRadius = UDim.new(1, 0)
- UICorner.Parent = bunny
- UIAspectRatioConstraint.Parent = bunny
- Picked.Name = "Picked"
- Picked.Parent = bunny
- Picked.AnchorPoint = Vector2.new(0.5, 0.5)
- Picked.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Picked.BackgroundTransparency = 1.000
- Picked.BorderSizePixel = 0
- Picked.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
- Picked.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
- Picked.Visible = false
- Picked.ZIndex = 11
- Picked.Image = "rbxassetid://6516386809"
- Picked.ScaleType = Enum.ScaleType.Fit
- PetIcon.Name = "PetIcon"
- PetIcon.Parent = bunny
- PetIcon.AnchorPoint = Vector2.new(0.5, 0.5)
- PetIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PetIcon.BackgroundTransparency = 1.000
- PetIcon.BorderSizePixel = 0
- PetIcon.Position = UDim2.new(0.5, 0, 0.5, 0)
- PetIcon.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
- PetIcon.ZIndex = 6
- PetIcon.Image = "rbxassetid://4360069633"
- PetIcon.ScaleType = Enum.ScaleType.Fit
- dog.Name = "dog"
- dog.Parent = Pets
- dog.AnchorPoint = Vector2.new(0.5, 0.5)
- dog.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
- dog.BorderSizePixel = 0
- dog.LayoutOrder = 2
- dog.Position = UDim2.new(0.369145006, 0, 0.493682712, 0)
- dog.Size = UDim2.new(0.2532686, 0, 0.973036468, 0)
- dog.ZIndex = 5
- dog.AutoButtonColor = false
- dog.Font = Enum.Font.GothamBold
- dog.Text = ""
- dog.TextColor3 = Color3.fromRGB(0, 0, 0)
- dog.TextSize = 18.000
- PetIcon_2.Name = "PetIcon"
- PetIcon_2.Parent = dog
- PetIcon_2.AnchorPoint = Vector2.new(0.5, 0.5)
- PetIcon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PetIcon_2.BackgroundTransparency = 1.000
- PetIcon_2.BorderSizePixel = 0
- PetIcon_2.Position = UDim2.new(0.5, 0, 0.5, 0)
- PetIcon_2.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
- PetIcon_2.ZIndex = 6
- PetIcon_2.Image = "rbxassetid://4360070694"
- PetIcon_2.ScaleType = Enum.ScaleType.Fit
- UICorner_2.CornerRadius = UDim.new(1, 0)
- UICorner_2.Parent = dog
- UIAspectRatioConstraint_2.Parent = dog
- Picked_2.Name = "Picked"
- Picked_2.Parent = dog
- Picked_2.AnchorPoint = Vector2.new(0.5, 0.5)
- Picked_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Picked_2.BackgroundTransparency = 1.000
- Picked_2.BorderSizePixel = 0
- Picked_2.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
- Picked_2.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
- Picked_2.Visible = false
- Picked_2.ZIndex = 11
- Picked_2.Image = "rbxassetid://6516386809"
- Picked_2.ScaleType = Enum.ScaleType.Fit
- cat.Name = "cat"
- cat.Parent = Pets
- cat.AnchorPoint = Vector2.new(0.5, 0.5)
- cat.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
- cat.BorderSizePixel = 0
- cat.LayoutOrder = 1
- cat.Position = UDim2.new(0.0722200572, 0, 0.493682712, 0)
- cat.Size = UDim2.new(0.2532686, 0, 0.973036468, 0)
- cat.ZIndex = 5
- cat.AutoButtonColor = false
- cat.Font = Enum.Font.GothamBold
- cat.Text = ""
- cat.TextColor3 = Color3.fromRGB(0, 0, 0)
- cat.TextSize = 18.000
- UICorner_3.CornerRadius = UDim.new(1, 0)
- UICorner_3.Parent = cat
- UIAspectRatioConstraint_3.Parent = cat
- Picked_3.Name = "Picked"
- Picked_3.Parent = cat
- Picked_3.AnchorPoint = Vector2.new(0.5, 0.5)
- Picked_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Picked_3.BackgroundTransparency = 1.000
- Picked_3.BorderSizePixel = 0
- Picked_3.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
- Picked_3.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
- Picked_3.Visible = false
- Picked_3.ZIndex = 11
- Picked_3.Image = "rbxassetid://6516386809"
- Picked_3.ScaleType = Enum.ScaleType.Fit
- PetIcon_3.Name = "PetIcon"
- PetIcon_3.Parent = cat
- PetIcon_3.AnchorPoint = Vector2.new(0.5, 0.5)
- PetIcon_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PetIcon_3.BackgroundTransparency = 1.000
- PetIcon_3.BorderSizePixel = 0
- PetIcon_3.Position = UDim2.new(0.5, 0, 0.5, 0)
- PetIcon_3.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
- PetIcon_3.ZIndex = 6
- PetIcon_3.Image = "rbxassetid://4360069887"
- PetIcon_3.ScaleType = Enum.ScaleType.Fit
- bladee.Name = "bladee"
- bladee.Parent = Pets
- bladee.AnchorPoint = Vector2.new(0.5, 0.5)
- bladee.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
- bladee.BorderSizePixel = 0
- bladee.LayoutOrder = 3
- bladee.Position = UDim2.new(0.962994576, 0, 0.493682712, 0)
- bladee.Size = UDim2.new(0.2532686, 0, 0.973036468, 0)
- bladee.ZIndex = 5
- bladee.AutoButtonColor = false
- bladee.Font = Enum.Font.GothamBold
- bladee.Text = ""
- bladee.TextColor3 = Color3.fromRGB(0, 0, 0)
- bladee.TextSize = 18.000
- UICorner_4.CornerRadius = UDim.new(1, 0)
- UICorner_4.Parent = bladee
- UIAspectRatioConstraint_4.Parent = bladee
- Picked_4.Name = "Picked"
- Picked_4.Parent = bladee
- Picked_4.AnchorPoint = Vector2.new(0.5, 0.5)
- Picked_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Picked_4.BackgroundTransparency = 1.000
- Picked_4.BorderSizePixel = 0
- Picked_4.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
- Picked_4.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
- Picked_4.Visible = false
- Picked_4.ZIndex = 11
- Picked_4.Image = "rbxassetid://6516386809"
- Picked_4.ScaleType = Enum.ScaleType.Fit
- PetIcon_4.Name = "PetIcon"
- PetIcon_4.Parent = bladee
- PetIcon_4.AnchorPoint = Vector2.new(0.5, 0.5)
- PetIcon_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- PetIcon_4.BackgroundTransparency = 1.000
- PetIcon_4.BorderSizePixel = 0
- PetIcon_4.Position = UDim2.new(0.5, 0, 0.5, 0)
- PetIcon_4.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
- PetIcon_4.ZIndex = 6
- PetIcon_4.Image = "rbxassetid://7795322930"
- PetIcon_4.ScaleType = Enum.ScaleType.Fit
- Title.Name = "Title"
- Title.Parent = Frame
- Title.AnchorPoint = Vector2.new(0.5, 0)
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.BorderSizePixel = 0
- Title.Position = UDim2.new(0.5, 0, 0.0500000007, 0)
- Title.Size = UDim2.new(0.850000024, 0, 0.150000006, 0)
- Title.ZIndex = 4
- Title.Font = Enum.Font.FredokaOne
- Title.Text = "~ Pick your pet! ~"
- Title.TextColor3 = Color3.fromRGB(59, 177, 252)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextWrapped = true
- UICorner_5.CornerRadius = UDim.new(0.075000003, 0)
- UICorner_5.Parent = Frame
- pattern.Name = "pattern"
- pattern.Parent = Frame
- pattern.AnchorPoint = Vector2.new(0.5, 0.5)
- pattern.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- pattern.BackgroundTransparency = 1.000
- pattern.BorderSizePixel = 0
- pattern.Position = UDim2.new(0.5, 0, 0.5, 0)
- pattern.Size = UDim2.new(1, 20, 1, 20)
- pattern.ZIndex = 3
- pattern.Image = "rbxassetid://6511368117"
- pattern.ImageColor3 = Color3.fromRGB(59, 180, 255)
- pattern.ImageTransparency = 0.950
- pattern.ScaleType = Enum.ScaleType.Tile
- pattern.TileSize = UDim2.new(0, 100, 0, 100)
- UICorner_6.CornerRadius = UDim.new(0.100000001, 0)
- UICorner_6.Parent = pattern
- UIAspectRatioConstraint_5.Parent = Frame
- UIAspectRatioConstraint_5.AspectRatio = 1.700
- bg.Name = "bg"
- bg.Parent = Frame
- bg.AnchorPoint = Vector2.new(0.5, 0.5)
- bg.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
- bg.BorderSizePixel = 0
- bg.Position = UDim2.new(0.484144419, 0, 0.522459805, 0)
- bg.Rotation = -2.000
- bg.Size = UDim2.new(1.00171137, 0, 1.00508034, 0)
- bg.ZIndex = -3
- UICorner_7.CornerRadius = UDim.new(0.100000001, 0)
- UICorner_7.Parent = bg
- bg_2.Name = "bg"
- bg_2.Parent = Frame
- bg_2.AnchorPoint = Vector2.new(0.5, 0.5)
- bg_2.BackgroundColor3 = Color3.fromRGB(28, 69, 82)
- bg_2.BorderSizePixel = 0
- bg_2.Position = UDim2.new(0.5, 0, 0.522459805, 0)
- bg_2.Rotation = -4.500
- bg_2.Size = UDim2.new(1, 0, 1.00508034, 0)
- bg_2.ZIndex = -4
- UICorner_8.CornerRadius = UDim.new(0.100000001, 0)
- UICorner_8.Parent = bg_2
- Pick.Name = "Pick"
- Pick.Parent = Frame
- Pick.AnchorPoint = Vector2.new(0.5, 0.5)
- Pick.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Pick.BackgroundTransparency = 1.000
- Pick.BorderSizePixel = 0
- Pick.Position = UDim2.new(0.521596491, 0, 0.799099147, 20)
- Pick.Size = UDim2.new(0.365032405, 0, 0.204394817, 5)
- Pick.Visible = false
- Pick.ZIndex = 6
- Pick.AutoButtonColor = false
- Pick.Image = "rbxassetid://6869680115"
- Pick.ScaleType = Enum.ScaleType.Slice
- Pick.SliceCenter = Rect.new(55, 55, 95, 95)
- TextLabel.Parent = Pick
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(1, 0, 1.00000012, 0)
- TextLabel.ZIndex = 7
- TextLabel.Font = Enum.Font.FredokaOne
- TextLabel.Text = "Pick!"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextStrokeColor3 = Color3.fromRGB(17, 58, 72)
- TextLabel.TextWrapped = true
- UIPadding.Parent = Pick
- UIPadding.PaddingBottom = UDim.new(0.100000001, 0)
- UIPadding.PaddingLeft = UDim.new(0.0250000004, 0)
- UIPadding.PaddingRight = UDim.new(0.0250000004, 0)
- UIPadding.PaddingTop = UDim.new(0.100000001, 0)
- UIPadding_2.Parent = PSZStarter
- UIPadding_2.PaddingTop = UDim.new(0, -18)
- -- Scripts:
- local function HRYYKKA_fake_script() -- bunny.LocalScript
- local script = Instance.new('LocalScript', bunny)
- local v1 = require(game.ReplicatedStorage.Framework.Library)
- while not v1.Loaded do
- game:GetService("RunService").Heartbeat:Wait()
- end
- v1.GUIFX.ButtonFX(script.Parent)
- print("heartbeatT")
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Picked.Visible = true
- script.Parent.Parent.cat.Picked.Visible = false
- script.Parent.Parent.dog.Picked.Visible = false
- script.Parent.Parent.bladee.Picked.Visible = false
- script.Parent.BackgroundColor3 = Color3.new(0, 252, 0)
- script.Parent.Parent.dog.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.cat.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.bladee.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.Parent.Pick.Visible = true
- end)
- end
- coroutine.wrap(HRYYKKA_fake_script)()
- local function ZPGBNTK_fake_script() -- dog.LocalScript
- local script = Instance.new('LocalScript', dog)
- local v1 = require(game.ReplicatedStorage.Framework.Library)
- while not v1.Loaded do
- game:GetService("RunService").Heartbeat:Wait()
- end
- v1.GUIFX.ButtonFX(script.Parent)
- print("heartbeatT")
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Picked.Visible = true
- script.Parent.Parent.cat.Picked.Visible = false
- script.Parent.Parent.bunny.Picked.Visible = false
- script.Parent.Parent.bladee.Picked.Visible = false
- script.Parent.BackgroundColor3 = Color3.new(0, 252, 0)
- script.Parent.Parent.cat.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.bunny.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.bladee.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.Parent.Pick.Visible = true
- end)
- end
- coroutine.wrap(ZPGBNTK_fake_script)()
- local function CZLWUYZ_fake_script() -- cat.LocalScript
- local script = Instance.new('LocalScript', cat)
- local v1 = require(game.ReplicatedStorage.Framework.Library)
- while not v1.Loaded do
- game:GetService("RunService").Heartbeat:Wait()
- end
- v1.GUIFX.ButtonFX(script.Parent)
- print("heartbeatT")
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Picked.Visible = true
- script.Parent.Parent.dog.Picked.Visible = false
- script.Parent.Parent.bunny.Picked.Visible = false
- script.Parent.Parent.bladee.Picked.Visible = false
- script.Parent.BackgroundColor3 = Color3.new(0, 252, 0)
- script.Parent.Parent.dog.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.bunny.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.bladee.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.Parent.Pick.Visible = true
- end)
- end
- coroutine.wrap(CZLWUYZ_fake_script)()
- local function TYMDVPX_fake_script() -- bladee.LocalScript
- local script = Instance.new('LocalScript', bladee)
- local v1 = require(game.ReplicatedStorage.Framework.Library)
- while not v1.Loaded do
- game:GetService("RunService").Heartbeat:Wait()
- end
- v1.GUIFX.ButtonFX(script.Parent)
- print("heartbeatT")
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Picked.Visible = true
- script.Parent.Parent.cat.Picked.Visible = false
- script.Parent.Parent.dog.Picked.Visible = false
- script.Parent.Parent.bunny.Picked.Visible = false
- script.Parent.BackgroundColor3 = Color3.new(0, 252, 0)
- script.Parent.Parent.dog.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.bunny.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.cat.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
- script.Parent.Parent.Parent.Pick.Visible = true
- end)
- end
- coroutine.wrap(TYMDVPX_fake_script)()
- local function LEGF_fake_script() -- Pick.LocalScript
- local script = Instance.new('LocalScript', Pick)
- local v1 = require(game.ReplicatedStorage.Framework.Library)
- while not v1.Loaded do
- game:GetService("RunService").Heartbeat:Wait()
- end
- v1.GUIFX.ButtonFX(script.Parent)
- print("heartbeatT")
- end
- coroutine.wrap(LEGF_fake_script)()
- local function OPUUEFB_fake_script() -- Pick.LocalScript
- local script = Instance.new('LocalScript', Pick)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Enabled = false
- end)
- end
- coroutine.wrap(OPUUEFB_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement