MADE BY brickmane
FEATURE:
- Auto Eat (10 studs away from the corpse)
- Auto Special Attack (It isnt gonna spam because of the funny cooldown)
- Infinite Stamina
- And Sprint Speed Modify
- .
- https://www.roblox.com/games/9243187709/Fixes-Pedagondia-Faunas
SCRIPT:
-- This script will only work on carnivore (meat eater)
-- I will add a plant based eater support (omnivore? maybe)
-- It doesnt contain a kill aura due to the patch
-- new features will be added soon
-- Dont remove Credits or no work >:)
getgenv().Credits = 'Pedagondia-Faunas Utilities By Brickmane (Cheerios#0447)'
getgenv().AutoEatShit = true
getgenv().AutoSpecialAttack = true
getgenv().Settings = {
AutoEatDistance = 10; -- 10 is default
SprintSpeed = 100; -- change it to you're liking
}
local AutoExecute = function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/Relkss/Releases/main/Utilities.lua'))();
end
AutoExecute()
game.Players.LocalPlayer.CharacterAdded:Connect(AutoExecute)