Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Variable
- local player = game.Players.LocalPlayer
- _G.Enabled = true
- local ghostN = "Wizard" -- 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
- getgenv().autofarm = true
- while getgenv().autofarm == true do
- repeat
- for i,v in pairs(game.Workspace.Ghosts:GetChildren()) do
- if GhostsFolder[ghostN]:FindFirstChild("HumanoidRootPart") and GhostsFolder[ghostN]:FindFirstChild("EnemyHumanoid") and GhostsFolder[ghostN].Health.Value > 0 and player.Character:FindFirstChild("HumanoidRootPart") then
- if player.Character:FindFirstChild("HumanoidRootPart") and GhostsFolder[ghostN]:FindFirstChild("HumanoidRootPart") then
- player.Character.HumanoidRootPart.CFrame = GhostsFolder[ghostN].HumanoidRootPart.CFrame * CFrame.new(0,0,5)
- wait()
- local remote = game:GetService("ReplicatedStorage").Network.ToServer.Requests.VacuumEnemy
- remote:FireServer(GhostsFolder[ghostN])
- end
- end
- end
- until getgenv().autofarm == false
- end
Advertisement
Add Comment
Please, Sign In to add comment