GHOST SIMULATOR SCRIPT | AUTO FARM & SELL

Created by Purples

Features:

-- Variable
local player = game.Players.LocalPlayer
_G.Enabled = true
local ghostN = "Fairy" -- you can find all name in Workspace.Ghost
local GhostsFolder = game.Workspace.Ghosts
local bLocation
-- function
function teleport(loc) -- Nymphoria on v3rmillion.net
   bLocation = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
   if game.Players.LocalPlayer.Character.Humanoid.Sit then
       game.Players.LocalPlayer.Character.Humanoid.Sit = false
   end
   wait()
   game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = loc
end
--Autofarm
while true do
    if _G.Enabled == true then
            if GhostsFolder[ghostN]:FindFirstChild("HumanoidRootPart") and GhostsFolder[ghostN]:FindFirstChild("EnemyHumanoid") and GhostsFolder[ghostN].Health.Value > 0 and player.Character:FindFirstChild("HumanoidRootPart") then
                repeat
                    if player.Character:FindFirstChild("HumanoidRootPart") and GhostsFolder[ghostN]:FindFirstChild("HumanoidRootPart") then
                        player.Character.HumanoidRootPart.CFrame = GhostsFolder[ghostN].HumanoidRootPart.CFrame * CFrame.new(0,0,5)
                    end
                    wait()
                    
                    local remote = game:GetService("ReplicatedStorage").Network.ToServer.Requests.VacuumEnemy
                    remote:FireServer(GhostsFolder[ghostN])
                until v == nil or v.Parent == nil or not GhostsFolder[ghostN]:FindFirstChild("EnemyHumanoid") or GhostsFolder[ghostN].Health.Value <= 0
            end
    end
    wait()
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!