Advertisement
pa1nx9

Da Hood SHOE FARM – NOVEMBER 2021

Nov 12th, 2021
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. getgenv().shoefarm = not getgenv().shoefarm
  2.  
  3. coroutine.wrap(function()
  4. game:GetService("RunService").Stepped:Connect(function()
  5. if getgenv().shoefarm then
  6. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  7. end
  8. end)
  9. end)()
  10.  
  11. while getgenv().shoefarm do wait()
  12. for i,v in pairs(game.Workspace.Ignored.Drop:GetChildren()) do
  13. if v:IsA("MeshPart") then
  14. local mag = (game.Players.LocalPlayer.Character.HumanoidRootPart.Position - v.Position).magnitude
  15. if mag < 200 then
  16. wait(0.1)
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(-5,0,0)
  18. wait(0.1)
  19. fireclickdetector(v.ClickDetector)
  20. else
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame * CFrame.new(-5,0,0)
  22. end
  23. end
  24. end
  25.  
  26. if game.Workspace.Ignored.Drop:FindFirstChild("MeshPart") == nil then
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Ignored["Clean the shoes on the floor and come to me for cash"].HumanoidRootPart.CFrame * CFrame.new(0,-5,0)
  28. wait(0.3)
  29. fireclickdetector(game.Workspace.Ignored["Clean the shoes on the floor and come to me for cash"].ClickDetector)
  30. end
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement