Advertisement
OneShi

Da hood auto farm money

Feb 14th, 2022
3,707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetDescendants()) do
  2. if v:IsA("Seat") then
  3. print(v.Parent.Name)
  4. v:Destroy()
  5. end
  6. end
  7. for i,v in pairs(game:GetService("Workspace").Ignored.Drop:GetChildren()) do
  8. if v:IsA("Part") then
  9. local HumanoidRootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
  10. local TweenService = game:GetService("TweenService")
  11.  
  12. local TweenInformation = TweenInfo.new(
  13. 3, -- Time
  14. Enum.EasingStyle.Linear, -- EasingStyle
  15. Enum.EasingDirection.Out, -- EasingDirection
  16. 0, -- RepeatCount (when less than zero the tween will loop indefinitely)
  17. false, -- Reverses (tween will reverse once reaching it's goal)
  18. 0 -- DelayTime
  19. )
  20.  
  21. local Goal = {}
  22. Goal.CFrame = v.CFrame
  23. local Tween = TweenService:Create(HumanoidRootPart, TweenInformation, Goal)
  24.  
  25. Tween:Play()
  26. Tween.Completed:Wait()
  27. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  28. fireclickdetector(v.ClickDetector)
  29. fireclickdetector(v.ClickDetector)
  30. fireclickdetector(v.ClickDetector)
  31. fireclickdetector(v.ClickDetector)
  32. wait(1.5)
  33. fireclickdetector(v.ClickDetector)
  34. fireclickdetector(v.ClickDetector)
  35. fireclickdetector(v.ClickDetector)
  36. fireclickdetector(v.ClickDetector)
  37. end
  38. end
  39. local Servers = game.HttpService:JSONDecode(game:HttpGet("https://games.roblox.com/v1/games/"..game.PlaceId.."/servers/Public?sortOrder=Asc&limit=100"))
  40. for i,v in pairs(Servers.data) do
  41. if v.playing ~= v.maxPlayers then
  42. game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId, v.id)
  43. end
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement