Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("ImageLabel")
- local TextButton = Instance.new("ImageButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("ImageLabel")
- local BorderPixel = Instance.new("ImageLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Name = "Frame"
- Frame.Parent = ScreenGui
- Frame.BackgroundTransparency = 1
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 127, 0, 243)
- Frame.Size = UDim2.new(0, 227, 0, 116)
- Frame.Image = "rbxassetid://1283904632"
- Frame.ImageColor3 = Color3.new(0.0784314, 0.709804, 0.341176)
- Frame.ScaleType = Enum.ScaleType.Slice
- Frame.SliceCenter = Rect.new(22, 22, 234, 234)
- TextButton.Name = "TextButton"
- TextButton.Parent = Frame
- TextButton.BackgroundTransparency = 1
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0, 0, 0, 61)
- TextButton.Size = UDim2.new(0, 227, 0, 54)
- TextButton.Image = "rbxassetid://1283904632"
- TextButton.ImageColor3 = Color3.new(0.0980392, 0.898039, 0.419608)
- TextButton.ScaleType = Enum.ScaleType.Slice
- TextButton.SliceCenter = Rect.new(22, 22, 234, 234)
- TextLabel.Parent = TextButton
- TextLabel.AnchorPoint = Vector2.new(0, 0.5)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 0.5, 0)
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.GothamBold
- TextLabel.Text = "START"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- TextLabel_2.Name = "TextLabel"
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Size = UDim2.new(0, 227, 0, 61)
- TextLabel_2.ZIndex = 2
- TextLabel_2.Image = "rbxassetid://1283904632"
- TextLabel_2.ImageTransparency = 1
- TextLabel_2.ScaleType = Enum.ScaleType.Slice
- TextLabel_2.SliceCenter = Rect.new(22, 22, 234, 234)
- BorderPixel.Name = "BorderPixel"
- BorderPixel.Parent = TextLabel_2
- BorderPixel.AnchorPoint = Vector2.new(0.5, 0.5)
- BorderPixel.BackgroundTransparency = 1
- BorderPixel.BorderSizePixel = 0
- BorderPixel.Position = UDim2.new(0.5, 0, 0.5, 0)
- BorderPixel.Size = UDim2.new(1, 2, 1, 2)
- BorderPixel.Image = "rbxassetid://1283904632"
- BorderPixel.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- BorderPixel.ImageTransparency = 1
- BorderPixel.ScaleType = Enum.ScaleType.Slice
- BorderPixel.SliceCenter = Rect.new(22, 22, 234, 234)
- TextLabel_3.Parent = TextLabel_2
- TextLabel_3.AnchorPoint = Vector2.new(0, 0.5)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0, 0, 0.5, 0)
- TextLabel_3.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_3.ZIndex = 2
- TextLabel_3.Font = Enum.Font.GothamBold
- TextLabel_3.Text = "GHOST SIMULATOR AUTO FARM"
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- function SCRIPT_QZVZ77_FAKESCRIPT() -- TextButton.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = TextButton
- local on = false
- script.Parent.MouseButton1Click:Connect(function()
- on = not on
- if on == true then
- if game.Players.LocalPlayer.Character:FindFirstChild("Vacuum").Active.Value == false then
- on = false
- script.Parent.TextLabel.Text ='Please equip your tool and try again'
- wait(5)
- script.Parent.TextLabel.Text = 'START'
- else
- script.Parent.TextLabel.Text = 'STOP'
- end
- else
- script.Parent.TextLabel.Text = 'START'
- end
- repeat
- wait()
- for _,v in pairs(game:GetService("Workspace").Ghosts:GetChildren()) do
- if v:FindFirstChild("Body") ~= nil and (v.Body.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).magnitude < 100 then
- for _,c in pairs(game:GetService("ReplicatedStorage").GhostEntries:GetDescendants()) do
- if c.Name == 'GhostName' then
- if c.Value == v.Name then
- if c.Parent.Parent.Stats.AntennaLevel.Value <= game.Players.LocalPlayer.Stats.AntennaLevel.Value then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Body.CFrame
- wait(.2)
- local A_1 = v
- local Event = game:GetService("ReplicatedStorage").Network.ToServer.Requests.VacuumEnemy
- Event:FireServer(A_1)
- repeat
- wait()
- game.Workspace.ScriptParts.EctoplasmConverters.Converter.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- for _,v in pairs(game.Workspace.Drops:GetChildren()) do
- v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- until v:FindFirstChild("Body") == nil
- end;end;end;end;end;end;
- until on == false
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_QZVZ77_FAKESCRIPT))
- function SCRIPT_YSOJ67_FAKESCRIPT()
- local script = Instance.new('LocalScript')
- script.Parent = Frame
- script.Parent.Active =true
- script.Parent.Draggable = true
- end
- coroutine.resume(coroutine.create(SCRIPT_YSOJ67_FAKESCRIPT))
Add Comment
Please, Sign In to add comment