Fitness Simulator 2 Script | FAST WIN

man = "Explorer"

local sequence = {
   1693827817.816484,
   1693827817.848418,
   1693827817.895763,
   1693827817.912283,
   1693827817.959788,
}

local function fireScript()
   local args = {
       [1] = man,
       [2] = {}
   }

for _ = 1, 1000 do
   for _, value in ipairs(sequence) do
       table.insert(args[2], value)
   end
end

   game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("GiveWin"):FireServer(unpack(args))
end

for i = 1, 50 do
   fireScript()
   wait(0.1)  -- Wait for 0.1 seconds between each firing
end
Scroll to Top