local Rayfield=loadstring(game:HttpGet("https://sirius.menu/rayfield"))()
local c=CFrame.new(155.164276,87.9666443,-3045.51562,0,0,-1,-1,0,0,0,1,0)
local p=game.Players.LocalPlayer
local h=p.Character and p.Character:FindFirstChild("HumanoidRootPart")
p.CharacterAdded:Connect(function(ch)h=ch:WaitForChild("HumanoidRootPart")end)
local e=false
local w=Rayfield:CreateWindow({Name="Auto Win",ConfigurationSaving={Enabled=false}})
local t=w:CreateTab("Main",4483362458)
t:CreateToggle({Name="Enable Auto Win",CurrentValue=false,Callback=function(v)e=v;if e then task.spawn(function()while e and h and h.Parent do local o=h.CFrame;h.CFrame=c;task.wait(0.03);h.CFrame=o;task.wait()end end)end end})