script.lol
Executors Arceus X (Mobile) Delta Executor Synapse X (PC) KRNL Exploit Xeno Scripts Keyless Scripts
Search Roblox Scripts
Popular Searches
Payload copied to clipboard
100% Free & Keyless 🎮 1 Speed Slime Keyboard Escape Jul 14, 2026 Author: InxTdS

auto win | auto trails etc (1 Speed Slime Keyboard Escape) Script Pastebin 2026 - Auto Farm, ESP & Keyless (Arceus X)

Verified and keyless Lua script payload for auto win | auto trails etc. Compatible with Android/iOS mobile executors and Windows PC exploits.

script.lua (Raw Payload)
local SimpleLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/IcantAffordSynapse/SimpleLib/refs/heads/main/SimpleLib.lua"))()

local win = SimpleLib:Window("player")
local mainTab = win:AddSection("main")

local doing = false

local function touch()
    local plr = game:GetService("Players").LocalPlayer
    if not plr.Character then return end
    local root = plr.Character:FindFirstChild("HumanoidRootPart")
    if not root then return end
    local btn = workspace:FindFirstChild("GiveWins")
    if not btn then return end
    local btn12 = btn:FindFirstChild("Button12")
    if not btn12 then return end
    local touch = btn12:FindFirstChild("Touch")
    if not touch then return end
    local ti = touch:FindFirstChild("TouchInterest")
    if not ti then return end
    pcall(function()
        firetouchinterest(root, ti.Parent, 0)
        task.wait(0.1)
        firetouchinterest(root, ti.Parent, 1)
    end)
end

mainTab:Toggle("autowin", false, function(v)
    doing = v
    if doing then
        spawn(function()
            while doing do
                touch()
                task.wait()
            end
        end)
    end
end)

local autoStep = false

mainTab:Toggle("autosteps", false, function(v)
    autoStep = v
    if autoStep then
        spawn(function()
            while autoStep do
                local e = game:GetService("ReplicatedStorage").Events.AddSpeed
                e:FireServer()
                task.wait()
            end
        end)
    end
end)

local rebirth = false

mainTab:Toggle("auto rebirth", false, function(v)
    rebirth = v
    if rebirth then
        spawn(function()
            while rebirth do
                local e = game:GetService("ReplicatedStorage").Events.RequestRebirth
                e:InvokeServer()
                task.wait()
            end
        end)
    end
end)

local trail = false

mainTab:Toggle("auto trail", false, function(v)
    trail = v
    if trail then
        spawn(function()
            while trail do
                local e = game:GetService("ReplicatedStorage").Events.TrailAction
                e:FireServer("BuyWins", "InfinityTrail")
                task.wait()
                local e2 = game:GetService("ReplicatedStorage").Events.TrailAction
                e2:FireServer("Equip", "InfinityTrail")
                task.wait()
            end
        end)
    end
end)

local playerTab = win:AddSection("player")

local speedEnabled = false
local speedValue = 16

local function setSpeed()
    local plr = game:GetService("Players").LocalPlayer
    if not plr.Character then return end
    local humanoid = plr.Character:FindFirstChildOfClass("Humanoid")
    if not humanoid then return end
    humanoid.WalkSpeed = speedValue
end

playerTab:Toggle("toggle", false, function(v)
    speedEnabled = v
    if speedEnabled then
        spawn(function()
            while speedEnabled do
                setSpeed()
                task.wait(0.5)
            end
        end)
    end
end)

playerTab:TextBox("walkspeed", 1, function(v)
    local num = tonumber(v)
    if num then
        speedValue = num
    end
end)
Verified Executor Compatibility

Features of auto win | auto trails etc Script

The auto win | auto trails etc script is an optimized Lua execution payload designed for Roblox players. Built to minimize FPS drops and prevent crashes, it provides essential automated functions:

  • Auto Farm & Level Grinding: Automatically cycles quests and mobs with efficient positioning algorithms.
  • Aimbot & ESP: Accurate enemy targeting and wall visibility for items, chests and players.
  • Teleportation: Seamless movement across game checkpoints, safe zones and dungeons.
  • Direct Keyless Loadstring: Executes directly without third-party key verification links.

How to Execute This Script on Mobile & PC

Follow these steps depending on your platform:

Mobile (Android / iOS)

  1. Install Arceus X NEO or Delta Mobile.
  2. Launch the game inside the executor environment.
  3. Open the floating executor console.
  4. Paste the Lua script copied from above.
  5. Click Execute.

PC (Windows)

  1. Launch your PC exploit (such as Synapse X, KRNL, or Xeno).
  2. Join the Roblox game server.
  3. Click Inject / Attach.
  4. Paste the copied script into the script tab.
  5. Press Execute to run the menu.

Frequently Asked Questions (FAQ)

Is the auto win | auto trails etc script free and keyless?

Yes, this script payload is verified to be 100% free and keyless without linkvertise checkpoints.

Which executors support this script?

Compatible with Arceus X, Delta, Arceus X, Synapse X, KRNL, Fluxus and Xeno.

How do I execute this script safely?

Copy the script payload using the Copy button above, launch your Roblox executor on PC or Mobile, attach to the game client, paste the payload into the editor, and press Execute.

Related & Recommended Scripts