local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Steal 67 Eggs", LoadingTitle = "Steal 67 Eggs loading", LoadingSubtitle = "By Paddling3581", ConfigurationSaving = { Enabled = false } }) Rayfield:Notify({Title="UI Loading", Content="Please wait while the UI is being initialized...", Duration=3, Image="clock"}) task.wait(1) Rayfield:Notify({Title="UI Loaded", Content="Menu hub is ready!", Duration=5, Image="check"}) local ScriptTab = Window:CreateTab("Steal 67 Eggs", 4483362458) ScriptTab:CreateButton({Name="Inf Eggs", CurrentValue=false, Callback=function() local remote = game:GetService("ReplicatedStorage"):WaitForChild("Utils"):WaitForChild("RemoteEvents"):WaitForChild("GiveInviteReward") for i = 1, 90000 do remote:FireServer() end OnlyLegendaryGamepass:FireServer() end }) ScriptTab:CreateButton({Name="XRAY for Eggs", CurrentValue=false, Callback=function() -- Services local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remote local XRay = ReplicatedStorage.Utils.RemoteEvents.XRay -- RemoteEvent -- This data was received from the server firesignal(XRay.OnClientEvent) GiveLegendaryblock:FireServer() end }) ScriptTab:CreateButton({Name="Free Revive", CurrentValue=false, Callback=function() -- Remote Name: FREEREVIVE -- Type: RemoteEvent -- Return Type: No return value game:GetService("ReplicatedStorage")["Utils"]["RemoteEvents"]["FREEREVIVE"]:FireServer() GiveMythic:FireServer() end })