pizzaloiopo

Build a Boat for Treasure Full AFK Gold

Jun 14th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. function gold()
  2. local x = 50
  3. local y = 50
  4. local waittime = 0.09
  5. local coordinates = {1360, 1606, 2110, 2356, 2860, 3610, 3856, 4360, 4606, 5111, 5356, 5860, 6106, 6610, 6857, 7360, 7606, 8100, 8356}
  6. for i=1,#coordinates do
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,coordinates[i])
  8. wait(waittime)
  9. end
  10. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-62,-200,9460)
  11. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(-62,-200,9523))
  12. wait(3)
  13. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  14. end
  15.  
  16. gold()
  17.  
  18. game.Players.LocalPlayer.Data.Gold.Changed:connect(function(newgold)
  19. local character = game.Players.LocalPlayer.Character
  20. if not character or not character.Parent then
  21. character = game.Players.LocalPlayer.CharacterAdded:wait()
  22. end
  23. gold()
  24. end)
Add Comment
Please, Sign In to add comment