Advertisement
SythicalScripts

Sythical | Script

Apr 3rd, 2023
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. -- fastest auto spin for this one u need to enable performance stats in roblox settings and 10+ eggs needed
  2. _G.test = true
  3. while _G.test do
  4. wait()
  5. local test = game:GetService("CoreGui").RobloxGui.PerformanceStats:GetChildren()
  6. local test2=test[6].StatsMiniTextPanelClass.ValueLabel.Text:split("ms")
  7. if game:GetService("Players").LocalPlayer.Data.eggs.Value >= 2 and tonumber(test2[1]) <5000 then
  8. wait()
  9. for i=1,10000 do
  10. task.spawn(function()
  11. game:GetService("ReplicatedStorage").SpinWheel:InvokeServer()
  12. end)
  13. end
  14. wait(10)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement