Mining Simulator 2 Script | REMOVE EGG ANIMATION

Created by neexx

Features:

  • REMOVE EGG ANIMATION
for i,v in pairs(getgc()) do
   if getinfo(v).name:lower():match('egg') and not getinfo(v).name:lower():match('display') then
       old = hookfunction(v, function()
           return wait(9e9)
       end)
   end
end