Article

Seeker vs Hider scripts – NO KEY (April 2026)

Views: 734

This page lists working scripts, key status, features, and update notes for this Roblox game.

Reviewed by RobScript Team Source status checked:

Improve awareness and targeting in Seeker vs Hider with scripts focused on visibility and precision. Features like ESP players, target selection, spectate, hitbox expander, full bright, no fog, and custom crosshair help you track enemies easier and react faster in each round.

Game link: Seeker vs Hider

Видео


List of working Seeker vs Hider scripts:

Ren GUI
Ren GUI script preview

Ren GUI

Script
Created
Developer
Ren GUI

Functions

  • ESP Players — Displays all player positions through walls for full awareness.
  • Target Any Enemy — Allows selecting and focusing on any opponent.
  • Spectate Any Player — Lets you view gameplay from another player’s perspective.
  • Hitbox Expander — Enlarges hitboxes with options: Seeker Only, Target Only.
  • Full Bright — Removes darkness for maximum visibility.
  • No Fog — Clears fog effects for better vision.
  • Custom Crosshair — Replaces the default crosshair with a customizable one.
Details
Access
NO KEY
Tags
PC MOBILE BEST KEYLESS SCRIPT
Languages
English
Compatibility
Solara Codex Arceus X KRNL Delta Other
Change history
  • – Added!
Show script
loadstring(game:HttpGet("https://raw.githubusercontent.com/Minu181/REN-GUI/refs/heads/main/Seeker%20vs%20Hider%20Script%20REN%20GUI"))()
Copies 35

Freakylicky
Freakylicky script preview

Freakylicky

Script
Created
Developer
Freakylicky

Functions

  • ESP Players
Details
Access
NO KEY
Tags
OPEN SOURCE MOBILE PC
Languages
English
Compatibility
Codex Solara Arceus X KRNL Delta Other
Change history
  • – Added!
Show script
local Settings = {
    Chams = true,
    HealthBar = true
}

local Weapons = {
    "SKS", "DVL-10 M2", "Desert Eagle", "MP5", "Heart Breaker", "The Powder Gun", 
    "Firework Gun", "ICE AKM", "M27 IAR", "M249", "M1891", "PPSH 41", "STG-44", 
    "Santa's M249", "AK-74", "AKM", "Skorpion vs. 61", "M4A1", "AA-12", 
    "AK12 1P71", "Love at First Blast", "Sten Gun", "Remington 8780", "AKS-74U", 
    "M16A1", "Glock 19Switch", "M1014", "FAMAS G1", "G36E", "M4A1 MODDED", 
    "PKM", "mp7", "MICRO UZI"
}

local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local LocalPlayer = Players.LocalPlayer

local function get_role(p)
    local char = p.Character
    if not char then return "Hider" end
    local inv = p.Backpack:GetChildren()
    for _, v in pairs(char:GetChildren()) do
        if v:IsA("Tool") then table.insert(inv, v) end
    end
    for _, v in pairs(inv) do
        for _, n in pairs(Weapons) do
            if v.Name == n then return "Seeker" end
        end
    end
    return "Hider"
end

local function create_esp(p)
    if p == LocalPlayer then return end

    local function apply(char)
        local root = char:WaitForChild("HumanoidRootPart", 10)
        local hum = char:WaitForChild("Humanoid", 10)
        if not root or not hum then return end

        local highlight = Instance.new("Highlight")
        highlight.Name = "chm"
        highlight.Adornee = char
        highlight.FillTransparency = 0.5
        highlight.OutlineTransparency = 0
        highlight.Parent = char

        local gui = Instance.new("BillboardGui")
        gui.Name = "esp"
        gui.Adornee = root
        gui.Size = UDim2.new(0, 50, 0, 5)
        gui.StudsOffset = Vector3.new(0, 3, 0)
        gui.AlwaysOnTop = true
        gui.Parent = root

        local bg = Instance.new("Frame")
        bg.Size = UDim2.new(1, 0, 1, 0)
        bg.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
        bg.BorderSizePixel = 0
        bg.Visible = Settings.HealthBar
        bg.Parent = gui

        local bar = Instance.new("Frame")
        bar.Size = UDim2.new(1, 0, 1, 0)
        bar.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
        bar.BorderSizePixel = 0
        bar.Parent = bg

        local loop
        loop = RunService.RenderStepped:Connect(function()
            if not char.Parent or not root.Parent or hum.Health <= 0 then
                gui:Destroy()
                highlight:Destroy()
                loop:Disconnect()
                return
            end

            local role = get_role(p)
            local color = (role == "Seeker") and Color3.new(1, 0, 0) or Color3.new(0, 1, 0)

            highlight.Enabled = Settings.Chams
            highlight.FillColor = color
            
            bg.Visible = Settings.HealthBar
            local hp = math.clamp(hum.Health / hum.MaxHealth, 0, 1)
            bar.Size = UDim2.new(hp, 0, 1, 0)
            bar.BackgroundColor3 = Color3.fromHSV(hp * 0.3, 1, 1)
        end)
    end

    p.CharacterAdded:Connect(apply)
    if p.Character then apply(p.Character) end
end

for _, p in pairs(Players:GetPlayers()) do create_esp(p) end
Players.PlayerAdded:Connect(create_esp)
Copies 6
Vodka Hub
Vodka Hub script preview

Vodka Hub

Script
Created
Developer
Vodka Hub

Functions

  • Walkspeed modifier
  • No Clip
  • Freeze Player
  • Auto Win
  • ESP
Details
Access
NO KEY
Tags
MOBILE PC
Languages
English
Compatibility
Solara Codex Arceus X KRNL Delta Other
Change history
  • – Added!
Show script
loadstring(game:HttpGet("https://pastebin.com/raw/PT0ZrYE4", true))()
Copies 7
Lasion
Lasion script preview

Lasion

Script
Created
Developer
idecompiledyou

Functions

  • Silent aim
  • Wallbang
  • ESP players
  • Fly
  • No Clip
  • INF Stamina
  • Gun Mods
Details
Access
NO KEY
Tags
PC MOBILE
Languages
English
Compatibility
Solara Codex Arceus X KRNL Delta Other
Change history
  • – Added!
Show script
loadstring(game:HttpGet("https://api.lasion.world/loader"))()

-- https://lasion.world
-- https://discord.gg/uHykUxsQ7h
-- Script is currently in beta and has a lot more to come
Copies 2
Oasis Hub
Oasis Hub script preview

Oasis Hub

Script
Created
Developer
Oasis Hub

Functions

  • Hitbox expander
  • Phase Speed
  • Wall bang
  • X-ray vision
  • NoClip
  • Auto Win
Details
Access
NO KEY
Tags
MOBILE PC
Languages
English
Compatibility
Solara Codex KRNL Arceus X Delta Other
Change history
  • – Added!
Show script
loadstring(game:HttpGet('https://pastefy.app/uOjdUPv1/raw'))()
Copies 1
EdHub v4
EdHub v4 script preview

EdHub v4

Script
Created
Developer
EdHub v4

Functions

  • ESP Players
Details
Access
NO KEY
Tags
PC MOBILE
Languages
English
Compatibility
Solara Codex KRNL Arceus X Delta Other
Change history
  • – Added!
Show script
loadstring(game:HttpGet("https://raw.githubusercontent.com/Eddy23421/EdHubV4/refs/heads/main/loader"))()
Copies 1
Robscript hub
Robscript hub script preview

Robscript hub

Script
Created
Updated
Developer
robscript.com

Functions

  • A universal script with support for 319+ places!
Details
Access
KEY SYSTEM
Tags
PC MOBILE
Languages
English
Compatibility
Delta Solara Arceus X Fluxus Codex KRNL
Change history
  • Nov 28th 2025 – Created!
  • Dec 10th 2025 – Update and added more scripts
  • Jan 21st 2026 – Update and Added More scripts + Bug Fix with loading scripts with key
  • Feb 27th 2026 – Update and Added More scripts
  • Apr 13th 2026 – Update and Added More scripts + Design Rework
Show script
loadstring(game:HttpGet('https://raw.githubusercontent.com/artas01/robscript/refs/heads/main/loader.lua'))()
Copies 200

How to use scripts?

  • Copy the script and paste it into any executor. (Delta, Solara, Arceus X, Fluxus, Synapse X)
  • Click execute.
  • The script is working!

Warning:

  • Use the script on alt accounts.
  • We are not responsible for your use of scripts.
  • You should be prepared that the script may not work.

FREQUENTLY ASKED QUESTIONS:

Do I need to buy scripts?

No, all scripts are either completely free or have a light key system with ads.

The script is not working, what should I do?

We update and check the scripts every week. Try using a different script.