Backrooms Race Clicker Script | AUTO CLICKER SCRIPT, EXECUTE 3 TIMES FOR X3 CLICK



Created by eprx#9921

Features:

  • 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

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!