_Thanh_Thy_Cute_

Pressure Wash Simulator Hack/Script INF BACKPACK AND BEST GUN!

Jul 25th, 2021 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. for i,v in pairs(getgc(true)) do
  2. if type(v) == "table" and rawget(v,'Pressure') or type(v) == "table" and rawget(v,'MaxCapacity') or type(v) == "table" and rawget(v,'BrushShape') then
  3. v.Price = 0
  4. v.BrushShape = {100,100}
  5. v.MaxCapacity = 100000
  6. v.Pressure = 200000
  7. end
  8. end
  9. game:GetService("ReplicatedStorage").Remotes.RefillRemote:FireServer(true)
Add Comment
Please, Sign In to add comment