WoodFilms

Wood Films Chop hack script

Apr 15th, 2017
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. --THIS IS THE GOLD AXE TRICK PEOPLE AND PRANK EM BY SAYING WANNA BUY IT, THEN TELL EM 6k AND IF THEY GIVE IT GIVE IT TO THEM AND THEY --TRY BUT NOPE DOESNT WORK FOR THEM XDDD
  2. --CUT TREES WITH E-- YOU WILL CUT FAST SO THEY WILL THINK YOU HAVE GOLD AXE JUST SPAM E!
  3. TPed=Instance.new('Folder',game.Workspace)
  4. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  5. if key=='e' then
  6. Tree=game.Players.LocalPlayer:GetMouse().Target
  7. while true do
  8. if Tree.Parent:FindFirstChild('CutEvent') then
  9. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  10. ["tool"] = game.Players.LocalPlayer.Character.Tool,
  11. ["faceVector"] = Vector3.new(-1,0,0),
  12. ["height"] = 1,
  13. ["sectionId"] = 1,
  14. ["hitPoints"] = 0.2,
  15. ["cooldown"] = 0,
  16. ["cuttingClass"] = "Axe"})
  17. wait()
  18. if Tree.Parent:FindFirstChild('Cut') then
  19. else break end
  20. else break end
  21. end
  22. for i,v in pairs(game.Workspace.LogModels:GetChildren()) do
  23. if Tree.Parent.Owner.Value==game.Players.LocalPlayer then
  24. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  25. if v.Name ~= 'PlaceholderPart' then
  26. v:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  27. v.Parent=TPed
  28. end
  29. end
  30. end
  31. end
  32. end)
Add Comment
Please, Sign In to add comment