Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.408830732, 0, 0.603194118, 0)
- Frame.Size = UDim2.new(0, 238, 0, 60)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0.0462184884, 0, 0.216666669, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 34)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "open 3 ghost pets"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 14
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton_2.Position = UDim2.new(0.915966392, 0, 0, 0)
- TextButton_2.Size = UDim2.new(0, 20, 0, 20)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "x"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- -- Scripts:
- function SCRIPT_DUZP76_FAKESCRIPT() -- TextButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- script.Parent.MouseButton1Click:Connect(function()
- local A_1 = "Ghostly Egg"
- local A_2 = 3
- local Event = game:GetService("ReplicatedStorage").Events.PurchaseEgg
- Event:InvokeServer(A_1, A_2)
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_DUZP76_FAKESCRIPT))
- function SCRIPT_CJJU87_FAKESCRIPT() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton_2
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent:Destroy()
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_CJJU87_FAKESCRIPT))
- function SCRIPT_LGGC79_FAKESCRIPT() -- Frame.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = Frame
- script.Parent.Active = true
- script.Parent.Draggable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_LGGC79_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement