local lib = loadstring(game:HttpGet"https://[Log in to view URL]")()
local win = lib:Window("petsgo gui",Color3.fromRGB(44, 120, 224), Enum.KeyCode.RightControl)
local Farm = win:Tab("Farming")
Farm:Button("Auto roll", function()
while true do wait(1)
         game:GetService("ReplicatedStorage"):WaitForChild("Network"):WaitForChild("Eggs_Roll"):InvokeServer()
        end
end)



Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: