✅ Last Tested: March 2026 – All scripts working.
Backrooms Race Clicker has a loop that hooks you fast but gets repetitive once you have seen it a few times. The grind to keep up or pull ahead of other players adds up quickly, and doing it manually every session gets old. These scripts take over the repetitive side with Auto Farm, Pastebin so you can stay ahead without grinding through the same actions over and over.
Auto Farm Pastebin
📜 Backrooms Race Clicker Scripts (Auto Farm, Pastebin & More)
To run any of these scripts you will need a working Roblox executor. Check out the list at that link for free and paid options that work in 2026.
Backrooms Race Clicker Script Auto Farm, Auto Win, Auto Click
Script 1 KEYLESSBackrooms Race Clicker Script Auto Farm, Auto Win, Auto Click
Auto Farm
loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraIsMe2/ToraIsMe2/main/0Backroomsrace", true))()
Select all text above, copy it, then paste into your executor.
Backrooms Race Clicker Script 2:
Script 2 KEYLESSBackrooms Race Clicker Script Auto Farm, Auto Win, Auto Click
Auto Farm
loadstring(game:HttpGet("https://raw.githubusercontent.com/idontknowwhattonamemyself/Nic-Hub-v2/Lua/Loader"))()
Select all text above, copy it, then paste into your executor.
Backrooms Race Clicker Script 3:
Script 3 KEYLESSBackrooms Race Clicker Script Auto Farm, Auto Win, Auto Click
Auto Farm
local plr = game.Players.LocalPlayer.Character.Head
for i, v in pairs(game:GetService("Workspace"):GetDescendants()) do
if v.Name == "TouchInterest" and v.Parent then
firetouchinterest(plr, v.Parent, 0)
end
end
Select all text above, copy it, then paste into your executor.
Backrooms Race Clicker Script Pastebin2026 :
Script 4 KEYLESSBackrooms Race Clicker Script Pastebin2026 :
Pastebin
function TeleWorld(SeWorld)
if game:GetService("Workspace").Racetracks:FindFirstChild(SeWorld) then
TPTo(game:GetService("Workspace").Racetracks[SeWorld].Doors.ElevatorSounds.CFrame)
end
end
local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
local w = library:CreateWindow("Backrooms Race Clicker")
local b = w:CreateFolder("Backrooms Race Clicker")
b:Button("Get Max Speed",function()
game:GetService('Players').LocalPlayer.Character.Humanoid.WalkSpeed = 99999999999999999
end)
local SRace
b:Dropdown("Race",{"Normal","Hard","Impossible","Godlike",},true,function(val)
SRace = val;
end)
b:Button("TP",function()
if SRace then
TeleWorld(SRace)
end
end)
local w = library:CreateWindow("Others")
local S
local J
local H
local G
local C
local CF
local b = w:CreateFolder("LocalPlayer")
b:Box("Speed","number",function(val)
S = val
end)
b:Box("Jump","number",function(val)
J = val
end)
b:Box("Hip Height","number",function(val)
H = val
end)
b:Box("Gravity","number",function(val)
G = val
end)
b:Toggle("Speed",function(bool)
getgenv().Speed = bool
Speed(S)
end)
b:Toggle("Jump",function(bool)
getgenv().Jump = bool
Jump(J)
end)
b:Toggle("Hip Height",function(bool)
getgenv().Hip = bool
Hip(H)
end)
b:Toggle("Gravity",function(bool)
getgenv().Grav = bool
Grav(G)
end)
b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val)
game.workspace.CurrentCamera.FieldOfView = val
end)
b:Button("Print Current XYZ",function()
function GetPOS() return game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end print(GetPOS())
end)
local b = w:CreateFolder("Stuff")
b:Box("Chat","Message",function(val)
C = val
end)
b:Box("Cooldown","Speed",function(val)
CF = val
end)
b:Toggle("Spam",function(bool)
getgenv().Chat = bool
Chat(C, CF)
end)
b:Button("Rejoin",function()
loadstring(game:HttpGet("https://rentry.co/ytqbbnfb/raw", true))()
end)
b:Button("Giant",function()
loadstring(game:HttpGet("https://rentry.co/vu6wpidd/raw", true))()
end)
b:Button("Noclip",function()
loadstring(game:HttpGet("https://rentry.co/ihoaqsxo/raw", true))()
end)
b:Button("Reset",function()
loadstring(game:HttpGet("https://rentry.co/vobhtgxc/raw", true))()
end)
b:Button("RTX Summer",function()
loadstring(game:HttpGet("https://paste.ee/r/h4fL2", true))()
end)
b:Button("RTX Autumn",function()
loadstring(game:HttpGet("https://paste.ee/r/9eV0M", true))()
end)
b:Button("Anti-Report",function()
loadstring(game:HttpGet("https://paste.ee/r/GphmF", true))()
end)
local b = w:CreateFolder("Credits")
b:Label("Made by X_LuaF#0705",{
TextSize = 21;
TextColor = Color3.fromRGB(255,255,255);
BgColor = Color3.fromRGB(69,69,69);
})
b:Button("Copy Discord Invite",function()
setclipboard("https://discord.gg/8tRb8MQcW5")
end)
b:DestroyGui()
getgenv().Speed = false;
getgenv().Jump = false;
getgenv().Hip = false;
getgenv().Chat = false;
getgenv().Grav = false;
function Chat(Mes, Freq)
spawn(function ()
while getgenv().Chat == true do
local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
wait(Freq)
end
end)
end
function Speed(Nume)
spawn(function ()
if getgenv().Speed == true then
while getgenv().Speed == true do
game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume
wait()
end
elseif getgenv().Speed == false then
game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16
end
end)
end
function Jump(Nume)
spawn(function ()
if getgenv().Jump == true then
while getgenv().Jump == true do
game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume
wait()
end
elseif getgenv().Jump == false then
game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
end
end)
end
function Hip(Nume)
spawn(function ()
if getgenv().Hip == true then
while getgenv().Hip == true do
game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume
wait()
end
elseif getgenv().Hip == false then
game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1
end
end)
end
function Grav(Nume)
spawn(function ()
if getgenv().Grav == true then
while getgenv().Grav == true do
game:GetService("Workspace").Gravity = Nume
wait()
end
elseif getgenv().Grav == false then
game:GetService("Workspace").Gravity = 196.2
end
end)
end
function TPTo(PCFrame)
local plr = game.Players.LocalPlayer;
if plr.Character then
plr.Character.HumanoidRootPart.CFrame = PCFrame
end
end
Select all text above, copy it, then paste into your executor.
🎮 How to Use the Backrooms Race Clicker Script
2Launch Roblox and open Backrooms Race Clicker.
3Open your executor, then click Inject or Attach.
4Copy any script above and paste it into the executor script box.
5Press Execute — the GUI will appear in-game.
6Toggle Auto Farm, Speed Hack, ESP and other features from the GUI menu.
7Always use an alt account to protect your main.
🎮 About The Backrooms Race Clicker Script

Backrooms Race Clicker is a Roblox game built around a loop that hooks you quickly but gets repetitive once you have seen the core mechanics a few times. The brainrot theme keeps things funny but the grind underneath it is real, especially if you are trying to stay competitive with other players.
These scripts take over the repetitive side of the loop so you keep progressing without grinding through the same actions every session. Most of the options above are keyless and load in seconds.
Use an alt account when running any script to keep your main safe. The GitHub-hosted scripts in the list update after game patches and are the most reliable long-term.
Looking for free rewards? Check out our Backrooms Race Clicker Codes page for every working code.
For everything outside the script side — character builds, zone unlocks, and what changed in the latest update — the Backrooms Race Clicker has it covered.
⚠️ Disclaimer: All scripts on this page are for educational purposes only. Using scripts in Roblox violates the Roblox Terms of Service and may result in your account being permanently banned or suspended without warning. RobloxDatabase.com is not responsible for any consequences from using these scripts. Always use an alt account — never your main.