Race Car Clickers Script | UNLIMITED WINS

Created by Spiritual

Features:

  • you can use the wins to purchase eggs such as car eggs, pets, and trials. you can also trade as well so have fun ruining the economy. you can even make this into a service and make some money if you want lol

you get 1 million wins per execute

local arguments = {
   [1] = "Demon Egg",
   [2] = -1,
   [3] = {}
}

game:GetService("ReplicatedStorage").Events.Remotes.ServerRemotes.GivePlayerRandomPet:InvokeServer(unpack(arguments))
  • if you wanna get 1 million wins per millisecond then here is a loop script:
while true do
wait()
local arguments = {
   [1] = "Demon Egg",
   [2] = -1,
   [3] = {}
}

game:GetService("ReplicatedStorage").Events.Remotes.ServerRemotes.GivePlayerRandomPet:InvokeServer(unpack(arguments))

end
  • INF CANDY
while true do
wait()
local arguments = {
  [1] = "Spooky Cars",
  [2] = -1,
  [3] = {}
}

game:GetService("ReplicatedStorage").Events.Remotes.ServerRemotes.GivePlayerRandomPet:InvokeServer(unpack(arguments))
end