-- Encoded/obfuscated +1 Size Every Step
local a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
a=game:GetService("Players")
b=a.LocalPlayer
c=game:GetService("VirtualUser")
d=game:GetService("MarketplaceService")
local ok,gn=pcall(function()return d:GetProductInfo(game.PlaceId).Name end)gn=gn or"Unknown Game"
f=loadstring(game:HttpGet("https://sirius.menu/rayfield"))()
_G.AugesrobScriptActive=true
_G.AutoWinEnabled=false
_G.AntiAFKEnabled=false
_G.RayfieldGUI=f
local winPos={Test={3.81207537651062,10.24835205078125,1629.3154296875}}
local winDelay=1
local savedLoc
local W=f:CreateWindow({Name="+1 Size Every Stepđź‘€",LoadingTitle="+1 Size Every Stepđź‘€",LoadingSubtitle="Created by augesrob",Theme="Default",ConfigurationSaving={Enabled=false},KeySystem=false})
local FAQ=W:CreateTab("FAQ","info")
FAQ:CreateLabel("Current Game: "..gn)
FAQ:CreateLabel("Last Updated: 8/17/2025")
FAQ:CreateLabel("Created by augesrob using ChatGPT")
FAQ:CreateLabel("Version 1.0")
FAQ:CreateLabel("--- Patch Notes ---")
FAQ:CreateLabel("- Auto +750 Wins with delay")
FAQ:CreateLabel("- Single custom location system added")
FAQ:CreateButton({Name="Kill Script",Info="Disables all toggles and closes GUI",Callback=function()
_G.AutoWinEnabled=false
_G.AntiAFKEnabled=false
if f then f:Destroy() end
if _G.XYZScreenGui and _G.XYZScreenGui.Parent then _G.XYZScreenGui:Destroy() end
print("Script killed. GUI removed.")
end})
local Main=W:CreateTab("Main","user")
Main:CreateLabel("Predefined +750 Wins Location")
Main:CreateButton({Name="Teleport +750 Wins",Info="Teleport to predefined location",Callback=function()
local char=b.Character
local hrp=char and char:FindFirstChild("HumanoidRootPart")
if hrp then
hrp.CFrame=CFrame.new(winPos.Test[1],winPos.Test[2],winPos.Test[3])
for i=1,15 do hrp.CFrame=hrp.CFrame+Vector3.new(0,0,0.2) task.wait(0.02) end
end
end})
Main:CreateToggle({Name="Enable Auto +750 Wins",Info="Automatically teleport to +750 Wins location",CurrentValue=false,Flag="AutoWins",Callback=function(s)
_G.AutoWinEnabled=s
if s then spawn(function()
while _G.AutoWinEnabled do
for _,p in pairs(winPos) do
local char=b.Character
local hrp=char and char:FindFirstChild("HumanoidRootPart")
if hrp then hrp.CFrame=CFrame.new(p[1],p[2],p[3]) for i=1,15 do hrp.CFrame=hrp.CFrame+Vector3.new(0,0,0.2) task.wait(0.02) end end
end
task.wait(winDelay)
end
end) end
end})
Main:CreateSlider({Name="Auto-Win Delay",Info="Seconds between auto-win attempts",Range={0.5,5},Increment=0.1,Suffix="s",CurrentValue=1,Flag="AutoWinSpeed",Callback=function(v)winDelay=v end})
local Custom=W:CreateTab("Custom Location","settings")
Custom:CreateLabel("Set a single teleport location. Setting again overrides previous.")
Custom:CreateButton({Name="Set Location",Info="Save your current position",Callback=function()
local char=b.Character
local hrp=char and char:FindFirstChild("HumanoidRootPart")
if hrp then savedLoc={hrp.Position.X,hrp.Position.Y,hrp.Position.Z} print("Location saved!") end
end})
Custom:CreateButton({Name="Teleport To Saved Location",Info="Teleport to the saved location",Callback=function()
if savedLoc then local char=b.Character local hrp=char and char:FindFirstChild("HumanoidRootPart") if hrp then hrp.CFrame=CFrame.new(savedLoc[1],savedLoc[2],savedLoc[3]) end else print("No location saved!") end
end})
Custom:CreateButton({Name="Teleport to Custom Location",Info="Teleport to saved location and run Custom Location",Callback=function()
if savedLoc then local char=b.Character local hrp=char and char:FindFirstChild("HumanoidRootPart") if hrp then hrp.CFrame=CFrame.new(savedLoc[1],savedLoc[2],savedLoc[3]) for i=1,15 do hrp.CFrame=hrp.CFrame+Vector3.new(0,0,0.2) task.wait(0.02) end end else print("No location saved!") end
end})
Custom:CreateToggle({Name="Enable Custom Auto Wins",Info="Automatically teleport to saved location",CurrentValue=false,Flag="AutoWinsCustom",Callback=function(s)
_G.AutoWinEnabled=s
if s then spawn(function()
while _G.AutoWinEnabled do
if savedLoc then local char=b.Character local hrp=char and char:FindFirstChild("HumanoidRootPart") if hrp then hrp.CFrame=CFrame.new(savedLoc[1],savedLoc[2],savedLoc[3]) for i=1,15 do hrp.CFrame=hrp.CFrame+Vector3.new(0,0,0.2) task.wait(0.02) end end end
task.wait(winDelay)
end
end) end
end})
Custom:CreateSlider({Name="Auto-Win Delay",Info="Seconds between auto-win attempts",Range={0.5,5},Increment=0.1,Suffix="s",CurrentValue=1,Flag="AutoWinSpeedCustom",Callback=function(v)winDelay=v end})
local Misc=W:CreateTab("Misc","settings")
Misc:CreateLabel("Additional features")
Misc:CreateToggle({Name="Anti-AFK",Info="Prevents automatic kick for being idle",CurrentValue=false,Flag="AntiAFK",Callback=function(s)_G.AntiAFKEnabled=s end})
-- Floating XYZ
local playerGui=b:WaitForChild("PlayerGui")
local screenGui
local xyzLabel
local function createXYZDisplay()
if screenGui and screenGui.Parent then return end
screenGui=Instance.new("ScreenGui")
screenGui.Name="LiveXYZGui"
screenGui.ResetOnSpawn=false
screenGui.Parent=playerGui
_G.XYZScreenGui=screenGui
xyzLabel=Instance.new("TextLabel")
xyzLabel.Size=UDim2.new(0,200,0,50)
xyzLabel.Position=UDim2.new(0.8,0,0,50)
xyzLabel.BackgroundTransparency=0.5
xyzLabel.BackgroundColor3=Color3.fromRGB(0,0,0)
xyzLabel.TextColor3=Color3.fromRGB(255,255,255)
xyzLabel.TextScaled=true
xyzLabel.Text="XYZ: 0, 0, 0"
xyzLabel.Parent=screenGui
xyzLabel.Active=true
xyzLabel.Draggable=true
end
createXYZDisplay()
Misc:CreateToggle({Name="Show XYZ Display",Info="Toggle the floating XYZ coordinates display",CurrentValue=true,Flag="ShowXYZ",Callback=function(s)
if s then createXYZDisplay() else if screenGui and screenGui.Parent then screenGui:Destroy() end end
end})
spawn(function()
while true do
if screenGui and screenGui.Parent and xyzLabel then
local char=b.Character
local hrp=char and char:FindFirstChild("HumanoidRootPart")
if hrp then
local p=hrp.Position
xyzLabel.Text=string.format("X: %.2f, Y: %.2f, Z: %.2f",p.X,p.Y,p.Z)
end
end
task.wait(0.1)
end
end)
Comments