RADIO GOSSIP

Download our toolbar
http://rmgserver.page.tl/
Bine ati venit pe http://rmgserver.page.tl/ pentru o reconectare mai usoara" http://www.bizoo.ro/skins/basic/images/l1_bottom_click.gifpentru a seta pagina ca HomepageThe image “http://www.signarama.ro/pics/home_btn.gif” cannot be displayed, because it contains errors.


   
 
  Scripts
Top 10 Action Scripts
  • #1 Slo[M]oFio's Silent Defuse


Notes/Usage Instructions:


Makes ur defuse silent.
copy all to Userconfig.
Have Fun!

Script Code:
alias @slntdfs "special; wait; +use; wait; -use"
alias +slntdfs "alias _special @slntdfs; @slntdfs"
alias -slntdfs "alias _special"
bind "E" "+slntdfs"
 

  • #2 Slo[M]oFio's Silent Walk


Notes/Usage Instructions:


This script allows you too walk silently.
Its faster than +speed, but silent too.
Binds : I = enables and disables your Silent Walk
Copy all to userconfig.
have Fun

Script Code:
alias w "wait"
alias w5 "w;w;w;w;w"
alias w15 "w5; w5; w5"
alias w20 "w15; w5"
alias w30 "w15;w15"
alias @slntwlk "special; w30; +duck; w20; -duck"
alias +slntwlk "alias _special @slntwlk; @slntwlk"
alias -slntwlk "alias _special"
alias +silent "+forward; +slntwlk"
alias -silent "-forward; -slntwlk"
alias selif "selifon"
alias selifon "bind w +silent; alias selif selifof"
alias selifof "bind w +forward; alias selif selifon"
bind I selif

  • #3 Slo[M]oFio's Duck Script



Notes/Usage Instructions:

When you duck, your crosshair gets smaller and you can shoot much better...
(more accuracy, less recoil)
Copy all to userconfig/autoexec.
Have Fun!!!!

Script Code:
Alias +ddd "+duck; Cl_dynamiccrosshair 3;bind mouse1 +goodshoot"
alias -ddd "Cl_dynamiccrosshair 0; -duck; bind mouse1 +attack"
alias +goodshoot "cl_pitchspeed 3 ;alias _special @goodshoot;@goodshoot"
alias -goodshoot "alias _special"
alias @goodshoot "special;wait;+attack;+lookdown;wait;-attack; -lookdown"
bind "Ctrl" "+ddd"


  • #4 LongJump

Notes/Usage Instructions:

Credits:
Q-bA11


This script will let you strafe then jump as far as possible with just pressing the button binded to. Make sure you have userconfig.cfg in your cstrike folder.


Script Code:
//LongJump Script
// Waits
fps_max "101"
cl_yawspeed "210"
alias wait5 "wait; wait; wait; wait; wait"
alias wait10 "wait5; wait5"
alias wait20 "wait10; wait10"
alias wait40 "wait20; wait20"

// Multi-Strafe
alias strafe.qA2_4 "+left; +moveleft; wait10; -moveleft; -left; strafe.qA2_right; strafe.qA2_left; +right; +moveright; wait10; -moveright; -right; +duck; wait40; -duck"
alias strafe.qA2_left "+left; +moveleft; wait20; -moveleft; -left"
alias strafe.qA2_right "+right; +moveright; wait20; -moveright; -right"
alias _jump.qA2 "+jump; wait; -jump"

// Pre-Strafe
alias s.qA2_run "+forward; wait40; wait10; wait10; -forward"
alias s.qA2_pre "+forward; wait40; cl_yawspeed 105; +left; +moveleft; wait40; wait20; -moveleft; -forward; -left; cl_yawspeed 210"
alias run_qA2.LJ4 "s.qA2_run; _jump.qA2; strafe.qA2_4"
alias pre_qA2.LJ4 "s.qA2_pre; _jump.qA2; strafe.qA2_4"

// Edit Here
bind "ALT" "run_qA2.LJ4" // Straight-Forward Runup
bind "CAPSLOCK" "pre_qA2.LJ4" // Pre-Strafe Runup (Further)

  • #5 Ultimate B-Hopping

Notes/Usage Instructions:

This is a script that allowes you to hold your jump button, and you can bunnyjump all day long.

Put the code in your "userconfig.cfg".

Script Code:
alias +_t0bhopp "alias _special t0bhopp_;t0bhopp_"
alias -_t0bhopp "alias _special;-jump"
alias t0bhopp_ "+-;wait;special"
alias +- "t0bhopp+"
alias t0bhopp+ "+jump;alias +- t0bhopp-"
alias t0bhopp- "-jump;alias +- t0bhopp+"

bind space +_t0bhopp


  • #6 Balarina jump

Notes/Usage Instructions:

Hehehe want to be balarina? ^^ I got this script from friend it looks funny for other players
when you release it!

Script Code:


//alias balarina
"+attack;
wait;
-attack;
wait;wait;wait;wait;
+reload;
wait;wait;wait;
slot5;
wait;wait;wait;
+jump;
wait;
-jump;
wait;
-jump;
wait;wait;wait;
slot3;
wait;wait;wait;wait;
slot2;
wait;wait;wait;wait;
slot1;
-reload;
wait;
-reload;
wait;
-reload"
bind key "balarina"

//NOTE! You must have bomb-.-'
//Just put it to your userconfig.cfg

  • #7 Advanced Strafe Fire


Notes/Usage Instructions:

An extension of the strafe fire script. While walking or running you strafe alternating right and left with each press of the fire button. While ducking you do not strafe, for those long distance shots. Great on pistol round.

Script Code:
alias strafe_toggle_on "bind ctrl +newduck; bind rightarrow +newright; bind leftarrow +newleft; bind end strafe_toggle_off; bind mouse1 +strafeshoot; developer 1; echo Strafe_On; developer 0"
alias strafe_toggle_off "bind ctrl +duck; bind rightarrow +moveright; bind leftarrow +moveleft;bind end strafe_toggle_on; bind mouse1 +coloratk; developer 1; echo Strafe_Off; developer 0"
alias no_strafe "bind mouse1 +attack; Echo Strafe Fire Off; adjust_crosshair"
alias do_strafe "bind mouse1 +strafeshoot; echo Strafe Fire On; adjust_crosshair"
alias +ss_left "+attack; +moveleft; alias +strafeshoot +ss_right; adjust_crosshair"
alias +ss_right "+attack; +moveright; alias +strafeshoot +ss_left; adjust_crosshair"
alias +strafeshoot "+ss_left"
alias -strafeshoot "-attack; -moveleft; -moveright"
alias +newduck "+duck; no_strafe; adjust_crosshair"
alias -newduck "-duck; do_strafe; adjust_crosshair"
alias +newleft "+moveleft; no_strafe; adjust_crosshair"
alias -newleft "-moveleft; do_strafe; adjust_crosshair"
alias +newright "+moveright; no_strafe; adjust_crosshair"
alias -newright "-moveright; do_strafe; adjust_crosshair"

bind "END" "strafe_toggle_on"

  • #8 Awesome Crosshair

Notes/Usage Instructions:

Normally your crosshair will be Black, but when
You shoot it turns red!
Just copy this text into config.cfg

Script Code:


cl_crosshair_color "0 0 0"
cl_crosshair_translucent "0"

alias "+str" "+attack; cl_crosshair_color 250"
alias "-str" "-attack; cl_crosshair_color 0"

bind mouse1 +str

  • #9 Fake reload

Notes/Usage Instructions:

This script lets reload sound but it doesnt reload!

Script Code:
alias is_reloading "weapon_knife; wait; wait; lastinv"
alias +reload_fake "+reload"
alias -reload_fake " -reload; is_reloading"
bind kp_enter +reload_fake

  • #10 180 Turn

Notes/Usage Instructions:

This script is mainly used to avoid flashes. With the press of one key (default x) you can do a 180 turn.

Script Code:



alias fastturn "fps_max 20; cl_yawspeed 7200; wait; +right; wait; -right; cl_yawspeed 32; fps_max 100"

alias +fastturn "fastturn"
alias -fastturn "fastturn"




Top 10 Buy Scripts

  • #1 All-In-One (Instructions Too!)

Notes/Usage Instructions:

This is my buy script it will provide you with everything you need to buy stuff.

Heres the Read Me:
****************Bullet's Buy Script Read Me*******************

-=INSTALLATION=-

All you have to do is paste the code that is after the read me into your userconfig.cfg which can be located in your cstrike folder. Or if it is not there open notepad paste the script into it, then save it as userconfig.cfg and then put it into the cstrike folder

********************************************************

Example:

C:Program FilesValveSteamSteamApps______counter-strikecstrike

The blank line should be your email address you used to register when you installed steam.

********************************************************
-=KEY BINDS=-

Keypad (0) = Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (1) = Scout + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (2) = Deagle + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (3) = MP5 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (4) = FAMAS/Galil + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (5) = M4A1/AK-47 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (6) = AUG/SG552 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (7) = M249 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (8) = M3 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser
Keypad (9) = Compact + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser

********************************************************
Script Code:
alias "equip" "primammo; vesthelm; vest; defuser; secammo; hegren; flash; flash"

bind "kp_ins" "equip"
bind "kp_pgdn" "mp5; equip"
bind "kp_uparrow" "m3; equip"
bind "kp_leftarrow" "galil; famas; equip"
bind "kp_5" "ak47; m4a1; equip"
bind "kp_rightarrow" "aug; sg552; equip"
bind "kp_home" "m249; equip"
bind "kp_end" "scout; equip"
bind "kp_downarrow" "deagle; secammo; equip"
bind "kp_pgup" "p228; secammo; equip"

echo "*****BULLET'S BUY SCRIPT*****"
echo "-=Key List=-"
echo "Keypad (0) = Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"
echo "Keypad (1) = Scout + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser "
echo "Keypad (2) = Deagle + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"
echo "Keypad (3) = MP5 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"
echo "Keypad (4) = FAMAS/Galil + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"
echo "Keypad (5) = M4A1/AK-47 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"
echo "Keypad (6) = AUG/SG552 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"
echo "Keypad (7) = M249 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"
echo "Keypad (8) = M3 + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"
echo "Keypad (9) = Compact + Ammo + Kevlar&Helmet + HeGrenade + 2FlashBangs + Defuser"

echo ""
echo "==============="
echo " Script Loaded"
echo " Made By [sLk]Bullet.NJ"
echo "-------------------------"
echo " Binds Loaded"
echo "==============="
echo ""

  • #2 Buy AWP Script

Notes/Usage Instructions:

script to buy
-awp
-deagle
-kevlar$helmet
-smoke grenade/HE grenade
-ammo for primary and secondary weapons

press zero ingame to buy

all equipment will cost $6950 for both terrorists and CTs

Script Code:
alias close "wait; wait; wait; slot10; wait; wait; wait; slot10; wait; wait; wait; slot10"
alias AWM "buy; menuselect 4; menuselect 6; close; buy; menuselect 6"
alias DE "buy; menuselect 1; menuselect 3; close; buy; menuselect 7"
alias AWMDEGun "AWM; DE; buyequip; menuselect 1; buyequip; menuselect 4; buyequip; menuselect 5; close"


bind 0 "AWMDEGun"

  • #3 Equipment Buy

Notes/Usage Instructions:

Config Name: equipment buy script
Config Author: Nextwish
Zip compiled by: huckS

Description:
These aliases simply purchase
equipment. The buynvg alias, is a little different in the fact,
that when you buy Night Vision Goggles with that alias, it will
automatically turn them on.

Script Code:

//Script made by Nextwish and put into config by huckS where bind is change "x" to the key you want the bind to use

alias buyvest "buyequip; menuselect 1"
alias buyvest2 "buyequip; menuselect 2"
alias buycgren "buyequip; menuselect 3"
alias buyhegren "buyequip; menuselect 4"
alias buysgren "buyequip; menuselect 5"
alias buydefuser "buyequip; menuselect 6"
alias buynvg "buyequip; menuselect 7; wait; wait; nightvision"
bind "x" "buyvest"
bind "x" "buyvest2"
bind "x" "buycgren"
bind "x" "buyhegren"
bind "x" "buysgren"
bind "x" "buydefuser"
bind "x" "buynvg"

  • #4 EasY BuY v1.0


Notes/Usage Instructions:

A Kustom Buy Script.. Features different modes for your choice..

Script Code:



alias mp.m4ak "m4a1; ak47; primammo; deagle; secammo; flash; flash; hegren; vest; weapon_knife"
alias mp.awp "awp; primammo; deagle; secammo; flash; flash; hegren; vest; weapon_knife"
alias mp.scout "scout; primammo; deagle; secammo; hegren; flash; flash; vest; weapon_knife"
alias mp.deagle "deagle; secammo; hegren; flash; vest; weapon_knife"

bind kp_ins mp.m4ak //Will buy M4 Or AK47 With flashes, henade and kevlar..
bind kp_del mp.awp //Will buy the awp With flashes, henade and kevlar..
bind kp_pgdn mp.scout //Will buy the scout With flashes, henade and kevlar..
bind kp_end mp.deagle //Will buy the DEagle With a flash, henade and kevlar..

  • #5 AJ's Buy Script

Notes/Usage Instructions:

Hya. I've created a CS1.6 buy script. I was tired of all scripts, put the code there and there you'll have it..... and doesn't say what button buy's what, and how much it costs. So i created this script...



If you forgot what button buys what, or what cost, your can press (ingame) Keypad Minus and console will popout showing you what buys what, and the cost

****************************************
Instructions

1.Open your "config.cfg" (in VALVE/cstrike/). Go to the bottom and after the line: "exec userconfig.cfg", add line "exec buy.cfg".

2.Then, make a copy of "config.cfg" and rename the copy to "buy.cfg".

3. Open "buy.cfg" and erase everything, make it crystal clear .

4. Copy this code to buy.cfg and save.

5. Have fun buying

Script Code:
//Everybutton is on the keypad:
kp_0 - (CT 2200$/T 2000$) Ammo; 2FB; He; SG; Defuser; Armor."
kp_1 - (CT 4480$/T 3740$) M4a1/Ak47 + Ammo; defuser; Armor."
kp_2 - (CT 3630$/T 3180$) Galil/Famas + Ammo; defuser; Armor."
kp_3 - (CT 2780$/T 2580$) MP5 + Ammo; Defuser; Armor."
kp_4 - (CT 4880$/T 4680$) Aug/SG552 + Ammo; Defuser; Armor"
kp_5 - (CT 1875$/T 1675$) USP + Ammo; Defuser; Armor."
kp_6 - (CT 2050$/T 1850$) Deagle + Ammo; Defuser; Armor."
kp_7 - (CT 0700$/T 0500$) FB; HE; Defuser."
kp_8 - (CT 4190$/T 3990$) Scout + Ammo; Defuser; Armor."
kp_9 - (CT 6325$/T 6125$) AWP + Ammo; Defuser; Armor."

//EXTRA
If you forgot what button buys what, or what cost, your can press (ingame) Keypad Minus and console will popout showing you what buys what, and the cost

echo "////////////////////////////////////////////////"
echo "// AJ's BUYSCRIPT SUCCESFULLY LOADED"
echo "////////////////////////////////////////////////"
echo "// kp_0 - (CT 2200$/T 2000$) Ammo; 2FB; He; SG; Defuser; Armor."
echo "// kp_1 - (CT 4480$/T 3740$) M4a1/Ak47 + Ammo; defuser; Armor."
echo "// kp_2 - (CT 3630$/T 3180$) Galil/Famas + Ammo; defuser; Armor."
echo "// kp_3 - (CT 2780$/T 2580$) MP5 + Ammo; Defuser; Armor."
echo "// kp_4 - (CT 4880$/T 4680$) Aug/SG552 + Ammo; Defuser; Armor"
echo "// kp_5 - (CT 1875$/T 1675$) USP + Ammo; Defuser; Armor."
echo "// kp_6 - (CT 2050$/T 1850$) Deagle + Ammo; Defuser; Armor."
echo "// kp_7 - (CT 0700$/T 0500$) FB; HE; Defuser."
echo "// kp_8 - (CT 4190$/T 3990$) Scout + Ammo; Defuser; Armor."
echo "// kp_9 - (CT 6325$/T 6125$) AWP + Ammo; Defuser; Armor."
echo "////////////////////////////////////////////////"
echo "// By: Tyro|aj // 2007-06-16.


bind "kp_ins" "primammo; secammo; flash; flash; hegren; sgren; defuser; vesthelm; vest"
bind "KP_END" "m4a1; ak47; primammo; defuser; vesthelm"
bind "kp_downarrow" "galil; famas; primammo; defuser; vesthelm; vest"
bind "kp_pgdn" "mp5; primammo; defuser; vesthelm; vest"
bind "kp_leftarrow" "aug; sg552; primammo; defuser; vesthelm; vest"
bind "kp_5" "usp; defuser; secammo; vesthelm; vest"
bind "kp_rightarrow" "deagle; secammo; defuser; vesthelm; vest"
bind "kp_home" "flash; hegren; defuser"
bind "kp_uparrow" "scout; primammo; defuser; vesthelm; vest"
bind "kp_pgup" "awp; primammo; defuser; vesthelm; vest"
bind "kp_minus" "toggleconsole; exec buy.cfg"
bind "," "primammo"
bind "." "secammo"

  • #6 Buying AWP+USP

Notes/Usage Instructions:

Post this in Autoexec.cfg if file does not exist make one.
Its a cool buy script.

Script Code:
alias "primammo" "buyammo1;buyammo1;buyammo1;buyammo1;buyammo1;buyammo1;buyammo1"
alias "secoammo" "buyammo2;buyammo2;buyammo2;buyammo2;buyammo2;buyammo2;buyammo2"

alias "+awpsniper" "awp;usp;vesthelm;flash;flash;hegren;defuser"
alias "-awpsniper" "slot10;secoammo;primammo"

then

bind "YourKey" "+awpsniper"

  • #7 Most used weps


Notes/Usage Instructions:

copy all to Useconfig.


DONT FORGET TO CHANGE BINDS!!!

Script Code:
alias more "secammo;primammo;defuser;vesthelm"
alias +awp "awp;deagle"
alias -awp "more"
alias +akm4 "ak47;m4a1"
alias -akm4 "more"
alias +famasgalil "famas;galil"
alias -famasgalil "more"
alias +grenades "hegren;flash;flash;sgren;"
alias -grenades "more"

bind "x" "+akm4"
bind "Z" "+awp"
bind "c" "+famasgalil"
bind "v" "+grenades"

  • #8 Buy Ammo / Move

Notes/Usage Instructions:

Made this, because i always forgot buy ammunation for guns when leaving base.

How to use?
#1 You can just use type theese into console
or
#2 Create .txt file, Open, copy paste script there, Save, and change .txt to .cfg

in game type this into console: Exec "scriptname.cfg"

Script Code:
bind w "+forward; secammo; primammo; -forward"
bind a "+moveleft; secammo; primammo; -moveleft"
bind s "+back; secammo; primammo; -back"
bind d "+moveright; secammo; primammo; -moveright"

  • #9 Clan Buy Script

Notes/Usage Instructions:

1.6 compatible clanmatch buy.

Script Code:
//akcolt+equipment -DEL//
bind "del" "ak47; m4a1; primammo; vesthelm; vest; defuser; hegren; flash; flash; sgren ;stopsound"

//awp+equipment -END//
bind "end" "awp; primammo; vesthelm; vest; defuser; hegren; flash; flash; deagle; secammo; sgren; stopsound"

//famasgalil+equipment -PAGEDOWN//
bind "pgdn" "famas; galil; primammo; vesthelm; vest; defuser; hegren; flash; flash; sgren; stopsound"

//t pistol-1 -INSERT//
bind "ins" "hegren; flash; sgren; stopsound"

//t pistol-2 -HOME//
bind "home" "vest; secammo; stopsound"

//ct pistol -PAGEUP//
bind "pgup" "hegren; flash; defuser; secammo; stopsound"

//deagle+ammo -UPARROW//
bind "uparrow" "deagle; secammo; stopsound"

//equipment -DOWNARROW//
bind "downarrow" "primammo; secammo; vesthelm; vest; hegren; flash; flash; sgren; defuser; stopsound"

  • #10 Walk+Buy Mp5 Navy / Deagle

Notes/Usage Instructions:

Include this at "Autoexec.cfg" in Cstrike folder if the file doesn't exists make one

Script Code:
sv_cheats "1"
alias "give_dollars" "impulse 101"

alias "primammo" "buyammo1;buyammo1;buyammo1;buyammo1;buyammo1;buyammo1;buyammo1"
alias "secoammo" "buyammo2;buyammo2;buyammo2;buyammo2;buyammo2;buyammo2;buyammo2"

alias "+speedbuying" "+speed;give_dollars;mp5;deagle;vesthelm;flash;flash;hegren;defuser"
alias "-speedbuying" "-speed;slot10;primammo;secoammo"

type this at console or change this on config.cfg

bind shift "+speedbuying"
The time is now
 
Add ID
 

Pentru a fi la curent cu toate noutatile CLIK aicihttp://www.digiest.com/files/contact/yahoo-messenger.gif

Your ip is:
 
What section you find usseful??
Download Games
Download Cfg
Download Software
Download GUI
Download Plugins
Download Movies
Download Steam
Download Music
Adrese torente
Scripts
Counter-strike skins
Hublist
Server List
Tutorials
Mini Games
Radio
pollcode.com free polls
Counter
 
eXTReMe Tracker
 
 
Today, there have been 56538 visitors (140359 hits) on this page!
BladerZone
 TopSite !! cs 1.6 cheats hacks servers to !! cs servers ==== www.TOP21.ro This website was created for free with Own-Free-Website.com. Would you also like to have your own website?
Sign up for free