Pressure Wash Simulator Script | MAX DIRT, MAX MONEY, MAX WATER AND ALSO AUTO WASH

Created by Cxnnor17

Features:

  • Simple script, simply walk into the first area, clean one thing, max dirt, max money, max water and also will auto wash the area for you.
  • (You have to be stood in the area and it will increase % done of the area then simply keep moving on!)
_G.Clean = true -- Change to false to stop.

while _G.Clean and wait(.1) do
game:GetService("ReplicatedStorage").Remotes.RefillRemote:FireServer(true)
game:GetService("ReplicatedStorage").Remotes.SurfaceCompleted:FireServer(math.huge, math.huge)
game:GetService("ReplicatedStorage").Remotes.ClientFrameData:FireServer(math.huge , true, true, math.huge)
end