Post: CoD4 Scripts
02-14-2011, 05:14 PM #1
Default Avatar
CFG
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); Hello !
I have seen that there were some scripters around here, so this is why I decided to post here.

Can anyone give me the scripts for :

- Less recoil
- Faster shooting (probably using "wait" commands, from what I've heard)
- Better hit when shot from the hip, also known as spray shot (probably using "vstr" commands, from what I've heard) -> especially usefull with SMGs.
There is also one command that allows you to sprint for a little longer, when it is set to a higher value than default.

All of these scripts are possible, as I have seen some used at LAN, but couldn't manage to get my hands on them.

Thanks for your help!
(adsbygoogle = window.adsbygoogle || []).push({});
02-14-2011, 05:29 PM #2
!x-MONKEY-BOMB!
League Champion
so you are looking for the bypass ones? il send them all to you later but you got your cmds wrong. you would need a perk modifier for the rapid fire and the lock on you would use a lock on enable code Smile simple? vstr is for menus and poo like that. Happy
02-14-2011, 06:23 PM #3
crazy_blake7
I’m too L33T
Originally posted by CFG View Post
Hello !
I have seen that there were some scripters around here, so this is why I decided to post here.

Can anyone give me the scripts for :

- Less recoil
- Faster shooting (probably using "wait" commands, from what I've heard)
- Better hit when shot from the hip, also known as spray shot (probably using "vstr" commands, from what I've heard) -> especially usefull with SMGs.
There is also one command that allows you to sprint for a little longer, when it is set to a higher value than default.

All of these scripts are possible, as I have seen some used at LAN, but couldn't manage to get my hands on them.

Thanks for your help!


well i dont know if you wanted codes for bypass, or for a patch but for a patch they are

self setclientdvar( "player_burstFireCooldown", "0" ); //removes burst fire wait time

self setClientDvar( "perk_weapspreadMultiplier", "0.001" ); // use with steady aim, super steady aim

self setClientDvar( "player_sprintUnlimited", "1" ); //unlimited sprint

self setClientDvar( "perk_weapreloadMultiplier", "0.001" ); //instant reload

i dont know much about mp and cm coding but i think it would be something like player_burstFireCooldown", "0" just a guess tho

EDIT
for cm and mp i think it would be

set player_burstFireCooldown "0"
set perk_weapspreadMultiplier "0.001"
set player_sprintUnlimited "1"
set perk_weapreloadMultiplier "0.001"
02-14-2011, 08:41 PM #4
To shoot fast with a pistol you could use this code:

Bind button_rshldr "+attack;wait 0.001;+attack;wait 0.001;+attack;wait 0.001"

That will shoot 3 shots really fast however it will only shoot 3 shots even if it's an automatic gun. To make it so that you can toggle between this use this code:

bind dpad_down "vstr 4"
set vstr 4 "bind button_rshldr vstr 0;bind dpad_down vstr 2;^1rapid_fire_activated"
set vstr 0 "+attack;wait 0.001;+attack;wait 0.001;+attack;wait 0.001"
set vstr 2 "bind button_rshldr +attack;bind dpad_down vstr 4;^1rapid_fire_deactivated"

Press down on the dpad to toggle the rapid 3 bursts with normal shooting.
02-14-2011, 09:51 PM #5
!x-MONKEY-BOMB!
League Champion
dude. your so proud of this Happy :L lol
02-14-2011, 10:01 PM #6
Originally posted by BOMB View Post
dude. your so proud of this Happy :L lol


lol, I first made it in this post and was like "Meh, I should just release it."
02-14-2011, 10:05 PM #7
!x-MONKEY-BOMB!
League Champion
ah makes sense Happy like the way you named the vstr 4,0 and 2 Happy i might name mine t,m and b Happy like it?
02-15-2011, 01:42 AM #8
tylerallmighty
Human After All
Originally posted by BOMB View Post
ah makes sense Happy like the way you named the vstr 4,0 and 2 Happy i might name mine t,m and b Happy like it?


Wait, you can do that? O.o
02-15-2011, 10:19 AM #9
!x-MONKEY-BOMB!
League Champion
Originally posted by bananaman
Wait, you can do that? O.o


You can name your vstr's anything you want

set tmb "bind dpad_up vstr will"
set will "bind dpad_up vstr pwn"
set pwn "bind dpad_up vstr bananaman"
set bananaman "say see!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo