Auto Win +1 Per Second Script

Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

BloxScript4You


We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
if getgenv().autoWin then getgenv().autoWin = false
else getgenv().autoWin = true end
local plr = game:GetService("Players").LocalPlayer
repeat task.wait() until plr.Character ~= nil
local char = plr.Character
while getgenv().autoWin do
    for _, v in pairs(game:GetService("Workspace").WinPads:GetChildren()) do
        if v:FindFirstChild("Win") and v.Name ~= "rebirth" then
            firetouchinterest(char.HumanoidRootPart, v.Win, 0)
            firetouchinterest(char.HumanoidRootPart, v.Win, 1)
        end
    end
    task.wait()
end 

Available Roblox Games