The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
PRESSURE WASH SIMULATOR (INF CASH) script pastebin roblox
By PRESSURE WASH SIMULATOR (INF CASH) on 2024-09-18 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. _G.Clean = true -- Change to false to stop.
  2. while _G.Clean and wait(.1) do
  3. game:GetService("ReplicatedStorage").Remotes.RefillRemote:FireServer(true)
  4. game:GetService("ReplicatedStorage").Remotes.SurfaceCompleted:FireServer(math.huge, math.huge)
  5. game:GetService("ReplicatedStorage").Remotes.ClientFrameData:FireServer(math.huge , true, true, math.huge)
  6. end
  7. Click To Copy