Categories > Exploiting > Scripts >

[REQUEST] Anybody have a script for mow my lawn 2?

Posts: 15

Threads: 5

Joined: Jul, 2022

Reputation: 0

Posted

I'd like maybe some hitbox extender for the grass and bosses, or maybe a script that gives you money might be good. 

 

Just waitin' and i might see one in the near future.

You're awesome if you make one.

 

 

:awesome:

 

 

 

  • 0

I am stupid user running around WRD, plz no hate cause yes.

Posts: 1600

Threads: 166

Joined: Apr, 2021

Reputation: 13

Replied

_G.CutGrass = true
local char = game.Players.LocalPlayer.Character
local tool = char:FindFirstChildOfClass("Tool")
while wait(0.2) and _G.CutGrass do
    for i, v in pairs(game:GetService("Workspace").GRASS:GetChildren()) do
        if (v.CFrame.p - char.HumanoidRootPart.CFrame.p).magnitude < 15 then
            game.Workspace["Heck Yeah"].BringTheMowingIGuess:FireServer(v, tool)
        end
    end
end

 

Original thread: https://v3rmillion.net/showthread.php?tid=1116900

  • 0

Added

@_realnickk it wasn't made by me, I just found the first link and pasted it here lmao

  • 0

Random quote here...

Users viewing this thread:

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