Ghost Simulator is the name of the game created by BloxByte Games. In the game, all the players are able to use vacuums in order to suck up ghosts and sell them for the currency of the game named Ecto-Tokens. The materials such as antenna parts that can be used to upgrade the antenna of the player will also be dropped by the ghosts. This one is used as the level up system to access different areas of the game.
For those who are looking for the script of Ghost Simulator, you can find one on a site called Pastebin. Pastebin is the name of the site where you can find the script related to Roblox, including the hack script of Ghost Simulator.
One of the scripts of Ghost Simulator on the site is the one shared by XPXNAGNAG on May 4th, 2019. The script is:
- 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)
That hack script of Ghost Simulator mentioned above is not complete. If you want to know the complete version, you can go straight to Pastebin and find it by yourself. Pastebin is such a really easy and simple site to the point you will not be required to sign in to the site to access it. Everything is ways easier with the existence of the Search bar. Aside from that hack script of Ghost Simulator, you might find some others shared by the other users.