ADVERTISEMENTREMOVE ADS
Auto eat
46,918 views
Script Preview
Description
Eats automatically PLS KEEP THIS A SECRET FROM THE DEVELOPERS, ADMINS AND MODERATORS OF THIS GAME!!! - ПОЖАЛУЙСТА ХРАНИТЕ ЭТО В СЕКРЕТЕ ОТ РАЗРАБОТЧИКОВ, АДМИНОВ И МОДЕРАТОРОВ ЭТОЙ ИГРЫ!!!
Features:
- Auto eat
Tested with
ADVERTISEMENTREMOVE ADS
19 Lines • 395 Bytes
local curFood = nil
local eat = game:GetService("ReplicatedStorage").Remotes.Eat
while true do
curFood = nil
while curFood == nil do
curFood = nil
curFood = workspace.Waffles:GetChildren()[1]
wait()
end
pcall(function()
for _, v in pairs(curFood.Pieces:GetChildren()) do
if v.Parent == curFood.Pieces then
eat:FireServer(v)
wait()
end
end
end)
end
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS





Comments