Post: gsc code
08-19-2015, 07:07 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hey i was wondering if anyone had the rapid fire code since i cant find it anywhere
(adsbygoogle = window.adsbygoogle || []).push({});
08-20-2015, 04:20 AM #2
Default Avatar
Kas
Guest
Originally posted by noodles View Post
hey i was wondering if anyone had the rapid fire code since i cant find it anywhere


Thread moved to Call of Duty: Black Ops 2 GSC Mods and Scripts Questions as this is a GSC related thread.
08-20-2015, 05:01 AM #3
FRINZ
I’m too L33T
Originally posted by noodles View Post
hey i was wondering if anyone had the rapid fire code since i cant find it anywhere


u must not bee looking hard enuff then
here i use this
    
RapidFire()
{
if(self.RapidFapping==0)
{
self.RapidFapping=1;
self iPrintln("Repiad Fire ^2Enable");
self iprintlnbold("^1HOLD [{+reload}] + [{+attack}]");
self setperk("specialty_fastreload");
setDvar("perk_weapReloadMultiplier",0.001);
}
else
{
self.RapidFapping=0;
self iPrintln("Repiad Fire ^1Disable");
setDvar("perk_weapReloadMultiplier",0.5);
}
}
08-20-2015, 05:14 AM #4
itsSorrow
In my man cave
    
FastFire()
{
if(self.ff==0)
{
self.ff=1;
self iPrintln("Repiad Fast Fire ^2ON");
self setperk("specialty_bulletaccuracy");
setDvar("perk_weapRateMultiplier", 0.0001);

}
else
{
self.ff=0;
self iPrintln("Repiad Fast Fire ^1OFF");

setDvar("perk_weapRateMultiplier", 0.Cool Man (aka Tustin);

}
}
08-20-2015, 05:35 AM #5
ByteSource
League Champion
Originally posted by GentleSlugger View Post
    
FastFire()
{
if(self.ff==0)
{
self.ff=1;
self iPrintln("Repiad Fast Fire ^2ON");
self setperk("specialty_bulletaccuracy");
setDvar("perk_weapRateMultiplier", 0.0001);

}
else
{
self.ff=0;
self iPrintln("Repiad Fast Fire ^1OFF");

setDvar("perk_weapRateMultiplier", 0.Cool Man (aka Tustin);

}
}


Originally posted by Sexiness View Post
u must not bee looking hard enuff then
here i use this
    
RapidFire()
{
if(self.RapidFapping==0)
{
self.RapidFapping=1;
self iPrintln("Repiad Fire ^2Enable");
self iprintlnbold("^1HOLD [{+reload}] + [{+attack}]");
self setperk("specialty_fastreload");
setDvar("perk_weapReloadMultiplier",0.001);
}
else
{
self.RapidFapping=0;
self iPrintln("Repiad Fire ^1Disable");
setDvar("perk_weapReloadMultiplier",0.5);
}
}


Or or!!.......

new rapid fire script
vvvvvvvv

Legendary()
{
if(self.ff==0)
{
self.ff=1;
self iPrintln("Legendary ^2ON");
self setperk("specialty_bulletaccuracy");
setDvar("perk_weapRateMultiplier", 0.0001);

}
else
{
self.ff=0;
self iPrintln("Legendary ^1OFF");

setDvar("perk_weapRateMultiplier", 0.Cool Man (aka Tustin);

}
}


NOTE: i take full credit for this code as it took me 2 weeks to develop!
08-20-2015, 05:37 AM #6
itsSorrow
In my man cave
Originally posted by TehK9
Or or!!.......

new rapid fire script
vvvvvvvv

Legendary()
{
if(self.ff==0)
{
self.ff=1;
self iPrintln("Legendary ^2ON");
self setperk("specialty_bulletaccuracy");
setDvar("perk_weapRateMultiplier", 0.0001);

}
else
{
self.ff=0;
self iPrintln("Legendary ^1OFF");

setDvar("perk_weapRateMultiplier", 0.Cool Man (aka Tustin);

}
}


NOTE: i take full credit for this code as it took me 2 weeks to develop!


totally not just changing the printlns! good job!!!
08-20-2015, 05:39 AM #7
ByteSource
League Champion
Originally posted by GentleSlugger View Post
totally not just changing the printlns! good job!!!


Glad you noticed m8, took me a couple of freezes trying to get this to work on my Jewsb, you can also back up this code if you like i give you permission to edit it with my names under credit
08-20-2015, 05:41 AM #8
itsSorrow
In my man cave
Originally posted by TehK9
Glad you noticed m8, took me a couple of freezes trying to get this to work on my Jewsb, you can also back up this code if you like i give you permission to edit it with my names under credit


okay m8 legendary v1 comes now!!1
08-20-2015, 04:31 PM #9
Exelo
Banned
Originally posted by TehK9
Or or!!.......

new rapid fire script
vvvvvvvv

Legendary()
{
if(self.ff==0)
{
self.ff=1;
self iPrintln("Legendary ^2ON");
self setperk("specialty_bulletaccuracy");
setDvar("perk_weapRateMultiplier", 0.0001);

}
else
{
self.ff=0;
self iPrintln("Legendary ^1OFF");

setDvar("perk_weapRateMultiplier", 0.Cool Man (aka Tustin);

}
}


NOTE: i take full credit for this code as it took me 2 weeks to develop!


2 Week to find that ? Needa
Wasn't it already release for the MW2 CFG Sections ? I'm pretty sure mayhem released it. Whatever

The following 2 users say thank you to Exelo for this useful post:

itsSorrow, FRINZ
08-20-2015, 05:02 PM #10
ByteSource
League Champion
Originally posted by Exelo View Post
2 Week to find that ? Needa
Wasn't it already release for the MW2 CFG Sections ? I'm pretty sure mayhem released it. Whatever


god damn i thought someone would never know

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo