-- Generated by Roblox GUI Maker
local player = game:GetService("Players").LocalPlayer
local gui = Instance.new("ScreenGui")
gui.Name = "Shop"
gui.ResetOnSpawn = false
gui.IgnoreGuiInset = true
gui.Parent = player:WaitForChild("PlayerGui")
local el0 = Instance.new("Frame")
el0.Name = "ShopPanel"
el0.Size = UDim2.new(0.76, 0, 0.72, 0)
el0.Position = UDim2.new(0.12, 0, 0.14, 0)
el0.BackgroundColor3 = Color3.fromRGB(25, 27, 36)
el0.BackgroundTransparency = 0
el0.ZIndex = 1
el0.LayoutOrder = 0
local el0_corner = Instance.new("UICorner")
el0_corner.CornerRadius = UDim.new(0, 18)
el0_corner.Parent = el0
local el0_grad = Instance.new("UIGradient")
el0_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(62, 64, 72)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 0)))
el0_grad.Rotation = 45
el0_grad.Parent = el0
local el0_stroke = Instance.new("UIStroke")
el0_stroke.Color = Color3.fromRGB(255, 255, 255)
el0_stroke.Transparency = 0.85
el0_stroke.Thickness = 1
el0_stroke.Parent = el0
local el0_list = Instance.new("UIListLayout")
el0_list.FillDirection = Enum.FillDirection.Vertical
el0_list.Padding = UDim.new(0, 8)
el0_list.SortOrder = Enum.SortOrder.LayoutOrder
el0_list.Parent = el0
local el0_pad = Instance.new("UIPadding")
el0_pad.PaddingTop = UDim.new(0, 16)
el0_pad.PaddingBottom = UDim.new(0, 16)
el0_pad.PaddingLeft = UDim.new(0, 16)
el0_pad.PaddingRight = UDim.new(0, 16)
el0_pad.Parent = el0
el0.Parent = gui
local el1 = Instance.new("TextLabel")
el1.Name = "Title"
el1.Size = UDim2.new(1, 0, 0.1, 0)
el1.Position = UDim2.new(0, 0, 0, 0)
el1.BackgroundTransparency = 1
el1.ZIndex = 1
el1.LayoutOrder = 0
local el1_corner = Instance.new("UICorner")
el1_corner.CornerRadius = UDim.new(0, 8)
el1_corner.Parent = el1
el1.Text = "PREMIUM SHOP"
el1.Font = Enum.Font.GothamBold
el1.TextSize = 25
el1.TextColor3 = Color3.fromRGB(225, 225, 239)
el1.Parent = el0
local el2 = Instance.new("TextLabel")
el2.Name = "Subtitle"
el2.Size = UDim2.new(1, 0, 0.08, 0)
el2.Position = UDim2.new(0, 0, 0, 0)
el2.BackgroundTransparency = 1
el2.ZIndex = 1
el2.LayoutOrder = 1
local el2_corner = Instance.new("UICorner")
el2_corner.CornerRadius = UDim.new(0, 8)
el2_corner.Parent = el2
el2.Text = "Permanent upgrades for every adventure"
el2.Font = Enum.Font.GothamMedium
el2.TextSize = 13
el2.TextColor3 = Color3.fromRGB(137, 145, 157)
el2.Parent = el0
local el3 = Instance.new("Frame")
el3.Name = "PassGrid"
el3.Size = UDim2.new(1, 0, 0.7, 0)
el3.Position = UDim2.new(0, 0, 0, 0)
el3.BackgroundTransparency = 1
el3.ZIndex = 1
el3.LayoutOrder = 2
local el3_corner = Instance.new("UICorner")
el3_corner.CornerRadius = UDim.new(0, 8)
el3_corner.Parent = el3
local el3_grid = Instance.new("UIGridLayout")
el3_grid.CellSize = UDim2.fromOffset(100, 100)
el3_grid.CellPadding = UDim2.fromOffset(8, 8)
el3_grid.SortOrder = Enum.SortOrder.LayoutOrder
el3_grid.Parent = el3
local el3_pad = Instance.new("UIPadding")
el3_pad.PaddingTop = UDim.new(0, 10)
el3_pad.PaddingBottom = UDim.new(0, 10)
el3_pad.PaddingLeft = UDim.new(0, 10)
el3_pad.PaddingRight = UDim.new(0, 10)
el3_pad.Parent = el3
el3.Parent = el0
local el4 = Instance.new("Frame")
el4.Name = "PassCard1"
el4.Size = UDim2.new(1, 0, 0.82, 0)
el4.Position = UDim2.new(0, 0, 0, 0)
el4.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el4.BackgroundTransparency = 0
el4.ZIndex = 1
el4.LayoutOrder = 0
local el4_corner = Instance.new("UICorner")
el4_corner.CornerRadius = UDim.new(0, 12)
el4_corner.Parent = el4
local el4_grad = Instance.new("UIGradient")
el4_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(73, 80, 94)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 12)))
el4_grad.Rotation = 45
el4_grad.Parent = el4
local el4_stroke = Instance.new("UIStroke")
el4_stroke.Color = Color3.fromRGB(56, 189, 248)
el4_stroke.Transparency = 0.7
el4_stroke.Thickness = 1.5
el4_stroke.Parent = el4
local el4_list = Instance.new("UIListLayout")
el4_list.FillDirection = Enum.FillDirection.Vertical
el4_list.Padding = UDim.new(0, 8)
el4_list.SortOrder = Enum.SortOrder.LayoutOrder
el4_list.Parent = el4
local el4_pad = Instance.new("UIPadding")
el4_pad.PaddingTop = UDim.new(0, 10)
el4_pad.PaddingBottom = UDim.new(0, 10)
el4_pad.PaddingLeft = UDim.new(0, 10)
el4_pad.PaddingRight = UDim.new(0, 10)
el4_pad.Parent = el4
el4.Parent = el3
local el5 = Instance.new("TextLabel")
el5.Name = "PassName"
el5.Size = UDim2.new(1, 0, 0.22, 0)
el5.Position = UDim2.new(0, 0, 0, 0)
el5.BackgroundColor3 = Color3.fromRGB(56, 189, 248)
el5.BackgroundTransparency = 0
el5.ZIndex = 1
el5.LayoutOrder = 0
local el5_corner = Instance.new("UICorner")
el5_corner.CornerRadius = UDim.new(0, 8)
el5_corner.Parent = el5
el5.Text = "VIP PASS"
el5.Font = Enum.Font.GothamBold
el5.TextSize = 13
el5.TextColor3 = Color3.fromRGB(0, 29, 52)
el5.Parent = el4
local el6 = Instance.new("TextLabel")
el6.Name = "PassPrice"
el6.Size = UDim2.new(1, 0, 0.22, 0)
el6.Position = UDim2.new(0, 0, 0, 0)
el6.BackgroundTransparency = 1
el6.ZIndex = 1
el6.LayoutOrder = 1
local el6_corner = Instance.new("UICorner")
el6_corner.CornerRadius = UDim.new(0, 8)
el6_corner.Parent = el6
el6.Text = "399 R$"
el6.Font = Enum.Font.GothamBold
el6.TextSize = 16
el6.TextColor3 = Color3.fromRGB(251, 191, 36)
el6.Parent = el4
local el7 = Instance.new("TextButton")
el7.Name = "Buyvip-pass"
el7.Size = UDim2.new(1, 0, 0.2, 0)
el7.Position = UDim2.new(0, 0, 0, 0)
el7.BackgroundColor3 = Color3.fromRGB(56, 189, 248)
el7.BackgroundTransparency = 0
el7.ZIndex = 1
el7.LayoutOrder = 2
local el7_corner = Instance.new("UICorner")
el7_corner.CornerRadius = UDim.new(0, 8)
el7_corner.Parent = el7
local el7_grad = Instance.new("UIGradient")
el7_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(97, 230, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(15, 148, 207)))
el7_grad.Rotation = 45
el7_grad.Parent = el7
local el7_stroke = Instance.new("UIStroke")
el7_stroke.Color = Color3.fromRGB(133, 255, 255)
el7_stroke.Transparency = 0.5
el7_stroke.Thickness = 1.5
el7_stroke.Parent = el7
el7.Text = "BUY PASS"
el7.Font = Enum.Font.GothamBold
el7.TextSize = 13
el7.TextColor3 = Color3.fromRGB(0, 29, 52)
el7.Parent = el4
local el8 = Instance.new("Frame")
el8.Name = "PassCard2"
el8.Size = UDim2.new(1, 0, 0.82, 0)
el8.Position = UDim2.new(0, 0, 0, 0)
el8.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el8.BackgroundTransparency = 0
el8.ZIndex = 1
el8.LayoutOrder = 1
local el8_corner = Instance.new("UICorner")
el8_corner.CornerRadius = UDim.new(0, 12)
el8_corner.Parent = el8
local el8_grad = Instance.new("UIGradient")
el8_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(73, 80, 94)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 12)))
el8_grad.Rotation = 45
el8_grad.Parent = el8
local el8_stroke = Instance.new("UIStroke")
el8_stroke.Color = Color3.fromRGB(167, 139, 250)
el8_stroke.Transparency = 0.7
el8_stroke.Thickness = 1.5
el8_stroke.Parent = el8
local el8_list = Instance.new("UIListLayout")
el8_list.FillDirection = Enum.FillDirection.Vertical
el8_list.Padding = UDim.new(0, 8)
el8_list.SortOrder = Enum.SortOrder.LayoutOrder
el8_list.Parent = el8
local el8_pad = Instance.new("UIPadding")
el8_pad.PaddingTop = UDim.new(0, 10)
el8_pad.PaddingBottom = UDim.new(0, 10)
el8_pad.PaddingLeft = UDim.new(0, 10)
el8_pad.PaddingRight = UDim.new(0, 10)
el8_pad.Parent = el8
el8.Parent = el3
local el9 = Instance.new("TextLabel")
el9.Name = "PassName"
el9.Size = UDim2.new(1, 0, 0.22, 0)
el9.Position = UDim2.new(0, 0, 0, 0)
el9.BackgroundColor3 = Color3.fromRGB(167, 139, 250)
el9.BackgroundTransparency = 0
el9.ZIndex = 1
el9.LayoutOrder = 0
local el9_corner = Instance.new("UICorner")
el9_corner.CornerRadius = UDim.new(0, 8)
el9_corner.Parent = el9
el9.Text = "DOUBLE COINS"
el9.Font = Enum.Font.GothamBold
el9.TextSize = 13
el9.TextColor3 = Color3.fromRGB(0, 29, 52)
el9.Parent = el8
local el10 = Instance.new("TextLabel")
el10.Name = "PassPrice"
el10.Size = UDim2.new(1, 0, 0.22, 0)
el10.Position = UDim2.new(0, 0, 0, 0)
el10.BackgroundTransparency = 1
el10.ZIndex = 1
el10.LayoutOrder = 1
local el10_corner = Instance.new("UICorner")
el10_corner.CornerRadius = UDim.new(0, 8)
el10_corner.Parent = el10
el10.Text = "249 R$"
el10.Font = Enum.Font.GothamBold
el10.TextSize = 16
el10.TextColor3 = Color3.fromRGB(251, 191, 36)
el10.Parent = el8
local el11 = Instance.new("TextButton")
el11.Name = "Buydouble-coins"
el11.Size = UDim2.new(1, 0, 0.2, 0)
el11.Position = UDim2.new(0, 0, 0, 0)
el11.BackgroundColor3 = Color3.fromRGB(167, 139, 250)
el11.BackgroundTransparency = 0
el11.ZIndex = 1
el11.LayoutOrder = 2
local el11_corner = Instance.new("UICorner")
el11_corner.CornerRadius = UDim.new(0, 8)
el11_corner.Parent = el11
local el11_grad = Instance.new("UIGradient")
el11_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(208, 180, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(126, 98, 209)))
el11_grad.Rotation = 45
el11_grad.Parent = el11
local el11_stroke = Instance.new("UIStroke")
el11_stroke.Color = Color3.fromRGB(244, 216, 255)
el11_stroke.Transparency = 0.5
el11_stroke.Thickness = 1.5
el11_stroke.Parent = el11
el11.Text = "BUY PASS"
el11.Font = Enum.Font.GothamBold
el11.TextSize = 13
el11.TextColor3 = Color3.fromRGB(0, 29, 52)
el11.Parent = el8
local el12 = Instance.new("Frame")
el12.Name = "PassCard3"
el12.Size = UDim2.new(1, 0, 0.82, 0)
el12.Position = UDim2.new(0, 0, 0, 0)
el12.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el12.BackgroundTransparency = 0
el12.ZIndex = 1
el12.LayoutOrder = 2
local el12_corner = Instance.new("UICorner")
el12_corner.CornerRadius = UDim.new(0, 12)
el12_corner.Parent = el12
local el12_grad = Instance.new("UIGradient")
el12_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(73, 80, 94)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 12)))
el12_grad.Rotation = 45
el12_grad.Parent = el12
local el12_stroke = Instance.new("UIStroke")
el12_stroke.Color = Color3.fromRGB(76, 221, 177)
el12_stroke.Transparency = 0.7
el12_stroke.Thickness = 1.5
el12_stroke.Parent = el12
local el12_list = Instance.new("UIListLayout")
el12_list.FillDirection = Enum.FillDirection.Vertical
el12_list.Padding = UDim.new(0, 8)
el12_list.SortOrder = Enum.SortOrder.LayoutOrder
el12_list.Parent = el12
local el12_pad = Instance.new("UIPadding")
el12_pad.PaddingTop = UDim.new(0, 10)
el12_pad.PaddingBottom = UDim.new(0, 10)
el12_pad.PaddingLeft = UDim.new(0, 10)
el12_pad.PaddingRight = UDim.new(0, 10)
el12_pad.Parent = el12
el12.Parent = el3
local el13 = Instance.new("TextLabel")
el13.Name = "PassName"
el13.Size = UDim2.new(1, 0, 0.22, 0)
el13.Position = UDim2.new(0, 0, 0, 0)
el13.BackgroundColor3 = Color3.fromRGB(76, 221, 177)
el13.BackgroundTransparency = 0
el13.ZIndex = 1
el13.LayoutOrder = 0
local el13_corner = Instance.new("UICorner")
el13_corner.CornerRadius = UDim.new(0, 8)
el13_corner.Parent = el13
el13.Text = "SPEED COIL"
el13.Font = Enum.Font.GothamBold
el13.TextSize = 13
el13.TextColor3 = Color3.fromRGB(0, 29, 52)
el13.Parent = el12
local el14 = Instance.new("TextLabel")
el14.Name = "PassPrice"
el14.Size = UDim2.new(1, 0, 0.22, 0)
el14.Position = UDim2.new(0, 0, 0, 0)
el14.BackgroundTransparency = 1
el14.ZIndex = 1
el14.LayoutOrder = 1
local el14_corner = Instance.new("UICorner")
el14_corner.CornerRadius = UDim.new(0, 8)
el14_corner.Parent = el14
el14.Text = "149 R$"
el14.Font = Enum.Font.GothamBold
el14.TextSize = 16
el14.TextColor3 = Color3.fromRGB(251, 191, 36)
el14.Parent = el12
local el15 = Instance.new("TextButton")
el15.Name = "Buyspeed-coil"
el15.Size = UDim2.new(1, 0, 0.2, 0)
el15.Position = UDim2.new(0, 0, 0, 0)
el15.BackgroundColor3 = Color3.fromRGB(76, 221, 177)
el15.BackgroundTransparency = 0
el15.ZIndex = 1
el15.LayoutOrder = 2
local el15_corner = Instance.new("UICorner")
el15_corner.CornerRadius = UDim.new(0, 8)
el15_corner.Parent = el15
local el15_grad = Instance.new("UIGradient")
el15_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(93, 252, 194)), ColorSequenceKeypoint.new(1, Color3.fromRGB(11, 170, 112)))
el15_grad.Rotation = 45
el15_grad.Parent = el15
local el15_stroke = Instance.new("UIStroke")
el15_stroke.Color = Color3.fromRGB(129, 255, 230)
el15_stroke.Transparency = 0.5
el15_stroke.Thickness = 1.5
el15_stroke.Parent = el15
el15.Text = "BUY PASS"
el15.Font = Enum.Font.GothamBold
el15.TextSize = 13
el15.TextColor3 = Color3.fromRGB(0, 29, 52)
el15.Parent = el12
local el16 = Instance.new("Frame")
el16.Name = "PassCard4"
el16.Size = UDim2.new(1, 0, 0.82, 0)
el16.Position = UDim2.new(0, 0, 0, 0)
el16.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el16.BackgroundTransparency = 0
el16.ZIndex = 1
el16.LayoutOrder = 3
local el16_corner = Instance.new("UICorner")
el16_corner.CornerRadius = UDim.new(0, 12)
el16_corner.Parent = el16
local el16_grad = Instance.new("UIGradient")
el16_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(73, 80, 94)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 12)))
el16_grad.Rotation = 45
el16_grad.Parent = el16
local el16_stroke = Instance.new("UIStroke")
el16_stroke.Color = Color3.fromRGB(251, 191, 36)
el16_stroke.Transparency = 0.7
el16_stroke.Thickness = 1.5
el16_stroke.Parent = el16
local el16_list = Instance.new("UIListLayout")
el16_list.FillDirection = Enum.FillDirection.Vertical
el16_list.Padding = UDim.new(0, 8)
el16_list.SortOrder = Enum.SortOrder.LayoutOrder
el16_list.Parent = el16
local el16_pad = Instance.new("UIPadding")
el16_pad.PaddingTop = UDim.new(0, 10)
el16_pad.PaddingBottom = UDim.new(0, 10)
el16_pad.PaddingLeft = UDim.new(0, 10)
el16_pad.PaddingRight = UDim.new(0, 10)
el16_pad.Parent = el16
el16.Parent = el3
local el17 = Instance.new("TextLabel")
el17.Name = "PassName"
el17.Size = UDim2.new(1, 0, 0.22, 0)
el17.Position = UDim2.new(0, 0, 0, 0)
el17.BackgroundColor3 = Color3.fromRGB(251, 191, 36)
el17.BackgroundTransparency = 0
el17.ZIndex = 1
el17.LayoutOrder = 0
local el17_corner = Instance.new("UICorner")
el17_corner.CornerRadius = UDim.new(0, 8)
el17_corner.Parent = el17
el17.Text = "LUCKY CLOVER"
el17.Font = Enum.Font.GothamBold
el17.TextSize = 13
el17.TextColor3 = Color3.fromRGB(0, 29, 52)
el17.Parent = el16
local el18 = Instance.new("TextLabel")
el18.Name = "PassPrice"
el18.Size = UDim2.new(1, 0, 0.22, 0)
el18.Position = UDim2.new(0, 0, 0, 0)
el18.BackgroundTransparency = 1
el18.ZIndex = 1
el18.LayoutOrder = 1
local el18_corner = Instance.new("UICorner")
el18_corner.CornerRadius = UDim.new(0, 8)
el18_corner.Parent = el18
el18.Text = "199 R$"
el18.Font = Enum.Font.GothamBold
el18.TextSize = 16
el18.TextColor3 = Color3.fromRGB(251, 191, 36)
el18.Parent = el16
local el19 = Instance.new("TextButton")
el19.Name = "Buylucky-clover"
el19.Size = UDim2.new(1, 0, 0.2, 0)
el19.Position = UDim2.new(0, 0, 0, 0)
el19.BackgroundColor3 = Color3.fromRGB(251, 191, 36)
el19.BackgroundTransparency = 0
el19.ZIndex = 1
el19.LayoutOrder = 2
local el19_corner = Instance.new("UICorner")
el19_corner.CornerRadius = UDim.new(0, 8)
el19_corner.Parent = el19
local el19_grad = Instance.new("UIGradient")
el19_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 232, 77)), ColorSequenceKeypoint.new(1, Color3.fromRGB(210, 150, 0)))
el19_grad.Rotation = 45
el19_grad.Parent = el19
local el19_stroke = Instance.new("UIStroke")
el19_stroke.Color = Color3.fromRGB(255, 255, 113)
el19_stroke.Transparency = 0.5
el19_stroke.Thickness = 1.5
el19_stroke.Parent = el19
el19.Text = "BUY PASS"
el19.Font = Enum.Font.GothamBold
el19.TextSize = 13
el19.TextColor3 = Color3.fromRGB(0, 29, 52)
el19.Parent = el16
local el20 = Instance.new("Frame")
el20.Name = "PassCard5"
el20.Size = UDim2.new(1, 0, 0.82, 0)
el20.Position = UDim2.new(0, 0, 0, 0)
el20.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el20.BackgroundTransparency = 0
el20.ZIndex = 1
el20.LayoutOrder = 4
local el20_corner = Instance.new("UICorner")
el20_corner.CornerRadius = UDim.new(0, 12)
el20_corner.Parent = el20
local el20_grad = Instance.new("UIGradient")
el20_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(73, 80, 94)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 12)))
el20_grad.Rotation = 45
el20_grad.Parent = el20
local el20_stroke = Instance.new("UIStroke")
el20_stroke.Color = Color3.fromRGB(244, 114, 182)
el20_stroke.Transparency = 0.7
el20_stroke.Thickness = 1.5
el20_stroke.Parent = el20
local el20_list = Instance.new("UIListLayout")
el20_list.FillDirection = Enum.FillDirection.Vertical
el20_list.Padding = UDim.new(0, 8)
el20_list.SortOrder = Enum.SortOrder.LayoutOrder
el20_list.Parent = el20
local el20_pad = Instance.new("UIPadding")
el20_pad.PaddingTop = UDim.new(0, 10)
el20_pad.PaddingBottom = UDim.new(0, 10)
el20_pad.PaddingLeft = UDim.new(0, 10)
el20_pad.PaddingRight = UDim.new(0, 10)
el20_pad.Parent = el20
el20.Parent = el3
local el21 = Instance.new("TextLabel")
el21.Name = "PassName"
el21.Size = UDim2.new(1, 0, 0.22, 0)
el21.Position = UDim2.new(0, 0, 0, 0)
el21.BackgroundColor3 = Color3.fromRGB(244, 114, 182)
el21.BackgroundTransparency = 0
el21.ZIndex = 1
el21.LayoutOrder = 0
local el21_corner = Instance.new("UICorner")
el21_corner.CornerRadius = UDim.new(0, 8)
el21_corner.Parent = el21
el21.Text = "MEGA BACKPACK"
el21.Font = Enum.Font.GothamBold
el21.TextSize = 13
el21.TextColor3 = Color3.fromRGB(0, 29, 52)
el21.Parent = el20
local el22 = Instance.new("TextLabel")
el22.Name = "PassPrice"
el22.Size = UDim2.new(1, 0, 0.22, 0)
el22.Position = UDim2.new(0, 0, 0, 0)
el22.BackgroundTransparency = 1
el22.ZIndex = 1
el22.LayoutOrder = 1
local el22_corner = Instance.new("UICorner")
el22_corner.CornerRadius = UDim.new(0, 8)
el22_corner.Parent = el22
el22.Text = "299 R$"
el22.Font = Enum.Font.GothamBold
el22.TextSize = 16
el22.TextColor3 = Color3.fromRGB(251, 191, 36)
el22.Parent = el20
local el23 = Instance.new("TextButton")
el23.Name = "Buymega-backpack"
el23.Size = UDim2.new(1, 0, 0.2, 0)
el23.Position = UDim2.new(0, 0, 0, 0)
el23.BackgroundColor3 = Color3.fromRGB(244, 114, 182)
el23.BackgroundTransparency = 0
el23.ZIndex = 1
el23.LayoutOrder = 2
local el23_corner = Instance.new("UICorner")
el23_corner.CornerRadius = UDim.new(0, 8)
el23_corner.Parent = el23
local el23_grad = Instance.new("UIGradient")
el23_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 155, 223)), ColorSequenceKeypoint.new(1, Color3.fromRGB(203, 73, 141)))
el23_grad.Rotation = 45
el23_grad.Parent = el23
local el23_stroke = Instance.new("UIStroke")
el23_stroke.Color = Color3.fromRGB(255, 191, 255)
el23_stroke.Transparency = 0.5
el23_stroke.Thickness = 1.5
el23_stroke.Parent = el23
el23.Text = "BUY PASS"
el23.Font = Enum.Font.GothamBold
el23.TextSize = 13
el23.TextColor3 = Color3.fromRGB(0, 29, 52)
el23.Parent = el20
local el24 = Instance.new("Frame")
el24.Name = "PassCard6"
el24.Size = UDim2.new(1, 0, 0.82, 0)
el24.Position = UDim2.new(0, 0, 0, 0)
el24.BackgroundColor3 = Color3.fromRGB(29, 31, 41)
el24.BackgroundTransparency = 0
el24.ZIndex = 1
el24.LayoutOrder = 5
local el24_corner = Instance.new("UICorner")
el24_corner.CornerRadius = UDim.new(0, 12)
el24_corner.Parent = el24
local el24_grad = Instance.new("UIGradient")
el24_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(73, 80, 94)), ColorSequenceKeypoint.new(1, Color3.fromRGB(0, 0, 12)))
el24_grad.Rotation = 45
el24_grad.Parent = el24
local el24_stroke = Instance.new("UIStroke")
el24_stroke.Color = Color3.fromRGB(96, 165, 250)
el24_stroke.Transparency = 0.7
el24_stroke.Thickness = 1.5
el24_stroke.Parent = el24
local el24_list = Instance.new("UIListLayout")
el24_list.FillDirection = Enum.FillDirection.Vertical
el24_list.Padding = UDim.new(0, 8)
el24_list.SortOrder = Enum.SortOrder.LayoutOrder
el24_list.Parent = el24
local el24_pad = Instance.new("UIPadding")
el24_pad.PaddingTop = UDim.new(0, 10)
el24_pad.PaddingBottom = UDim.new(0, 10)
el24_pad.PaddingLeft = UDim.new(0, 10)
el24_pad.PaddingRight = UDim.new(0, 10)
el24_pad.Parent = el24
el24.Parent = el3
local el25 = Instance.new("TextLabel")
el25.Name = "PassName"
el25.Size = UDim2.new(1, 0, 0.22, 0)
el25.Position = UDim2.new(0, 0, 0, 0)
el25.BackgroundColor3 = Color3.fromRGB(96, 165, 250)
el25.BackgroundTransparency = 0
el25.ZIndex = 1
el25.LayoutOrder = 0
local el25_corner = Instance.new("UICorner")
el25_corner.CornerRadius = UDim.new(0, 8)
el25_corner.Parent = el25
el25.Text = "AUTO HATCHER"
el25.Font = Enum.Font.GothamBold
el25.TextSize = 13
el25.TextColor3 = Color3.fromRGB(0, 29, 52)
el25.Parent = el24
local el26 = Instance.new("TextLabel")
el26.Name = "PassPrice"
el26.Size = UDim2.new(1, 0, 0.22, 0)
el26.Position = UDim2.new(0, 0, 0, 0)
el26.BackgroundTransparency = 1
el26.ZIndex = 1
el26.LayoutOrder = 1
local el26_corner = Instance.new("UICorner")
el26_corner.CornerRadius = UDim.new(0, 8)
el26_corner.Parent = el26
el26.Text = "499 R$"
el26.Font = Enum.Font.GothamBold
el26.TextSize = 16
el26.TextColor3 = Color3.fromRGB(251, 191, 36)
el26.Parent = el24
local el27 = Instance.new("TextButton")
el27.Name = "Buyauto-hatcher"
el27.Size = UDim2.new(1, 0, 0.2, 0)
el27.Position = UDim2.new(0, 0, 0, 0)
el27.BackgroundColor3 = Color3.fromRGB(96, 165, 250)
el27.BackgroundTransparency = 0
el27.ZIndex = 1
el27.LayoutOrder = 2
local el27_corner = Instance.new("UICorner")
el27_corner.CornerRadius = UDim.new(0, 8)
el27_corner.Parent = el27
local el27_grad = Instance.new("UIGradient")
el27_grad.Color = ColorSequence.new(ColorSequenceKeypoint.new(0, Color3.fromRGB(137, 206, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(55, 124, 209)))
el27_grad.Rotation = 45
el27_grad.Parent = el27
local el27_stroke = Instance.new("UIStroke")
el27_stroke.Color = Color3.fromRGB(173, 242, 255)
el27_stroke.Transparency = 0.5
el27_stroke.Thickness = 1.5
el27_stroke.Parent = el27
el27.Text = "BUY PASS"
el27.Font = Enum.Font.GothamBold
el27.TextSize = 13
el27.TextColor3 = Color3.fromRGB(0, 29, 52)
el27.Parent = el24
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local remotes = ReplicatedStorage:WaitForChild("Remotes")
local remote0 = remotes:WaitForChild("PurchaseGamePass")
el7.Activated:Connect(function()
remote0:FireServer("vip-pass")
end)
el11.Activated:Connect(function()
remote0:FireServer("double-coins")
end)
el15.Activated:Connect(function()
remote0:FireServer("speed-coil")
end)
el19.Activated:Connect(function()
remote0:FireServer("lucky-clover")
end)
el23.Activated:Connect(function()
remote0:FireServer("mega-backpack")
end)
el27.Activated:Connect(function()
remote0:FireServer("auto-hatcher")
end)