spawn(function() while true do game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Race"):FireServer("GetWin") task.wait(0.01) end end) for i = 1, 7 do game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Daily"):FireServer("TryClaim") task.wait(0.5) end game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Spin"):FireServer("Spin", -1827272727) game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Egg"):FireServer("TryOpenEgg", "Egg2", -172727272762268373) game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Egg"):FireServer("TryOpenEgg", "Egg10", -606262626667777) game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Egg"):FireServer("TryOpenEgg", "Egg13", 4) spawn(function() while true do local args = {"GetWin"} game:GetService("ReplicatedStorage"):WaitForChild("Remote"):WaitForChild("Race"):FireServer(unpack(args)) task.wait(0.01) end end)