Advertisement
karobloxYT

Untitled

Jul 15th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. _G.farm12 = true
  2. while _G.farm12 do
  3. wait(0)
  4.  
  5. for i,v in pairs(game.workspace.Enemies:GetChildren()) do
  6. if v.Name == "Lv12 Thug" then
  7. if v.Humanoid.Health > 0 then
  8. repeat wait()
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.HumanoidRootPart.Position + Vector3.new(0,4,0),v.HumanoidRootPart.Position)
  10. until v.Humanoid.Health == 0 or _G.farm12 == false
  11. wait()
  12. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  13. if v.ClassName == "Script" then
  14. for i,c in pairs(v:GetChildren()) do
  15. if c.Name == "" then
  16. v:Remove()
  17.  
  18. end
  19. end
  20. end
  21. end
  22.  
  23. noclip = true
  24. game:GetService('RunService').Stepped:connect(function()
  25. if noclip then
  26. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  27. end
  28. end)
  29. plr = game.Players.LocalPlayer
  30. mouse = plr:GetMouse()
  31. mouse.KeyDown:connect(function(key)
  32.  
  33. if key == "m" then
  34. noclip = not noclip
  35. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  36. end
  37. end)
  38. end
  39. end
  40. end
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement