Advertisement
_Thanh_Thy_Cute_

Speed Simulator AUTO FARM BALLS AND AUTO REBIRTH

Aug 2nd, 2021
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.Idled)) do
  2. v:Disable()
  3. end
  4. --credits to e621 for da anti afk
  5. _G.autorebirth = true --false if you dont want to autorebiwth
  6. while wait(5) do
  7. if _G.autorebirth == true then
  8. game:GetService("ReplicatedStorage").Networking.Rebirth:FireServer()
  9. end
  10. for i, v in pairs(game:GetService("Workspace").ballsFolder:GetDescendants()) do
  11. if v.Name == "Base" then
  12. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  13. wait()
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement