Tatakai V.2 Script | AUTO EAT FOOD – ADJUSTABLE PERCENTAGE

percentage_example.png

Created by KylnDantas

Features:

  • AUTO EAT FOOD – ADJUSTABLE PERCENTAGE
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))

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service