Toggle Navigation
Home
Forums
All Forums
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Grand Theft Auto V
Pokemon Go
Call of Duty: Infinite Warfa...
Call of Duty: Black Ops 3
Call of Duty: Black Ops 4
Grand Theft Auto 6
Rocket League
Latest Games
Assassin's Creed Infinity
Grand Theft Auto 6
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Articles
Mods
Videos
Glitches
Login / Register
Already registered?
Login
Can't login?
Reset Password
New here?
Register
Sign in with Discord
Sign in with Twitter
Sign in with
G
o
o
g
l
e
Home
Forums
Gaming Forums
GTA V
Call Of Duty Classics
Fortnite
Upcoming Games
Popular & Classic Games
Hot & Latest
Hot Posts
Latest Posts
Latest Comments
General Forums
Announcements
General Discussion
Site & Forum Help
Introductions
Media & Designs
Games
All Games
Popular Games
Grand Theft Auto V
Pokemon Go
Call of Duty: Infinite Warfa...
Call of Duty: Black Ops 3
Call of Duty: Black Ops 4
Grand Theft Auto 6
Rocket League
Latest Games
Assassin's Creed Infinity
Grand Theft Auto 6
Assassin's Creed Hexe
Star Wars Knights of the Old...
Indiana Jones
Articles
Mods
Videos
Glitches
Login / Register
Sign in
Sign in with Discord
Sign in with Twitter
Sign in with
G
o
o
g
l
e
Can't login?
Reset Password
New here?
Register
Forums
/
Top Games
/
Call of Duty Series
/
Call of Duty: Modern Warfare 2
/
Modern Warfare 2 Mods, Patches and Tutorials
/
Modern Warfare 2 Questions and Inquiries
/
MW2 Nac Mod
Post:
MW2 Nac Mod
Like
Follow
Options
Search
Sharing
Share via Twitter
08-23-2016, 11:34 PM
#1
JimboJC
Save Point
9
Posts
10
Reputation
27
Credits
Member
Aug 2016
NextGenUpdate
(adsbygoogle = window.adsbygoogle || []).push({});
Hi! Does anyone have mw2 nac mod code for gsc? if you post it here
(adsbygoogle = window.adsbygoogle || []).push({});
09-17-2016, 09:16 PM
#2
chase
ï¸
6
Posts
388
Reputation
20
Credits
Member
Sep 2016
NextGenUpdate
Standard Nac Mod:
toggleNacMod()
{
if (self.NacTog == 0)
{
self.NacTog = 1;
self thread donac();
self iPrintLn("Nac Mod: ^0ON");
self iPrintLn("Press [{+actionslot 3}] To Select Weapons");
}
else
{
self.NacTog = 0;
self notify("stopna");
self iPrintLn("Nac Mod: ^0OFF");
}
}
donac()
{
self.npr = false;
self.nacpronto = 0;
pw = self getCurrentWeapon();
sw = self getCurrentWeapon();
self endon("disconnect");
self endon("stopna");
self notifyOnPlayerCommand("NN", "+actionslot 3");
for (;
{
self waittill("NN");
if(!self.npr)
{
if(self.nacpronto == 0)
{
self.nacpronto = 1;
pw = self getCurrentWeapon();
self iPrintLn("Selected: " + pw);
}
else if(self.nacpronto == 1)
{
self.nacpronto = 2;
sw = self getCurrentWeapon();
self iPrintLn("Selected: " + sw);
self.npr = true;
}
}
else
{
currentWeapon = self getCurrentWeapon();
if (currentWeapon == pw) self vainac(pw, sw);
else if (currentWeapon == sw) self vainac(sw, pw);
else
{
self iPrintLn("Wrong Gun Try Again");
}
wait 0.1;
}
wait .05;
}
}
stopnac()
{
self notify("stopna");
self thread donac();
self iPrintLn("Nac-Mod Guns Reset");
}
vainac(weapa, weapb)
{
myclip = self getWeaponAmmoClip(WeapA);
mystock = self getWeaponAmmoStock(WeapA);
self takeweapon(WeapA);
self switchToWeapon(WeapB);
wait 0.15;
self giveWeapon(WeapA);
self setweaponammoclip(WeapA, myclip);
self setweaponammostock(WeapA, mystock);
}
09-17-2016, 10:25 PM
#3
Luckeyy
Retired - Lead Content Manager
7,371
Posts
76,724
Reputation
23,611
Credits
Super Moderator
Jun 2014
NextGenUpdate
Originally posted by JimboJC
Hi! Does anyone have mw2 nac mod code for gsc? if you post it here
Was your questioned answered?
Copyright © 2026, NextGenUpdate.
All Rights Reserved.
Website Staff
Privacy Policy
Terms of Service
Top