Logkin

AutoFarmer BaBFT

May 17th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. _G.farm = true
  2. while _G.farm == true do
  3. local T = game.Players.LocalPlayer.Character.HumanoidRootPart
  4. local BV = Instance.new('BodyVelocity', T)
  5. BV.Velocity = Vector3.new('0,-1.1,0')
  6. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-150, 50, 750)
  7. while T.CFrame.Z < 9513.75293 do
  8. T.CFrame = T.CFrame + Vector3.new(0,0,17)
  9. wait()
  10. end
  11. wait(.5)
  12. T.BodyVelocity:Destroy()
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-61, -351, 9500)
  14. wait(16.3)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment