_G.autoFarm = true
while _G.autoFarm and task.wait(1) do
local tool = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool")
if tool then
tool.Handle.Size = Vector3.new(3000, 3000, 3000)
end
mouse1click() -- // if your executor can override player inputs if not use an auto clicker, lua u is sandboxed and can't do this.
end