ADVERTISEMENTREMOVE ADS
Game icon

Auto eat

Eat a Huge Waffle
6 months ago
Script preview thumbnail
Script Preview

Description

Eats automatically PLS KEEP THIS A SECRET FROM THE DEVELOPERS, ADMINS AND MODERATORS OF THIS GAME!!! - ПОЖАЛУЙСТА ХРАНИТЕ ЭТО В СЕКРЕТЕ ОТ РАЗРАБОТЧИКОВ, АДМИНОВ И МОДЕРАТОРОВ ЭТОЙ ИГРЫ!!!

Features:

  • Auto eat
ADVERTISEMENTREMOVE ADS
19 Lines • 395 Bytes
Raw
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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS