Backrooms Race Clicker AUTO CLICKER SCRIPT – EXECUTE 3 TIMES FOR X3 CLICK

Created by eprx#9921
  • AUTO CLICKER
  • EXECUTE 3 TIMES FOR X3 BUT MAY GET LAGGY
function ClickingScript() end

for i,v in pairs(getgc(true)) do
    if type(v) == 'function' then
    if debug.getinfo(v).name == 'Click' then
        ClickingScript = v
    end
    end
end

_G.on = not _G.on
while _G.on do
    task.wait()
    for i = 1,100 do -- remove if you want regular speed/no lag
    ClickingScript()
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!