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 289

0 comments

No Comments
New Comments
all
Rizziler Rizziler

can you help me out bro, i ran the port.py and then i ran triggerbot.py.. Port.py showed connected but nothing happened to triggerbot.py and also can you explain me about changing the 2nd keybind to k

tobaixando tobaixando

How do I enable it?

I downloaded it, clicked on execute but it only works on the minimized screen, could you give me the step by step please?