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 Aug 31, 2026 Author: IceyWWW

Job ID/Place ID Joiner Script Pastebin 2026 - Auto Farm, ESP & Keyless (Arceus X)

Verified and keyless Lua script payload for Job ID/Place ID Joiner. Compatible with Android/iOS mobile executors and Windows PC exploits.

script.lua (Raw Payload)
if getgenv().ran_jobid_joiner then
    return
end

local Rayfield = loadstring(game:HttpGet("https://sirius.menu/gen2"))()

local mainwin = Rayfield:CreateWindow({
    name = "Job ID Joiner",
    subtitle = "By IceyWWW",
})

local tab = mainwin:CreateTab({ name = "Join" })

local function getInputValue(obj)
    if obj == nil then
        return ""
    end

    if type(obj.GetValue) == "function" then
        return tostring(obj:GetValue())
    end

    if obj.Value ~= nil then
        return tostring(obj.Value)
    end

    if obj.value ~= nil then
        return tostring(obj.value)
    end

    if obj.Text ~= nil then
        return tostring(obj.Text)
    end

    if obj.text ~= nil then
        return tostring(obj.text)
    end

    return ""
end

local function setInputValue(obj, value)
    if obj == nil then
        return
    end

    if type(obj.SetValue) == "function" then
        obj:SetValue(value)
        return
    end

    if type(obj.SetText) == "function" then
        obj:SetText(value)
        return
    end

    if obj.Value ~= nil then
        obj.Value = value
        return
    end

    if obj.value ~= nil then
        obj.value = value
        return
    end

    if obj.Text ~= nil then
        obj.Text = value
        return
    end

    if obj.text ~= nil then
        obj.text = value
    end
end

local jobIdInput = tab:CreateInput({
    name = "Job ID",
    placeholder = "Enter Job ID",
    value = "",
    callback = function(value)
        return value
    end,
})

local placeIdInput = tab:CreateInput({
    name = "Place ID",
    placeholder = "Enter Place ID",
    value = tostring(game.PlaceId),
    callback = function(value)
        return value
    end,
})

local submitBtn = tab:CreateButton({
    name = "Submit",
    callback = function()
        local jobId = getInputValue(jobIdInput)
        local placeIdText = getInputValue(placeIdInput)
        local placeId = tonumber(placeIdText)

        if jobId ~= "" and placeId and placeId > 0 then
            game:GetService("TeleportService"):TeleportToPlaceInstance(placeId, jobId)
        else
            warn("Invalid input. Please fill out both fields correctly.")
        end
    end,
})

local currentPlaceBtn = tab:CreateButton({
    name = "Use Current Place ID",
    callback = function()
        setInputValue(placeIdInput, tostring(game.PlaceId))
    end,
})

getgenv().ran_jobid_joiner = true
Verified Executor Compatibility

Features of Job ID/Place ID Joiner Script

The Job ID/Place ID Joiner 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 Job ID/Place ID Joiner 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