MADE BY UrLocalPerson
FEATURE:
- AUTOFARM
- .
- DEV NOTE:
- If it stops then jump or find a jump pad (Golden colored) somewhere in the map, If u stay on the jump pad it continues without problem
GAME LINK:
CHAOTIC BEAN SIMULATOR
SCRIPT:
_G.Auto = true
while _G.Auto == true do
local args = {[1] = 3}
game:GetService("ReplicatedStorage").Events.OnLandFromJump:FireServer(unpack(args))
wait()
end