local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Fling Yourself", LoadingTitle = "Fling Yourself", LoadingSubtitle = "By Paddling3581", ConfigurationSaving = { Enabled = false } }) local ScriptTab = Window:CreateTab("Menu", 4483362458) ScriptTab:CreateButton({Name="Inf Strenght", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").Remotes.Events.CurrencyCollected:FireServer(179769313e+300,"Strength") OnlyLegendaryGamepass:FireServer() end }) ScriptTab:CreateButton({Name="Inf Wins (first fling yourself and click here) ", CurrentValue=false, Callback=function() game:GetService("ReplicatedStorage").Remotes.Events.AddWinsToPlayer:FireServer(179769313e+300) GiveLegendaryblock:FireServer() end }) ScriptTab:CreateButton({Name="Auto Farm Rebirths", CurrentValue=false, Callback=function() while true do for i = 1, 100 do game:GetService("ReplicatedStorage").Remotes.Functions.TryRebirth:InvokeServer(game:GetService("Players").LocalPlayer) end task.wait() end GiveMythic:FireServer() end })