function scr() game:GetService("Players").LocalPlayer.PlayerGui:WaitForChild("ScreenGui") local vu = game:GetService("VirtualUser") game:GetService("Players").LocalPlayer.Idled:connect(function() wait(900) vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame) wait(1) vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame) end) local InfoPanel = Instance.new("ScreenGui") local MainInfoFrame = Instance.new("Frame") local UnderLine = Instance.new("Frame") local WindowLabel = Instance.new("TextLabel") local expandButton = Instance.new("TextButton") local StatFrame = Instance.new("Frame") eggs:Section("Open Eggs / Crates") eggs:SearchBox("Egg", { location = eggs.flags, flag = "egg", list = eggsnames }, function()end) eggs:Toggle('Buy Eggs', {flag = "eggs"}) if triple then eggs:Toggle('Buy Eggs (3x)', {flag = "three"}) end local cccc = require(game:GetService("ReplicatedStorage").Assets.Modules.EggService) repeat wait() cccc = require(game:GetService("ReplicatedStorage").Assets.Modules.EggService) until cccc ~= nil local hat1 = cccc.HatchEgg --local hat3 = cccc.MultiHatchEgg eggs:Toggle('Skip Animation', {flag = "soa"},function(gh) cccc.HatchEgg = (gh == true and function()end or hat1) --cccc.MultiHatchEgg = (gh == true and function()end or hat3) end)