to use these scripts :
1. copy-paste that code into "NOTEPAD".
2. save as (example)"myfilename.cfg" the end must .cfg or "configure" file type.
3. open CS game.
4. open console then type "exec myfilename.cfg" then enter.
5. enter the server, and now you can use that script!
Other ways to use these scripts:
1.copy these scripts.
2.open CS 1.6 folder then open cstrike folder, and open configure folder example " VIOLENCE.CFG " with NOTEPAD.
3.paste the script and SAVE AS (example) " myfilename.cfg ".
4.Open CS Game and type in console like this " exec myfilename.cfg ".
5. enter the server, and now you can use that script!
Bunny Hoop
//Bhop
alias +newbh "alias _special jump; jump"
alias -newbh "alias _special"
alias newbhtoggle "bhopon"
alias jump "special; wait; +jump; wait; -jump"
alias bhopon "bind space +newbh; speak on; alias newbhtoggle bhopoff"
alias bhopoff "unbind space; bind space +jump; speak off; alias newbhtoggle bhopon"
bind space +newbh
bind mouse3 +newbh
AK-47 Burst Fire
Description: This script will control how many shots you fire, (1 shot, 3 shots, 5 shots or full auto) works best with the AK, thus the name.
alias "dev0" "developer 0"
alias "dev1" "developer 1"
// Adjust the amount of waits in the next alias until you find the one that works the best according to your system and connection.
alias w3 "wait; wait; wait; wait; wait"
alias "cycle" "cyclesemi"
alias "cycleauto" "bind mouse1 +attack; dev1; echo <-------------------- AUTO FIRE -------------------->; alias cycle cyclesingle"
alias "cyclesingle" "bind mouse1 single; dev1; echo <-------------------- SINGLE FIRE -------------------->; alias cycle cyclesemi"
alias "cyclesemi" "bind mouse1 semi; dev1; echo <-------------------- SEMIAUTO FIRE -------------------->; alias cycle cycleburst"
alias "cycleburst" "bind mouse1 burst; dev1; echo <-------------------- BURST FIRE -------------------->; alias cycle cycleauto"
alias "single" "+attack; w3; -attack"
alias "semi" "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack"
alias "burst" "+attack; w3; -attack; w3; +at
4 Bullet (Glock) Burst Fire
Description: This script will shoot 4 bullets with burst fire glock instead of 3. Be sure to turn off when using other guns. Gives burst fire glock accuracy of semi automatic if you start off glock with semi auto.
alias +fastglock "+attack;+attack2;+attack2;+attack"
alias -fastglock "-attack;-attack2;-attack2;-attack"
alias fg "fgon"
alias fgon "bind mouse1 +fastglock; developer 1; echo Fast Glock on; developer 0; alias fg fgoff"
alias fgoff "bind mouse1 +attack; developer 1; echo Fast Glock off; developer 0; alias fg fgon"
bind "v" "fg"
Burst Fire (All Weapon)
Description: This Script fires a three round burst when enabled. This is good for weapons that don't have a secondary fire. You bind your key to the alias "burstfire" and make sure you change the bind for the key you use in the "burstfire" alias and "standard" alias. In this example I use the "end" key.
Description: This Script fires a three round burst when enabled. This is good for weapons that don't have a secondary fire. You bind your key to the alias "burstfire" and make sure you change the bind for the key you use in the "burstfire" alias and "standard" alias. In this example I use the "end" key.
alias burstfire "bind mouse1 burst3; bind end standard; developer 1; echo Burst Fire Enabled; developer 0"
alias burst3 "+attack; w3; -attack; w3; +attack; w3; -attack; w3; +attack; w3; -attack"
alias standard "bind mouse1 +attack; bind end burstfire; developer 1; echo Burst Fire Disabled; developer 0"
alias w3 "wait; wait; wait"
bind "end" "burstfire"