Run Hide Fight Script Roblox (2026) | Killer ESP

Updated: April 4, 2026  ·  Reading time: ~3 min

Script Features:

  • Killer Esp – See the location of killer all the time.

Tip – Always use a high UNC and sUNC executor and consider testing scripts on an alt account first. If you’re ready to go, just copy the code below and paste it into your executor to get started safely.

Run Hide Fight Script:

loadstring(game:HttpGet("https://raw.githubusercontent.com/Mesohic/Scrips/refs/heads/main/source"))()
local Players = game:GetService("Players")
local Workspace = game:GetService("Workspace")
local TweenService = game:GetService("TweenService")

-- Peace GUI gösterme (önce çalışacak)
local function showPeaceGui()
    local player = Players.LocalPlayer
    local playerGui = player:WaitForChild("PlayerGui")

    local screenGui = Instance.new("ScreenGui")
    screenGui.Name = "PeaceTitle"
    screenGui.Parent = playerGui

    local titleLabel = Instance.new("TextLabel")
    titleLabel.Size = UDim2.new(0, 150, 0, 50)
    titleLabel.Position = UDim2.new(1, -160, 1, -60)
    titleLabel.BackgroundTransparency = 0.5
    titleLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
    titleLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
    titleLabel.Font = Enum.Font.SourceSansBold
    titleLabel.TextSize = 25
    titleLabel.Text = "by Peace"
    titleLabel.Parent = screenGui

    -- 7 saniyede fade out
    local tweenInfo = TweenInfo.new(7)
    local tween = TweenService:Create(titleLabel, tweenInfo, {
        TextTransparency = 1,
        BackgroundTransparency = 1
    })
    tween:Play()
    tween.Completed:Wait()

    screenGui:Destroy()
end

-- Başta title göster
showPeaceGui()

-- İzin verilen tool listesi
local allowed = {
    ["Banana Peel"] = true,
    ["Bandage"] = true,
    ["Push"] = true,
    ["puh shh"] = true
}

-- Highlight ekleme (sadece dış çizgi)
local function addHighlight(character)
    if not character:FindFirstChild("Highlight") then
        local hl = Instance.new("Highlight")
        hl.Name = "Highlight"
        hl.FillTransparency = 1
        hl.FillColor = Color3.fromRGB(255, 255, 255)
        hl.OutlineColor = Color3.fromRGB(255, 255, 255)
        hl.OutlineTransparency = 0
        hl.DepthMode = Enum.HighlightDepthMode.AlwaysOnTop
        hl.Adornee = character
        hl.Parent = character
    end
end

-- Highlight kaldırma
local function removeHighlight(character)
    local hl = character:FindFirstChild("Highlight")
    if hl then
        hl:Destroy()
    end
end

-- Tool kontrolü
local function checkTools(player, character)
    local hasForbidden = false

    for _, tool in pairs(player.Backpack:GetChildren()) do
        if tool:IsA("Tool") and not allowed[tool.Name] then
            hasForbidden = true
            break
        end
    end

    for _, tool in pairs(character:GetChildren()) do
        if tool:IsA("Tool") and not allowed[tool.Name] then
            hasForbidden = true
            break
        end
    end

    if hasForbidden then
        addHighlight(character)
    else
        removeHighlight(character)
    end
end

-- Oyuncu takibi
local function onPlayerAdded(player)
    player.CharacterAdded:Connect(function(char)
        task.wait(1)
        checkTools(player, char)

        char.ChildAdded:Connect(function()
            checkTools(player, char)
        end)
        char.ChildRemoved:Connect(function()
            checkTools(player, char)
        end)
    end)

    player.Backpack.ChildAdded:Connect(function()
        if player.Character then
            checkTools(player, player.Character)
        end
    end)
    player.Backpack.ChildRemoved:Connect(function()
        if player.Character then
            checkTools(player, player.Character)
        end
    end)
end

-- Var olan oyuncular
for _, player in pairs(Players:GetPlayers()) do
    onPlayerAdded(player)
end
Players.PlayerAdded:Connect(onPlayerAdded)

-- Workspace içindeki modelleri de izle (NPC veya karakter)
Workspace.ChildAdded:Connect(function(char)
    if char:IsA("Model") and char:FindFirstChild("Humanoid") then
        local player = Players:GetPlayerFromCharacter(char)
        if player then
            checkTools(player, char)
        end
    end
end)

Nebula Dev

loadstring(game:HttpGet("https://raw.github.com/uhhfork/nebula/main/hi.lua"))()

How to use these scripts?

Follow these quick steps to get the script running in Run Hide Fight game.

  • Download a Script Executor – I only recommend Hydrogen, AWP.GG, Delta, Fluxus, or Codex.
  • Attach the Executor – Open the executor and connect it to your Roblox game process.
  • Paste the Script – Copy the code above and paste it into the executor.
  • Activate Features – Click the Execute button so the script injects and features will activate automatically.

Game Details:

  • Name: Run Hide Fight
  • Developer: Slime Vine Studios
  • Maturity: Minimal (Age 5+)
  • Genre: Survival
  • Subgenre: 1 vs All
Check out our roblox scripts hub for more.