Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _G.Farmd = true
- noclip = true
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "o" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- game.ReplicatedStorage.remotes.changeStartValue:FireServer()
- while _G.Farmd do
- wait(3)
- for a,b in pairs(game.Workspace:GetChildren()) do
- if b:IsA("Folder") then
- for c,d in pairs(b:GetChildren()) do
- if d:FindFirstChild("enemyFolder") then
- for e,f in pairs(d.enemyFolder:GetChildren()) do
- if f:FindFirstChild("HumanoidRootPart") and f:FindFirstChild("Humanoid") then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(f.HumanoidRootPart.Position + Vector3.new(0,6,0),f.HumanoidRootPart.Position)
- wait()
- end
- end
- end
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement