NORTHWIND Script | INFINITE STAMINA, INFINITE STORAGE, GUN MODS

Created by LeifErisko

Features:

  • GUN MODS
for i , v in pairs(getgc(true)) do
    if type(v) == "table" and rawget(v,"ProjectileWeight") then
       v.ProjectileWeight = math.huge;
       v.ProjectileWeight = 0;
    end;
end;

for i , v in pairs(getgc(true)) do
    if type(v) == "table" and rawget(v,"ProjectileMaxDistance") then
       v.ProjectileMaxDistance = math.huge;
       v.ProjectileMaxDistance = 10000;
    end;
end;

for i , v in pairs(getgc(true)) do
    if type(v) == "table" and rawget(v,"Spread") then
       v.Spread = math.huge;
       v.Spread = -5;
    end;
end;
  • INFINITE STORAGE
for i , v in pairs(getgc(true)) do
    if type(v) == "table" and rawget(v,"SpaceTaken") then
       v.SpaceTaken = 0;
    end;
end;
  • INFINITE STAMINA
for i,v in next, getgc(true) do
 if typeof(v) == 'table' and rawget(v, 'GetMaxStamina') then
      c = hookfunction(v.SetStamina, function(...)
      end)
 end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!