Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local GhostATrash = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Agility = Instance.new("TextButton")
- local _2xGems = Instance.new("TextButton")
- local _2xLuck = Instance.new("TextButton")
- local _2xRange = Instance.new("TextButton")
- local _70PetsBag = Instance.new("TextButton")
- local _2xTokens = Instance.new("TextButton")
- local QuickUnbox = Instance.new("TextButton")
- local Farm = Instance.new("TextLabel")
- local OPStuff = Instance.new("TextLabel")
- local BoardUnlock = Instance.new("TextButton")
- local MagnetUnlock = Instance.new("TextButton")
- local MoreStreams = Instance.new("TextButton")
- local BetterDrops = Instance.new("TextButton")
- local _2xPetsSlots = Instance.new("TextButton")
- local Start = Instance.new("TextButton")
- local Name = Instance.new("TextBox")
- local Close = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- GhostATrash.Name = "GhostATrash"
- GhostATrash.Parent = game.CoreGui
- GhostATrash.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = GhostATrash
- Frame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.370424598, 0, 0.358722359, 0)
- Frame.Size = UDim2.new(0, 350, 0, 257)
- Frame.Active = true
- Frame.Draggable = true
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Title.BorderSizePixel = 0
- Title.Position = UDim2.new(0, 0, -0.00326858694, 0)
- Title.Size = UDim2.new(0, 349, 0, 29)
- Title.Font = Enum.Font.Cartoon
- Title.Text = "Ghost-A-Trash"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextSize = 20
- Agility.Name = "Agility"
- Agility.Parent = Frame
- Agility.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Agility.BorderSizePixel = 0
- Agility.Position = UDim2.new(0.362606257, 0, 0.232036948, 0)
- Agility.Size = UDim2.new(0, 95, 0, 31)
- Agility.Font = Enum.Font.Cartoon
- Agility.Text = "Agility"
- Agility.TextColor3 = Color3.new(1, 1, 1)
- Agility.TextSize = 17
- Agility.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.Agility.Value = true
- end)
- _2xGems.Name = "2x Gems"
- _2xGems.Parent = Frame
- _2xGems.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- _2xGems.BorderSizePixel = 0
- _2xGems.Position = UDim2.new(0.362606257, 0, 0.356020689, 0)
- _2xGems.Size = UDim2.new(0, 95, 0, 31)
- _2xGems.Font = Enum.Font.Cartoon
- _2xGems.Text = "2x Gems"
- _2xGems.TextColor3 = Color3.new(1, 1, 1)
- _2xGems.TextSize = 17
- _2xGems.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.DoubleGems.Value = true
- end)
- _2xLuck.Name = "2x Luck"
- _2xLuck.Parent = Frame
- _2xLuck.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- _2xLuck.BorderSizePixel = 0
- _2xLuck.Position = UDim2.new(0.362606257, 0, 0.476113379, 0)
- _2xLuck.Size = UDim2.new(0, 95, 0, 31)
- _2xLuck.Font = Enum.Font.Cartoon
- _2xLuck.Text = "2x Luck"
- _2xLuck.TextColor3 = Color3.new(1, 1, 1)
- _2xLuck.TextSize = 17
- _2xLuck.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.DoubleLuck.Value = true
- end)
- _2xRange.Name = "2x Range"
- _2xRange.Parent = Frame
- _2xRange.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- _2xRange.BorderSizePixel = 0
- _2xRange.Position = UDim2.new(0.362606198, 0, 0.835149765, 0)
- _2xRange.Size = UDim2.new(0, 95, 0, 31)
- _2xRange.Font = Enum.Font.Cartoon
- _2xRange.Text = "2x Range"
- _2xRange.TextColor3 = Color3.new(1, 1, 1)
- _2xRange.TextSize = 17
- _2xRange.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.DoubleRange.Value = true
- end)
- _70PetsBag.Name = "70+ Pets Bag"
- _70PetsBag.Parent = Frame
- _70PetsBag.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- _70PetsBag.BorderSizePixel = 0
- _70PetsBag.Position = UDim2.new(0.660080969, 0, 0.235398114, 0)
- _70PetsBag.Size = UDim2.new(0, 95, 0, 31)
- _70PetsBag.Font = Enum.Font.Cartoon
- _70PetsBag.Text = "70+ Pets Bag"
- _70PetsBag.TextColor3 = Color3.new(1, 1, 1)
- _70PetsBag.TextSize = 17
- _70PetsBag.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.MorePetStorage.Value = true
- end)
- _2xTokens.Name = "2x Tokens"
- _2xTokens.Parent = Frame
- _2xTokens.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- _2xTokens.BorderSizePixel = 0
- _2xTokens.Position = UDim2.new(0.362606257, 0, 0.596206069, 0)
- _2xTokens.Size = UDim2.new(0, 95, 0, 31)
- _2xTokens.Font = Enum.Font.Cartoon
- _2xTokens.Text = "2x Tokens"
- _2xTokens.TextColor3 = Color3.new(1, 1, 1)
- _2xTokens.TextSize = 17
- _2xTokens.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.DoubleTokens.Value = true
- end)
- QuickUnbox.Name = "Quick Unbox"
- QuickUnbox.Parent = Frame
- QuickUnbox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- QuickUnbox.BorderSizePixel = 0
- QuickUnbox.Position = UDim2.new(0.660080969, 0, 0.355490804, 0)
- QuickUnbox.Size = UDim2.new(0, 95, 0, 31)
- QuickUnbox.Font = Enum.Font.Cartoon
- QuickUnbox.Text = "Quick Unbox"
- QuickUnbox.TextColor3 = Color3.new(1, 1, 1)
- QuickUnbox.TextSize = 17
- QuickUnbox.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.QuickUnbox.Value = true
- end)
- Farm.Name = "Farm"
- Farm.Parent = Frame
- Farm.BackgroundColor3 = Color3.new(1, 1, 1)
- Farm.BackgroundTransparency = 99
- Farm.BorderSizePixel = 9
- Farm.Position = UDim2.new(0.106618047, 0, 0.127953023, 0)
- Farm.Size = UDim2.new(0, 64, 0, 24)
- Farm.Font = Enum.Font.Cartoon
- Farm.Text = "Farm"
- Farm.TextColor3 = Color3.new(1, 0.858824, 0.52549)
- Farm.TextSize = 20
- OPStuff.Name = "OP Stuff"
- OPStuff.Parent = Frame
- OPStuff.BackgroundColor3 = Color3.new(1, 1, 1)
- OPStuff.BackgroundTransparency = 99
- OPStuff.BorderSizePixel = 9
- OPStuff.Position = UDim2.new(0.517212987, 0, 0.127953023, 0)
- OPStuff.Size = UDim2.new(0, 64, 0, 24)
- OPStuff.Font = Enum.Font.Cartoon
- OPStuff.Text = "OP Stuff"
- OPStuff.TextColor3 = Color3.new(1, 0.858824, 0.52549)
- OPStuff.TextSize = 20
- BoardUnlock.Name = "Board Unlock"
- BoardUnlock.Parent = Frame
- BoardUnlock.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- BoardUnlock.BorderSizePixel = 0
- BoardUnlock.Position = UDim2.new(0.660080969, 0, 0.475583494, 0)
- BoardUnlock.Size = UDim2.new(0, 95, 0, 31)
- BoardUnlock.Font = Enum.Font.Cartoon
- BoardUnlock.Text = "Board Unlock"
- BoardUnlock.TextColor3 = Color3.new(1, 1, 1)
- BoardUnlock.TextSize = 17
- BoardUnlock.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.BoardsUnlocked.Value = true
- end)
- MagnetUnlock.Name = "Magnet Unlock"
- MagnetUnlock.Parent = Frame
- MagnetUnlock.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- MagnetUnlock.BorderSizePixel = 0
- MagnetUnlock.Position = UDim2.new(0.660080969, 0, 0.595676184, 0)
- MagnetUnlock.Size = UDim2.new(0, 95, 0, 31)
- MagnetUnlock.Font = Enum.Font.Cartoon
- MagnetUnlock.Text = "Magnet Unlock"
- MagnetUnlock.TextColor3 = Color3.new(1, 1, 1)
- MagnetUnlock.TextSize = 15
- MagnetUnlock.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.MagnetismUnlocked.Value = true
- end)
- MoreStreams.Name = "More Streams"
- MoreStreams.Parent = Frame
- MoreStreams.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- MoreStreams.BorderSizePixel = 0
- MoreStreams.Position = UDim2.new(0.660080969, 0, 0.716298759, 0)
- MoreStreams.Size = UDim2.new(0, 95, 0, 31)
- MoreStreams.Font = Enum.Font.Cartoon
- MoreStreams.Text = "More Streams"
- MoreStreams.TextColor3 = Color3.new(1, 1, 1)
- MoreStreams.TextSize = 16
- MoreStreams.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.MultiStreamUnlocked.Value = true
- end)
- BetterDrops.Name = "Better Drops"
- BetterDrops.Parent = Frame
- BetterDrops.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- BetterDrops.BorderSizePixel = 0
- BetterDrops.Position = UDim2.new(0.66008091, 0, 0.835149765, 0)
- BetterDrops.Size = UDim2.new(0, 95, 0, 31)
- BetterDrops.Font = Enum.Font.Cartoon
- BetterDrops.Text = "Better Drops"
- BetterDrops.TextColor3 = Color3.new(1, 1, 1)
- BetterDrops.TextSize = 16
- BetterDrops.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.GemDropFactor.Value = 9999999999999999999
- end)
- _2xPetsSlots.Name = "2x Pets Slots"
- _2xPetsSlots.Parent = Frame
- _2xPetsSlots.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- _2xPetsSlots.BorderSizePixel = 0
- _2xPetsSlots.Position = UDim2.new(0.362606257, 0, 0.716298759, 0)
- _2xPetsSlots.Size = UDim2.new(0, 95, 0, 31)
- _2xPetsSlots.Font = Enum.Font.Cartoon
- _2xPetsSlots.Text = "+2 Pet Slots"
- _2xPetsSlots.TextColor3 = Color3.new(1, 1, 1)
- _2xPetsSlots.TextSize = 17
- _2xPetsSlots.MouseButton1Click:connect (function ()
- game.Players.LocalPlayer.Stats.AppliedPasses.MorePetSlots.Value = true
- end)
- Start.Name = "Start"
- Start.Parent = Frame
- Start.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Start.BorderSizePixel = 0
- Start.Position = UDim2.new(0.062298663, 0, 0.347273856, 0)
- Start.Size = UDim2.new(0, 95, 0, 31)
- Start.Font = Enum.Font.Cartoon
- Start.Text = "Start"
- Start.TextColor3 = Color3.new(1, 1, 1)
- Start.TextSize = 17
- Name.Name = "Name"
- Name.Parent = Frame
- Name.BackgroundColor3 = Color3.new(0.196078, 0.0196078, 0.196078)
- Name.BackgroundTransparency = 99
- Name.Position = UDim2.new(0.0622985847, 0, 0.243710056, 0)
- Name.Size = UDim2.new(0, 95, 0, 26)
- Name.Font = Enum.Font.Cartoon
- Name.PlaceholderText = "Ghost Name"
- Name.Text = ""
- Name.TextColor3 = Color3.new(1, 1, 1)
- Name.TextSize = 15
- Close.Name = "Close"
- Close.Parent = Frame
- Close.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(-0.00100398064, 0, 0.996762276, 0)
- Close.Size = UDim2.new(0, 350, 0, 18)
- Close.Font = Enum.Font.Cartoon
- Close.Text = "Close"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextSize = 16
- Close.MouseButton1Click:connect (function ()
- Frame.Visible = false
- Open.Visible = true
- end)
- Open.Name = "Open"
- Open.Parent = GhostATrash
- Open.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Open.BorderSizePixel = 0
- Open.Position = UDim2.new(0.064655982, 0, 0.962238073, 0)
- Open.Size = UDim2.new(0, 95, 0, 39)
- Open.Font = Enum.Font.Cartoon
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 20
- Open.Visible = false
- Open.MouseButton1Click:connect (function ()
- Frame.Visible = true
- Open.Visible = false
- end)
- --I am Xpxnag...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement