Race Clicker VERY FAST AUTO WIN SCRIPT – AUGUST 2022

Created by Zeerox#5847

Features:

  • VERY FAST AUTO WIN

SCRIPT:

--settings (make these values bigger if script often bugs for you)
local delay1 = 1
local delay2 = 0.1
--main
while task.wait() do
    pcall(function()
        for i,v in pairs(workspace.Environment:GetDescendants()) do
            if v:FindFirstChildWhichIsA'TouchTransmitter' then
                firetouchinterest(v, game:service'Players'.LocalPlayer.Character.HumanoidRootPart, 0)
                task.wait((v.Parent.Name == 'Stage1K' and delay1) or delay2)
            end
        end
    end)
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!