Advertisement
FurkyYT

Saber Simulator Auto Farm

Oct 13th, 2019
10,157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. lp = game.Players.LocalPlayer
  2.  
  3. spawn(function()
  4. while wait() do
  5. for i,v in pairs(workspace.CoinsHolder:GetChildren()) do
  6. wait()
  7. lp.Character.HumanoidRootPart.CFrame = v.CFrame
  8. end
  9. end
  10. end)
  11.  
  12.  
  13. spawn(function()
  14. while wait() do
  15. if lp.Backpack:FindFirstChildOfClass("Tool") then
  16. lp.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  17. end
  18. spawn(function()
  19. local tbl_main =
  20. {
  21. }
  22. game:GetService("ReplicatedStorage").Events.Clicked:FireServer(unpack(tbl_main))
  23. end)
  24. spawn(function()
  25. local tbl_main =
  26. {
  27. }
  28. game:GetService("Workspace")[lp.Name].Starter.RemoteClick:FireServer(unpack(tbl_main))
  29. end)
  30. end
  31. end)
  32.  
  33. spawn(function()
  34. while wait() do
  35. lp.Character.HumanoidRootPart.CFrame = CFrame.new(532.856628, 183.835846, 148.075882)
  36. lp.Character.HumanoidRootPart.CFrame = CFrame.new(532.856628, 183.835846, 148.075882)
  37. lp.Character.HumanoidRootPart.CFrame = CFrame.new(532.856628, 183.835846, 148.075882)
  38. end
  39. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement