Roblox NORTHWIND Script - Animal ESP

Project Information

Developer: Unknown
Status: UNDETECTED
Updated: 11.06.22
Version: 1.0

Found for you the only working script on roblox NORTHWIND, unfortunately it has only one function, it is called Animal ESP, activating it, you will have the name of the animal and the distance to him on the screen, in the screenshot shows how it looks. One function but it's very good, for example for hunting, you'll know who and where to hunt. NORTHWIND is quite a popular mode of the RPG genre, released in 2019 and already has almost 5 million hits from players, and 72k have added the game to their favorites. The game is for fans of survival, if you like it then definitely use this free script.

How do I use this script? < Visit this page to find out.

Script: 

_G.ON = true

while _G.ON and wait() do
for i,b in pairs(game:GetService("Workspace").NPCs.Animals:GetDescendants()) do
    if b.ClassName == "BoxHandleAdornment" or b.ClassName == "BillboardGui" then
        b:Destroy()
    end
end

for i,v in pairs(game:GetService("Workspace").NPCs.Animals:GetDescendants()) do
    if v.ClassName == "MeshPart" then
        local cham = Instance.new("BoxHandleAdornment", v)
        cham.ZIndex = 10
        cham.Adornee = v
        cham.AlwaysOnTop = true
        cham.Size = v.Size
        cham.Transparency = 0.75
        cham.Color3 = v.Color
        cham.Name = "Cham"
        
        local bill = Instance.new("BillboardGui", v.Parent.Head)
        bill.Name = "NameEsp"
        bill.Size = UDim2.new(30,30,30,30)
        bill.Adornee = v.Parent.Head
        bill.AlwaysOnTop = true
        local plr = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
        local Mob = v.Parent.Head.Position
        local Dist = (plr.Position - Mob).magnitude
        local name = Instance.new("TextLabel", bill)
        name.TextWrapped = true
        name.Text = v.Parent.Parent.Name.." ".."Distance: " .. string.format("%.0f", Dist) .. " " .. "ft"
        name.Size = UDim2.new(1,0,1,0)
        name.TextYAlignment = "Top"
        name.TextColor3 = Color3.new(1,1,1)
        name.BackgroundTransparency = 1
    end
end
end

Free Download Roblox NORTHWIND Script - Animal ESP

Only authorized users can download files. Please Log in or Register on the website.
Subscribe to the news Roblox NORTHWIND Script - Animal ESP
If the news changes, you will receive an E-mail notification.
Subscribe
Already subscribed: 1
Comments: 0 Views: 2 684

0 comments

No Comments
New Comments
all
argariel argariel

the new update dont work

etbris etbris

is this still safe and undetected? major update

Bl4ckM4f14 Bl4ckM4f14

still not working. need do something

karma123_ir karma123_ir

The size and shape are wrong, or maybe the code is not properly inserted. When the enemy gets close, the size of the box around the enemy increases dramatically and the head position changes.

doudou doudou

bug toujours ? ou regler ?