LAST UPDATE: 5/01/2026
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
Script
Show script
loadstring(game:HttpGet("https://raw.githubusercontent.com/Minu181/REN-GUI/refs/heads/main/Seeker%20vs%20Hider%20Script%20REN%20GUI"))()
Report script
Select what is wrong with this script.
Freakylicky
Script
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)
Report script
Select what is wrong with this script.
Vodka Hub
Script
Show script
loadstring(game:HttpGet("https://pastebin.com/raw/PT0ZrYE4", true))()
Report script
Select what is wrong with this script.
Lasion
Script
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
Report script
Select what is wrong with this script.
Oasis Hub
Script
Show script
loadstring(game:HttpGet('https://pastefy.app/uOjdUPv1/raw'))()
Report script
Select what is wrong with this script.
EdHub v4
Script
Show script
loadstring(game:HttpGet("https://raw.githubusercontent.com/Eddy23421/EdHubV4/refs/heads/main/loader"))()
Report script
Select what is wrong with this script.
Robscript hub
Script
Show script
loadstring(game:HttpGet('https://raw.githubusercontent.com/artas01/robscript/refs/heads/main/loader.lua'))()
Report script
Select what is wrong with this script.
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.



Leave a Comment