Description

local R=loadstring(game:HttpGet('https://sirius.menu/rayfield'))()local W=R:CreateWindow({Name="✨ Delta Pink ✨",LoadingTitle="Yükleniyor...",ConfigurationSaving={Enabled=false},KeySystem=false})local P=game.Players.LocalPlayer local T=W:CreateTab("⚡",4483362458)

local H,RP,AW,GM,US,WJ,WA=P.Character:WaitForChild("Humanoid"),P.Character:WaitForChild("HumanoidRootPart"),false,false,false,false,false

T:CreateToggle({Name="Otomatik Yürüme",Callback=function(v) WA=v task.spawn(function() while WA do task.wait(0.1) H:Move(Vector3.new(0,0,-1)) end end) end})

T:CreateSlider({Name="Hız (3x)",Range={16,500},CurrentValue=307,Callback=function(v) H.WalkSpeed=v*3 end})

T:CreateToggle({Name="Ölümsüzlük",Callback=function(v) GM=v task.spawn(function() while GM do task.wait(0.1) for _,t in pairs(P.Character:GetDescendants()) do if t:IsA("TouchTransmitter") then t:Destroy() end end end end) end})

T:CreateToggle({Name="Otomatik Bölüm Atla",Callback=function(v) WJ=v task.spawn(function() while WJ do task.wait(0.5) for _,g in pairs(workspace:GetDescendants()) do if g:IsA("BasePart") and (g.Name:lower():find("portal") or g.Name:lower():find("gate")) then RP.CFrame=g.CFrame*CFrame.new(0,2,0) end end end end) end})

T:CreateToggle({Name="Sesleri Aç",Callback=function(v) US=v task.spawn(function() while US do task.wait(0.5) for _,x in pairs(P.PlayerGui:GetDescendants()) do if x:IsA("ImageLabel") and x.Name:lower():find("lock") then x.Visible=false end end end end) end})

local B=T:CreateInput({Name="Hedef Win"})

T:CreateToggle({Name="Auto Win",Callback=function(v) AW=v task.spawn(function() local st=P.leaderstats.Wins.Value while AW do task.wait(0.4) local f=nil for _,o in pairs(workspace:GetDescendants()) do if o:IsA("BasePart") and o.Name:lower():find("finish") then f=o end end if f then RP.CFrame=f.CFrame*CFrame.new(0,2,0) end game.ReplicatedStorage.Win:FireServer() if (P.leaderstats.Wins.Value-st)>=tonumber(B.CurrentValue or 50) then AW=false end end en

d) end})

Comments

0comments
Add a comment...

No comments yet

Be the first to share your thoughts!