Advertisement
MaGiXx228

Workout Island Tp to Coins Tp to Gems Auto Sell

Jun 7th, 2020
5,778
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. -- Tp to coins
  2. for i,v in pairs(game.Workspace:GetChildren()) do
  3. wait()
  4. if v:IsA("Part") then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  6. wait()
  7. end
  8. end
  9.  
  10. --Tp to Gems
  11. for i,v in pairs(game.Workspace:GetChildren()) do
  12. wait()
  13. if v:IsA("MeshPart") then
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  15. wait()
  16. end
  17. end
  18.  
  19. --Auto Sell
  20. _G.MaGiXx = true
  21. while _G.MaGiXx do
  22. wait(7) -- Change timer if you want!
  23. local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  24. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23.5990009, 197.412048, 111.348999, 0.996191859, 0, 0.0871884301, 0, 1, 0, -0.0871884301, 0, 0.996191859)
  25. wait(0.7)
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement