Tatakai V.2 | Auto Eat Food [Adjustable Percentage]

MADE BY KylnDantas

FEATURE:

  • AUTO EAT FOOD
  • .
  • https://www.roblox.com/games/5201039691/UPDATE-1-Tatakai-V-2

SCRIPT:

getgenv().autoeat = true -- change to false to stop
getgenv().food = "Ramen" -- select food name you want
getgenv().percentage = "10/100" -- percentage

coroutine.resume(coroutine.create(function()
   while getgenv().autoeat == true do task.wait()
       pcall(function()
           if game:GetService("Players").LocalPlayer.PlayerGui.MainGui.StatusFrame.Hunger.stat.Text == getgenv().percentage then
               game:GetService('Players').LocalPlayer.Backpack[(getgenv().food)].Parent = game:GetService('Players').LocalPlayer.Character
               game:GetService('Players').LocalPlayer.Character:FindFirstChild(getgenv().food):Activate()
               task.wait(10)
           end
       end)
   end
end))

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!