Advertisement
karobloxYT

Untitled

Aug 24th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. game:service'RunService'.RenderStepped:Connect(function()
  2. while true do
  3. wait()
  4. for _,v in pairs(game.workspace.Region:GetChildren()) do
  5. if string.find(v.Name,"HitboxWood") then
  6. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7. mouse1click()
  8. wait()
  9. game:GetService('RunService').Stepped:Connect(function()
  10. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  11. end)
  12. while true do
  13. wait()
  14. local Tool = game.Players.LocalPlayer.Backpack:FindFirstChild("Stick")
  15. if Tool then
  16. game.Players.LocalPlayer.Character.Humanoid:EquipTool(Tool)
  17. end
  18. end
  19. end
  20. end
  21. end
  22. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement