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("⚡")

local H,RP,GM,FL,IJ,fSpd=P.Character:WaitForChild("Humanoid"),P.Character:WaitForChild("HumanoidRootPart"),false,false,false,50

game:GetService("UserInputService").JumpRequest:Connect(function() if IJ then H:ChangeState("Jumping") end end)

T:CreateToggle({Name="God Mode",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="Inf Jump",Callback=function(v) IJ=v end})

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

T:CreateSlider({Name="Zıplama",Range={50,500},Callback=function(v) H.JumpPower=v H.UseJumpPower=true end})

T:CreateToggle({Name="Fly",Callback=function(v) FL=v if v then task.spawn(function() local bv=Instance.new("BodyVelocity",RP) bv.MaxForce=Vector3.new(9e9,9e9,9e9) while FL do task.wait() local cam=workspace.CurrentCamera.CFrame local dir=Vector3.new() if game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.W) then dir=dir+cam.LookVector end bv.Velocity=dir*fSpd end bv:Destroy() end) end end})

T:CreateSlider({Name="Fly Hız",Range={10,300},Callback=function(v) fSpd=v end})

T:CreateButton({Name="Reset",Callback=function() H.Healt

h=0 end})

Comments

0comments
Add a comment...

No comments yet

Be the first to share your thoughts!