Categories > Exploiting > Scripts >

Roblox Script Release Laundry Simulator (Beta) | Auto farm (OPEN SOURCE)

ShowerHeadFD

ShowerHead

Posts: 19

Threads: 9

Joined: Jan, 2021

Reputation: 24

Posted

pcall(function()
    function GetClothes() 
        local Clothing = workspace.Debris.Clothing:GetChildren()
        for i,v in pairs(Clothing) do
            local Remote = game.ReplicatedStorage.Events['GrabClothing']
            local Arguments = {
                [1] = v
            }
            Remote:FireServer(unpack(Arguments))
        end
    end
    
    function GetPlot()
        local AllPlots = workspace.Plots:GetChildren()
        for i,v in pairs(AllPlots) do
            if tostring(v.Owner.Value) == game.Players.LocalPlayer.Name then
                return v
            end
        end
    end
    
    function LoadWash()
    
        local Plot = GetPlot()
        
        for i,v in pairs(Plot["WashingMachines"]:GetChildren()) do 
            GetClothes()
    
            wait(0.5)
    
            local CFrame = v["MAIN"].CFrame
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame
            
            wait(0.5)
            
            local Remote = game.ReplicatedStorage.Events['LoadWashingMachine']
            local Arguments = {
                    [1] = v
            }
            Remote:FireServer(unpack(Arguments))
        end
    
    
    end
    
    function Drop()
        local CFrame = CFrame.new(-142.3277894.49800396, -6.913910870.194494158, -9.69223208e-080.980903685, -2.39351117e-0811.03555081e-07, -0.980903685, -4.36188969e-080.194494158)
        game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame
        wait(0.2)
        local Remote = game.ReplicatedStorage.Events['DropClothesInChute']
        local Arguments = {
            
        }
        Remote:FireServer(unpack(Arguments))
    end
    
    function UnLoadWash()
    
        local Plot = GetPlot()
        
        for i,v in pairs(Plot["WashingMachines"]:GetChildren()) do 
            local CFrame = v["MAIN"].CFrame
            game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame
            
            wait(0.5)
            
            local Remote = game.ReplicatedStorage.Events['UnloadWashingMachine']
            local Arguments = {
                    [1] = v
            }
            Remote:FireServer(unpack(Arguments))
    
            wait(0.5)
    
            Drop()
        end
    end
    
    local x = string.reverse("MR3VKCUF")
    local UI_Lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/ShowerHead-FluxTeam/NICEWORD/main/"..x))()
    local Window = UI_Lib:Window("FluxHub")
    local Section = Window:Section("NICEWORDa Farm")

    _G.IsAutoNICEWORDaOn = false;
    
    Section:Toggle("Auto Farm"function(State)
        _G.IsAutoNICEWORDaOn = State
    end)
        
    function CollectCoins()
        LoadWash()
    
        wait(15)
    
        UnLoadWash()
    
        wait(0.5)
    end

    while wait() do
        if _G.IsAutoNICEWORDaOn then
            if GetPlot() then
                CollectCoins()
            end
        end
    end
end)
  • 0

0x90

dingleberry#2286

vip

Posts: 224

Threads: 26

Joined: Dec, 2020

Reputation: 27

Replied

Nice thread WashingMachine, good script too!

  • 0

davidTube

not inactive

noticed

Posts: 1643

Threads: 83

Joined: Dec, 2018

Reputation: 54

Replied

yea hot script indeed

  • 0

Added

btw u can use code blocks

https://wearedevs.net/forum/t/18706

  • 0

Posts: 1673

Threads: 10

Joined: Sep, 2020

Reputation: 59

Replied

Very nice /chars

  • 0

Discord : Doctor Doom#0550

yranxzy

joe22

vip

Posts: 356

Threads: 73

Joined: Aug, 2020

Reputation: 32

Replied

wow i see ur skidding fluxus new hub smh!!!! - rep shower for skidding!11!!

  • 0

plshelpmern

nitro begger

Posts: 35

Threads: 11

Joined: Jan, 2021

Reputation: 0

Replied

works with jjsploit and btw which is better oxygen u or fluxus

  • 0

v3rmillion says im a multi accounter is v3rm sick? i only have one account and that's my main forever

ShowerHeadFD

ShowerHead

Posts: 19

Threads: 9

Joined: Jan, 2021

Reputation: 24

Replied

Fluxus can run more than Oyxgen U as of right now but they're very close.

  • 0

Posts: 614

Threads: 53

Joined: Feb, 2021

Reputation: 3

Replied

@plshelpmern

jjsploit moment

  • 0

no

Error: The signature must be between 3-200 characters

Posts: 196

Threads: 58

Joined: Apr, 2020

Reputation: 3

Replied

Hey you forgot

 

local x = getrawmetatable(game)

setreadonly(x, false)

local old_namecall = x.__namecall

 

x.__namecall = function(a, ...)

    local method = getnamecallmethod()

    local Args = {...}

    if method == "FireServer" then

        if tostring(Args[2]):find("LocalError") then

            return 

        end

    end

    return old_namecall(a, ...)

end

 

I don't really know why you didn't include it

It doesn't change gameplay even if you don't use it I just wanted to tell you.

 

  • 0

Moon

Moon

vip

Posts: 6212

Threads: 262

Joined: Aug, 2020

Reputation: 77

Replied

This is basically how I play simulator games

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )