Advertisement
BjeffeHund

OO Autofarm paste

Feb 25th, 2020
6,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. local ok = 28
  2. local ok1 = 0
  3. local ok2 = 0
  4. print("ok")
  5. local shitman = coroutine.wrap(function()
  6. while wait() do
  7. local hum = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  8. for i,v in pairs(game:GetService("Workspace").dungeon:GetChildren()) do
  9. if v:FindFirstChild("enemyFolder") then
  10. for i,x in pairs(v.enemyFolder:GetChildren()) do
  11. if x:FindFirstChild("HumanoidRootPart") and x:FindFirstChild("Humanoid") then
  12. if v:FindFirstChild("enemyFolder"):FindFirstChild("Electric Tower") then
  13. if v:FindFirstChild("enemyFolder"):FindFirstChild("Electric Tower"):FindFirstChild("HumanoidRootPart") then
  14. hum.CFrame = v:FindFirstChild("enemyFolder"):FindFirstChild("Electric Tower").HumanoidRootPart.CFrame * CFrame.fromOrientation(300,0,0) + Vector3.new(ok1,ok,ok2)
  15. end
  16. else
  17. hum.CFrame = x.HumanoidRootPart.CFrame * CFrame.fromOrientation(300,0,0) + Vector3.new(ok1,ok,ok2)
  18. x.Humanoid.Health = 0
  19. end
  20. end
  21. end
  22. end
  23. end
  24. end
  25. end)
  26. shitman()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement