Post: Default Weapon no freeze
06-22-2015, 05:28 PM #1
Vondy Supreme
< ^ > < ^ >
(adsbygoogle = window.adsbygoogle || []).push({}); Hi NGU I'm releasing this simple code that allows you to use the Default Weapon without freezing in BO2. You can even switch weapons and use killstreaks without freezing.

    GiveDefaultGun()
{
self takeallweapons();
wait 0.1;
self iprintln("defaultweapon_mp ^2given");
self giveweapon("defaultweapon_mp");
self giveMaxAmmo("defaultweapon_mp");
self giveweapon("fnp45_mp");
self giveweapon("judge_mp");
self giveweapon("870mcs_mp");
self giveweapon("knife_mp");
self giveweapon("tar21_mp");
self giveweapon("hatchet_mp");
self giveweapon("flash_grenade_mp");
self switchToWeapon("defaultweapon_mp");
self thread MonitorDefault();
}


MonitorDefault()
{
self endon("death");
self endon("disconnect");
for(;Winky Winky
{
if(self changeseatButtonPressed() && self GetCurrentWeapon() == "fnp45_mp" || self GetCurrentWeapon() == "judge_mp" || self GetCurrentWeapon() == "870mcs_mp" || self GetCurrentWeapon() == "tar21_mp")
{
wait 0.1;
self switchToWeapon("defaultweapon_mp");
wait 1;
}
wait 0.05;
}
}


Your secondary weapon will be the Tac-45, but you can change it to any weapon you want. Your equipment will be tomahawks and flash grenades, however you can change them to whatever you want or remove them entirely. To end the function just use takeallweapons() or you can make a toggle if you want to. Have fun using the default weapon like in the older CODs Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked Vondy Supreme for this useful post:

Coltenhacks

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo