local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Swinging Simulator", LoadingTitle = "Swinging Simulator", LoadingSubtitle = "By Paddling3581", ConfigurationSaving = { Enabled = false } }) local ScriptTab = Window:CreateTab("Menu", 4483362458) ScriptTab:CreateButton({Name="INF Wins", CurrentValue=false, Callback=function() while true do for i = 1, 100 do game:GetService("ReplicatedStorage")["Remotes"]["PlayReward"]:FireServer() end task.wait() end OnlyLegendaryGamepass:FireServer() end }) ScriptTab:CreateButton({Name="INF Size ", CurrentValue=false, Callback=function() while true do for i = 1, 100 do game:GetService("ReplicatedStorage").Remotes.AddStats:FireServer("Bread") end task.wait() end GiveLegendaryblock:FireServer() end }) ScriptTab:CreateButton({Name="INF Rebirths (you will lose wins and size)", CurrentValue=false, Callback=function() while true do for i = 1, 100 do game:GetService("ReplicatedStorage")["Remotes"]["Rebirth"]:FireServer() end task.wait() end GiveMythic:FireServer() end })