Car Crushers 2 Script | AUTO FARM & MORE! – JAN 2023

Png-5-15-300x169-1.png

Created by deity#9160

Features:

  • AUTO FARM
    • select a car, execute script and wait
  • DEV NOTES:
  • It will tp you to the washing machine in row 4, if you don’t have that unlocked you’re gonna have to change the hitbox part (“local washingMachine”)
local carCollection = workspace:WaitForChild("CarCollection")
local players = game:GetService("Players")
local rs = game:GetService("ReplicatedStorage")
local spawnRemote = rs.rF.SpawnVehicle
local client = players.LocalPlayer

local allCrushers = workspace:WaitForChild("All crushers")
local washingMachine = allCrushers:WaitForChild("Washing Machine")

local respawnGui = client.PlayerGui:WaitForChild("VehicleMenu").Menu.Background.Background.RespawnLabel
local gotTeleported = false

getgenv().farm = true

local getCar = function()
local car = carCollection:FindFirstChild(client.Name)

if #car:WaitForChild("Car").Wheels:GetChildren() > 1 then
repeat
task.wait()
until car.PrimaryPart ~= nil
return car
else
return "not found"
end
end

local canRespawn = function()
return respawnGui.Text == "Respawn vehicle [R]"
end

local tpCrusher = function()
local car = getCar()

if car == "not found" then
return
end

car:SetPrimaryPartCFrame(washingMachine.HitBox.CFrame)
gotTeleported = true

fireclickdetector(washingMachine.Enable.QuickButton.ClickDetector, 5)
end

local respawn = function()
spawnRemote:InvokeServer(carCollection:FindFirstChild(client.Name).VehicleName.Value)

repeat
task.wait()
until getCar() ~= "not found"
end

while getgenv().farm and task.wait() do
if canRespawn() then
respawn()
tpCrusher()
end
end

 

ENJOY!

 

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

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service