KZeas

[Alpha]steve's one piece Farm Luffy ! Sub my channel

Nov 23rd, 2018
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  2. if v.ClassName == "Script" then
  3. for i,c in pairs(v:GetChildren()) do
  4. if c.Name == "" then
  5. v:Remove()
  6.  
  7. end
  8. end
  9. end
  10. end
  11.  
  12. noclip = true
  13. game:GetService('RunService').Stepped:connect(function()
  14. if noclip then
  15. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  16. end
  17. end)
  18. plr = game.Players.LocalPlayer
  19. mouse = plr:GetMouse()
  20. mouse.KeyDown:connect(function(key)
  21.  
  22. if key == "m" then
  23. noclip = not noclip
  24. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  25. end
  26. end)
  27.  
  28. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  29. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  30.  
  31. for _,v in pairs(game.Workspace:GetDescendants()) do
  32. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  33. v:FindFirstChild("Head").Anchored = true
  34. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(10,0,-5)
  35. end
  36. end
  37.  
  38. while true do
  39.  
  40. for _,v in pairs(game.Workspace:GetDescendants()) do
  41. if string.find(v.Name, "Luffy") and v:FindFirstChild("HumanoidRootPart") then
  42. v:FindFirstChild("HumanoidRootPart").Anchored = true
  43. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  44. end
  45. end
  46. wait(20)
  47. end
Add Comment
Please, Sign In to add comment