
4.7k Views
Description
have your food just not run out. make him obese
Comments
2

Offline
SussyBakatttt 9 months ago
Does not support Solara, idk
Offline
L0stVeil 8 months ago - Edited
just do local Event = game:GetService("ReplicatedStorage").Networking.Server.RemoteFunctions.AmmoFunctions.FoodUse
local mtHook; mtHook = hookmetamethod(game, "__namecall", function(...)
local self = ...
if rawequal(self, Event) and getnamecallmethod() == "InvokeServer" then
local Args = table.pack(...)
local Result = table.pack(
mtHook(self, table.unpack(Args, 1, Args.n))
)
print(`Intercepted (__namecall) {Event.Name}:InvokeServer()`, ...)
return table.unpack(Result, 1, Result.n)
end
return mtHook(...)
end)
local OldInvokeServer; OldInvokeServer = hookfunction(Event.InvokeServer, function(...)
local self = ...
if rawequal(self, Event) then
local Args = table.pack(...)
local Result = table.pack(
OldInvokeServer(table.unpack(Args, 1, Args.n))
)
print(`Intercepted (__index) {Event.Name}:InvokeServer()`, self, table.unpack(Result, 1, Result.n))
return table.unpack(Result, 1, Result.n)
end
return OldInvokeServer(self, ...)
end)

![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
