Advertisement
ScriptFinder

[ROBLOX] Broken Bones IV AUTO FARM!!!!

Nov 23rd, 2019
4,301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.04 KB | None | 0 0
  1. ----Hello, I just found this Roblox script!
  2. ----Broken Bones IV Auto Farm!
  3.  
  4. ---NOT MADE BY ME
  5.  
  6. local player = game:GetService("Players").LocalPlayer
  7. local Respawn
  8. pcall(function() Respawn = getsenv(game:GetService("ReplicatedFirst"):FindFirstChildOfClass("LocalScript")).Respawn end)
  9. _G.farm=true
  10. while wait(0.5) do
  11. if _G.farm then
  12. local char = player.Character
  13. local root = char.HumanoidRootPart
  14. for j=1,3 do
  15. char:SetPrimaryPartCFrame(CFrame.new(-400,700,-250))
  16. wait(0.5)
  17. for k=1,19 do
  18. if root:FindFirstChild("BodyForce") then root.BodyForce:Destroy() end
  19. root.Velocity = Vector3.new(0,-500,0)
  20. wait(0.1)
  21. end
  22. end
  23. for j=1,30 do
  24. char:SetPrimaryPartCFrame(CFrame.new(0,26,-172))
  25. root.Velocity = Vector3.new()
  26. wait()
  27. end
  28. wait(4)
  29. if Respawn then
  30. player.PlayerGui.Gui.Summary:TweenPosition(UDim2.new(0.5, 0, 1.5, 0), "In", "Back", 0.75, true)
  31. Respawn(workspace.CurrentCamera.CFrame, workspace.CurrentCamera.Focus)
  32. player.PlayerGui.Gui.Summary.Visible=false
  33. else
  34. repeat wait(0.1) until not player.PlayerGui.Gui.Summary.Visible
  35. end
  36. end
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement