Hey there, fellow Backrooms Drift players! If you’re looking to enhance your gameplay and make the most out of your drifting adventures, you’re in the right place. I’ve compiled three amazing scripts that can help you farm points, collect gems, and customize your car like never before. These scripts are easy to use and can significantly improve your gaming experience. Let’s dive into these game-changing tools!
01 Backroom Drift Autofarm (OPEN SOURCE)
This powerful script automatically teleports your car around the map to collect points without any manual effort.
Features:
- Automatically teleports your car to different locations
- Efficiently farms points while you sit back and relax
- Works best in private servers to avoid detection
- Open source code that you can modify
-- The script teleports only when you get into the car and run the script, to stop the script just get out of the car
-- Get the current player
local player = game.Players.LocalPlayer
-- Check that the player exists
if player then
-- Get the player ID
local playerID = player.UserId
- Function for finding the player's car by ID via the PlayerId attribute
function findPlayerCarByID(playerID)
for _, car in pairs(game.Workspace.Cars:GetChildren()) do
if car:IsA("Model") and car:GetAttribute("PlayerId") then
local ownerID = car:GetAttribute("PlayerId")
if ownerID == playerID then
return car
end
end
end
return nil
end
- Find the player's car
local playerCar = findPlayerCarByID(playerID)
if playerCar then
-- Set the PrimaryPart of the car if it is not done in the game
playerCar.PrimaryPart = playerCar:FindFirstChild("Chassis")
-- Function for teleporting the car by coordinates
function teleportCarToPosition(targetCFrame)
if playerCar and playerCar.PrimaryPart then
playerCar:SetPrimaryPartCFrame(targetCFrame)
end
end
-- Function for teleporting to each coin
function teleportToCoins()
-- Find the folder with coins
local coinsFolder = game.Workspace.CoinsSetup.CoinsFolder
-- Loop through all the coins in the folder
for _, coin in ipairs(coinsFolder:GetChildren()) do
-- Check if the object has a CFrame (it should be a coin)
if coin:IsA("BasePart") then
-- Get the current coordinates of the coin
local coinPosition = coin.Position
-- Add 5 units to the height (y-coordinate)
local newPosition = Vector3.new(coinPosition.X, coinPosition.Y + 1, coinPosition.Z)
-- Teleport the car to the new position
teleportCarToPosition(CFrame.new(newPosition))
wait(0.2) -- A small delay between teleports
end
end
end
-- The main function that will be repeated when all coins are processed
while true do
-- Teleport to the coins
teleportToCoins()
end
end
end
02 Collect All Gems
This handy script automatically collects all gems in the game, saving you time and effort in gathering valuable resources.
Features:
- Automatically collects all gems on the map
- Simple toggle functionality – execute again to stop
- Works with all coin types (Big, Medium, and Small)
- Teleports your character directly to gem locations
getgenv().loopgemcollceti = not loopgemcollceti
task.spawn(function()
while task.wait() do
if not loopgemcollceti then
break
end
local coinfolderr = game:GetService("Workspace").CoinsSetup.CoinsFolder
local gimmemony = coinfolderr:FindFirstChild("BigCoin") or coinfolderr:FindFirstChild("MediumCoin") or coinfolderr:FindFirstChild("SmallCoin")
if gimmemony then
game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame = gimmemony.CFrame
end
end
end)
03 Change Car Stats and Get Gamepass for Free
Unlock the full potential of your car with this amazing script that gives you access to premium features without spending a dime.
Features:
- Unlocks the Tuning Gamepass completely free
- Allows modification of car stats beyond normal limits
- Customize brake power, drag, max speed, and acceleration
- Enhances your overall driving experience
loadstring(game:HttpGet("https://raw.githubusercontent.com/denrigtigeMatjias/Matjias-Scripts/refs/heads/main/Loader.lua"))()
How to Use the Scripts
Using these scripts is straightforward. First, make sure you have a script executor installed. Then follow these steps:
- Launch Backrooms Drift and join a game (private servers recommended)
- Spawn your car and get inside it
- Open your script executor
- Copy and paste the script you want to use
- Execute the script
- Enjoy the benefits!
Remember that for the Autofarm script, you must be in your car first, then execute the script. For the Gem Collector, execute it once to start and again to stop. The Car Stats script needs to be executed only once to unlock all the premium features.
Benefits of Using These Scripts
These scripts offer numerous advantages that can significantly enhance your Backrooms Drift experience. By using the Autofarm script, you can accumulate points quickly without spending hours grinding, allowing you to unlock new cars and features faster than ever before. This saves you valuable time that you can spend enjoying other aspects of the game.
The Gem Collector script streamlines the resource-gathering process, ensuring you never miss a valuable gem on the map. This efficiency translates to faster progression and more resources to use for upgrades and purchases in the game.
Perhaps most impressively, the Car Stats script gives you access to premium features that would otherwise require real money. You can fine-tune your car’s performance beyond normal limits, giving you a competitive edge in races and drift competitions. The ability to customize brake power, drag, max speed, and acceleration allows for a personalized driving experience tailored to your preferences.
Together, these scripts transform the Backrooms Drift experience from a grind-heavy game to one where you can focus on the fun aspects of driving, drifting, and racing with your perfectly customized vehicle.
These powerful scripts are your ticket to dominating the Backrooms Drift world! Remember to use them responsibly and enjoy the enhanced gameplay experience they provide. Happy drifting!