Post: Rapid Fire GSC Code?
10-21-2015, 02:10 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Is there any GSC code for rapid fire any weapon? I would like to add it to my private menu Smile
(adsbygoogle = window.adsbygoogle || []).push({});
10-21-2015, 04:42 AM #2
Adrian
Adrian is back!
Originally posted by itsNebulah View Post
Is there any GSC code for rapid fire any weapon? I would like to add it to my private menu Smile


Thread has been moved to Black Ops 2 Mods and scripts questions.
10-21-2015, 06:14 AM #3
-Numb
You talkin to me?
Originally posted by itsNebulah View Post
Is there any GSC code for rapid fire any weapon? I would like to add it to my private menu Smile


After a quick google search..
    
setDvar("perk_weapRateMultiplier", "0.001");
setDvar("perk_weapReloadMultiplier", "0.001");
setDvar("perk_fireproof", "0.001");
setDvar("cg_weaponSimulateFireAnims", "0.001");
Change 0.001 to 1 to turn off
10-21-2015, 08:51 AM #4
DF_AUS
NextGenUpdate Elite
Originally posted by itsNebulah View Post
Is there any GSC code for rapid fire any weapon? I would like to add it to my private menu Smile


Not my code,but i use this in my menu,props to tha coder Smile


    RapidFire()
{
if(self.RapidFapping==0)
{
self.RapidFapping=1;
self iPrintlnbold("^6Rapid Fire: ^2Enabled");
wait 1;
self iprintlnbold("^1HOLD [{+reload}] + [{+attack}]");
self setperk("specialty_fastreload");
setDvar("perk_weapReloadMultiplier",0.001);
}
else
{
self.RapidFapping=0;
self iPrintlnbold("^6Rapid Fire: ^1Disabled");
setDvar("perk_weapReloadMultiplier",0.5);
}
}
10-21-2015, 11:00 AM #5
-Numb
You talkin to me?
Originally posted by AUS View Post
Not my code,but i use this in my menu,props to tha coder Smile


    RapidFire()
{
if(self.RapidFapping==0)
{
self.RapidFapping=1;
self iPrintlnbold("^6Rapid Fire: ^2Enabled");
wait 1;
self iprintlnbold("^1HOLD [{+reload}] + [{+attack}]");
self setperk("specialty_fastreload");
setDvar("perk_weapReloadMultiplier",0.001);
}
else
{
self.RapidFapping=0;
self iPrintlnbold("^6Rapid Fire: ^1Disabled");
setDvar("perk_weapReloadMultiplier",0.5);
}
}


I have used that one time too, but if you add setDvar("perk_weapRateMultiplier", "0.001"); and setDvar("perk_fireproof", "0.001"); to it you don't need to hold [] Smile

The following user thanked -Numb for this useful post:

DF_AUS
10-22-2015, 12:06 AM #6
BullyWiiPlaza
Climbing up the ladder
This is a "hack" and not a "real" rapid fire script but might do the job so I guess it's alright. It should also be possible to set the delay between shots/actions to 0 without the need of any perks. At least it is with real-time game memory modding Smile
10-22-2015, 12:36 AM #7
Thanks guys so much for the code! <3
10-22-2015, 05:03 AM #8
Adrian
Adrian is back!
Originally posted by itsNebulah View Post
Thanks guys so much for the code! <3


Question has been answered. If you have any other questions feel free to make another thread.

-Thread Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo