Categories > Exploiting > Scripts >
[REQUEST] Anybody have a script for mow my lawn 2?
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:
I am stupid user running around WRD, plz no hate cause yes.
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
Cancel
Post
Added
@_realnickk it wasn't made by me, I just found the first link and pasted it here lmao
Cancel
Post
Random quote here...
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post