CSLoad.com Counter-Strike 1.6 Script | CS 1.6 Red and Blue Color Models |
Counter-Strike 1.6 Script and Packs, Tips, Strategy and Game Cheats, CSLoad.com is a Work in Progress.
CS 1.6 Script Comments | GuestBook | Link Exchange

Sentence to think about :   Learn to stop just before firing sniper weapons   

Visits to CS Scripts

 975880 visitors

 18 visitors online

CS Scripts - Site Infos
CS Scripts & Configs

AgeNt69 Nav
Agent69 NAV
CounterStrike Help & Info
HLDS Server Setup Help
Counter-Strike Tweaks
 
HLDS Server Setup Help
Counter-Strike Tweaks

CS Technical Help
Hot Resources
CS Exploits
permanent crosshair
Using net_graph
No modifying of game files or anything to download
permanent crosshair #2
Using titles.txt file
i made a script to keep the crosshair on screen,
check it out here.
Help With Scripting
HLDS Server Setup Help
Counter Strike Tactics
HL CFG Resoures
 
 
Welcome to Counter-Strike 1.6 Scripts

AgeNt69's Counter-Strike
Scripts and Cheats
Random Counter Strike Images
Counter-Strike Script and Cheats, Tips, Strategy, Game Enhancements and
My Extreme Counter-Strike 1.6 Script Pack
Buy weapons, change in game settings and rates using the commandmenu.
.
 

Join me AgeNt69 @ THREATgaming :: SoCal Dust2

cs
Server Address: 67.215.246.74:27015
 
Flag Counter
 

Counter-Strike Scripts,
Update 05/23/2013

Mouse1 Quick Nade Selector - FIXED

New Script Pack with awp script, coming soon,
AWP Script, Shot Gun Script and Slots Will Just Work.

 
Auto Quick Scope (AWP Script) with No Zoom
//---------------------------------------------//
// Auto Quick Scope (AWP Script) with No Zoom
// by: Robert Richardson a.k.a. AgeNt69
// website: http://www.csload.com
//
//-------- Auto Quick Scope with No Zoom ------//
alias "+sattack" "+attack2; +attack;"
alias "-sattack" "-attack2; -attack; slot3; slot1;"
//
//--------------- Slot Works -----------------//
alias slut1 "slot1;bind mouse1 +attack;-attack;"
alias slut2 "slot2;bind mouse1 +attack;-attack;"
alias slut3 "slot3;bind mouse1 +attack;-attack;"
alias slut4 "slot4;bind mouse1 +attack;-attack;"
alias slut5 "slot5;bind mouse1 +attack;-attack;"
alias slut.1 "bind mouse1 +sattack; bind 1 slut1; bind 2 slut2; bind 3 slut3; bind 4 slut4; bind 5 slut5;-attack;"
alias slut.0 "bind mouse1 +attack; bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4; bind 5 slot5;-attack;"
//
//------Weapon Selector - On/Off Switch------//
alias "tawp" "tawp.1;"
alias "tawp.1" "slot1; slut.1; alias tawp tawp.0;"
alias "tawp.0" "slot2; slut.0; alias tawp tawp.1;"
tawp.0;wait;tawp.1;
//
// Set Key For Weapon Selector
bind "Set-Key" "tawp"
//-----------------------------------//
 
No Auto Quick Scope (AWP Script) with No Zoom
//---------------------------------------------//
// No Auto Quick Scope (AWP Script) with No Zoom
// by: Robert Richardson a.k.a. AgeNt69
// website: http://www.csload.com
//
//----- No Auto Quick Scope With No Zoom ------//
alias "+sattack" "+attack;"
alias "-sattack" "-attack; slot3; slot1;"
//
//--------------- Slot Works -----------------//
alias slut1 "slot1;bind mouse1 +attack;-attack;"
alias slut2 "slot2;bind mouse1 +attack;-attack;"
alias slut3 "slot3;bind mouse1 +attack;-attack;"
alias slut4 "slot4;bind mouse1 +attack;-attack;"
alias slut5 "slot5;bind mouse1 +attack;-attack;"
alias slut.1 "bind mouse1 +sattack; bind 1 slut1; bind 2 slut2; bind 3 slut3; bind 4 slut4; bind 5 slut5;-attack;"
alias slut.0 "bind mouse1 +attack; bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4; bind 5 slot5;-attack;"
//
//------Weapon Selector - On/Off Switch------//
alias "tawp" "tawp.1;"
alias "tawp.1" "slot1; slut.1; alias tawp tawp.0;"
alias "tawp.0" "slot2; slut.0; alias tawp tawp.1;"
tawp.0;wait;tawp.1;
//
// Set Key For Weapon Selector
bind "Set-Key" "tawp"
//-----------------------------------//
 
Easy Last Weapon Reset

//////////// Easy Last Weapon Reser ////////////
// by: Robert Richardson a.k.a. AgeNt69
// website: http://www.csload.com
// Easy "lastinv" Reset to Primary and Secondary Weapon Selection,
// selecting slot1 or slot2 will always set "lastinv" to Primary or
// Secondary Weapon, even if knife, nade or bomb was last weapon.
//
// How to install: Just add to your "userconfig.cfg " and forget it.
//
alias "tg_slotP" "slot1; bind q tg_slot2"
alias "tg_slot2" "slot2; bind q lastinv"
//
alias "tg_slotS" "slot2; bind q tg_slot1"
alias "tg_slot1" "slot1; bind q lastinv"
//
// Add or Remove slots as needed
bind "1" "slot1; bind q tg_slotS" // Reset "lastinv" secondary weapon
bind "2" "slot2; bind q tg_slotP" // Reset "lastinv" primary weapon
bind "3" "slot3; bind q lastinv"
bind "4" "slot4; bind q lastinv"
bind "5" "slot5; bind q lastinv"
// Set your key for "lastinv" if not using q
bind "q" "tg_slotP"
// Optional Key Binds, this is what i use for mouse wheel
// bind "MWHEELUP" "tg_slotP" // remove "//" at begining of line to use
// bind "MWHEELDOWN" "slot3" // remove "//" at begining of line to use
//-----------------------------------//

 
Mouse Wheel Weapon Selector For Slot 1, 2 and 3,
This Is One Of My Oldest Counter-Strike Scripts
// Mouse Wheel Weapon Selector
//-----------------------------------//
// Weapon + Pistol + Knife( MWheel Up and Down Toggle)
// by: Robert Richardson a.k.a. AgeNt69
// website: http://www.csload.com
alias tg_w2n2p_b1 "w2n2p_b1_1"
alias w2n2p_b1_1 "slot1; wait; alias tg_w2n2p_b2 w2n2p_b2_1"
alias w2n2p_b1_2 "slot2; wait; alias tg_w2n2p_b2 w2n2p_b2_2"
//
alias tg_w2n2p_b2 "w2n2p_b2_1"
alias w2n2p_b2_1 "slot3; wait; alias tg_w2n2p_b1 w2n2p_b1_2"
alias w2n2p_b2_2 "slot3; wait; alias tg_w2n2p_b1 w2n2p_b1_1"
bind "MWHEELUP" "tg_w2n2p_b1" // --> Gun + Pistol
bind "MWHEELDOWN" "tg_w2n2p_b2" // --> Knife
//-----------------------------------//
 
Walk Toggle + Ducks Don't Walk Combo
Use one or Both

// Walk Toggle and Ducks Don't Walk Combo///
// Allows you to walk without holding a key.
// Press it once to walk and again to run,
// If Walk Is On You Walk At Normal When Ducked
//
// Ducks Don't Walk
//; alias +duck_dws "+duck; -speed"
//; alias -duck_dws "-duck; walk_do"
//
// Walk Toggle
//; alias walk_dws "walk.1"
//; alias walk.1 "+speed; alias walk_dws walk.0; alias walk_do walk.1"
//; alias walk.0 "-speed; alias walk_dws walk.1; alias walk_do walk.0"
//; walk.1;wait;walk.0;
//
//; bind anykey "walk_dws" // Walk Toggle
//; bind anykey "+duck_dws" // Duck Toggle
//-----------------------------------//

 
Easy Clean Screen Shot

//-----------------------------------//
// Easy Clean Screenshot //
// Credit: unknown
// Description: This Script gives you the ability to
// take a clean screenshot with one key press. Also,
// this script is assuming you have net_graph on,
// so after the screenshot you will get it back on.
// If you don't want that, just remove the net_graph 3 from the alias csoff.
alias takecsnap ".cs_on; wait; wait; snapshot; .cs_off; wait; wait; developer 1; echo Screenshot Complete; developer 0"
alias .cs_on "clear; hud_draw 0; cl_observercrosshair 0; crosshair 0; r_drawviewmodel 0; hideradar; net_graph 0; scr_centertime 0"
alias .cs_off "hud_draw 1; cl_observercrosshair 1; crosshair 1; r_drawviewmodel 1; drawradar; net_graph 3; scr_centertime 6"
bind "anykey" "takecsnap"
//-----------------------------------//

 
//-------------Script By Technolex1337--------------
alias tle_exec "tle_whenpressed"
alias tle_whenpressed "messagemode exec"
bind "key" "tle_exec"
//--------------------------------------------------//
 
//-------------Script By Technolex1337--------------
alias tlegraph "tle_g1"
alias tle_g1 "messagemode net_graph"
//
bind "key" "tlegraph"
//--------------------------------------------------//
 
Plant Me Not (one bottom C4 and Plant)
//-----------------------------------//
// Plant Me Not (one bottom Plant C4
// Credit: RzE's CS Helper
// website: http://www.csload.com
alias "+plantmenot" "weapon_c4; wait; wait; +attack"
alias "-plantmenot" "-attack; slot2; slot1"
bind "anykey" "+plantmenot"
//-----------------------------------//
 
Counter-Strike 1.6 easy Grenade or nade spam Script
//-----------------------------------//
// Counter-Strike Grenade Script
//-----------------------------------//
//: alias "w3" "wait;wait;wait"
//: alias "w2" "wait;wait"
//: alias "w1" "wait"
//HE Grenade spam script
//; alias "+hegspam" "hegren;w3;weapon_hegrenade"
//; alias "-hegspam" "+attack;w1;-attack"
//; bind "6" "+hegspam"
//
//Flash Grenade spam script
//; alias "+flaspam" "flash;w3;weapon_flashbang"
//; alias "-flaspam" "+attack;w1;-attack"
//; bind "7" "+flaspam"
//
//Smoke Grenade spam script
//; alias "+smkspam" "sgren;w3;weapon_smokegrenade"
//; alias "-smkspam" "+attack;w1;-attack"
//; bind "8" "+smkspam"
//-----------------------------------//
 
Fast Weapon Drop or Drop All
//-----------------------------------//
//Fast drop C4//
// Credits: Q-bA11 @ elxdraco.net //
//; alias fdbomb "drop weapon_c4; w; say_team Bomb dropped - Use your Radar to Find It!"
//; bind "key" "fdbomb"
//
// Fast drop primary weapon//
// Credits: Q-bA11 @ scripting.elxdraco.net //
//;alias fdprimary "drop weapon_famas;drop weapon_galil;drop weapon_m4a1;drop weapon_ak47;drop weapon_aug;fdprimary.1"
//;alias fdprimary.1 "drop weapon_sg552;drop weapon_scout;drop weapon_awp;drop weapon_sg550;fdprimary.2"
//;alias fdprimary.2 "drop weapon_g3sg1;drop weapon_m3;drop weapon_xm1014;drop weapon_mac10;fdprimary.3"
//;alias fdprimary.3 "drop weapon_mp;drop weapon_mp5navy;drop weapon_ump45;drop weapon_p90;drop weapon_m249"
//; bind "key" "fdprimary"
//
// Fast drop Pistol/
// Credits: Q-bA11 @ scripting.elxdraco.net //
//;alias fdpistol "drop weapon_glock18; drop weapon_usp; drop weapon_p228; drop weapon_deagle; drop weapon_elite; drop weapon_fiveseven"
//; bind "key" "fdpistol"
//
// Fast drop All/
// Credits: Q-bA11 @ scripting.elxdraco.net //
//;alias fdall "fdbomb;fdprimary;fdpistol"
//; bind "key" "fdall"
//-----------------------------------//
 
Net Graph Cycle Script
//-----------------------------------//
//Net Graph Cycle Script// by: The Counter-Script Crew
Description: This cycles through the different choices of the Net Graph.
//
alias graph "graph1"
alias graph1 "net_graph 1; alias graph graph2"
alias graph2 "net_graph 2; alias graph graph3"
alias graph3 "net_graph 3; alias graph graph4"
alias graph4 "net_graph 0; alias graph graph1"
//
bind "anykey" "graph"
//-----------------------------------//
 
Netgraph 3 Viewer
//-----------------------------------//
//Net Graph Toggle Script// by: The Counter-Script Crew
// Description: This is used to toggle the netgraph on and off.
alias graph "graphon"
alias graphon "net_graph 3; alias graph graphoff"
alias graphoff "net_graph 0; alias graph graphon"
bind "anykey" "graph"
//-----------------------------------//
 
Net Graph Viewer Script
//-----------------------------------//
//Net Graph Viewer Script// by: The Counter-Script Crew
Description: This is used to view the netgraph when you press the key.
//
alias +graph "net_graph 3"
alias -graph "net_graph 0"
//
bind "anykey" "+graph
//-----------------------------------//
 
FPS Viewer
//-----------------------------------//
// FPS Viewer//
alias fps_t "fpsoff"
alias fpsoff "cl_showfps 0; alias fps_t fpson"
alias fpson "cl_showfps 1; alias fps_t fpsoff"
bind anykey "fps_t"
//-----------------------------------//
 
+attack bind reset config
(for weapon script users)
//------ +attack bind reset --------//
// This replaces my slot-works script, slot-works was overkill
// If you use a awp or shotgun script, this rebind M1 back to +attack
bind "1" "slot1; bind mouse1 +attack"
bind "2" "slot2; bind mouse1 +attack"
bind "3" "slot3; bind mouse1 +attack"
bind "4" "slot4; bind mouse1 +attack"
bind "5" "slot5; bind mouse1 +attack"
//-----------------------------------//
 

Warning:

motd_write doesn't work on steam version, Remove it from your scripts

Do To The "motd_write" Issue, My Script pack has a few problems
i am now working on a new cs script pack.
posted: 03/15/2013

CS 1.6 Agent69 Extreme Auto CS Script V1.2 - Update Coming Soon, Sorry Its Been a Long Time,
Extreme Auto Script v1.2 by: agent69 With New WideScreen Commandmenu - for Counter-Strike and CZ, Is a Work in Progress.

   
UpDated CS 1.6 AWP QuickScope to Pistol Script by: AgeNt69
allows auto or normal Quick Scope
UpDated CS 1.6 AWP QuickScope to AWP Script by: AgeNt69
allows auto or normal Quick Scope
 
Radio Menu Cycler Script -   
Description: This Script cycles you thru the 3 Radio menus with one key  Radio Message Are Bind to Slots 1-10  Normal Slot Binds Are Restores After You Select a Radio Message
Nade spam script,
Counter-Strike Nade spam script......( continue throwing grenades from buy zone by pressing 1 button repeatedly
   
   
Counter-Strike Files
CS 1.6 dust texture wed as seen in my videos i thank this is by EXpMiNi CS 1.6 ORIGINAL FULL BRIGHTNES MODELS - alternative to cs 1.6 colored models
   

add

Laser Sighted Deagle 16

add

AWP and Scout with No Scope Crosshair

   

HLTV CS 1.6 Blue & Red Models

CS 1.6 HLTV + Red and Blue CS Models + Download LINK - YouTube

 

addadd

Expmini Colored Models V2
CS 1.6 Colored Models with green heads by by Expmini - - This is the one i use..

addadd

Source Colored Models
CSS Colored Models for Counter Strike: Source
i don't know if they work - i don't play source

   

add

SrDeust Colored Models

add

[ZHX] Source Weapons
ALL CS Source Weapons Models (include hand) for Counter-Strike 1.6 !!! by zh4r0naX

   

addadd

Spiked-bomb-kit-models
spiked bomb and kit models - have large trandparent green bars on the kit and large transparent red ones on the bomb when its dropped.

add

Counter-Strike No Smoke Sprites
i decide to share this counter strike 1.6 no smoke sprites with you, only thing you need to do is drop this gas_puff_01.spr to sprites folder, if you dont have sprites folder then make one, dont worry about vac ban coz its safe to use it


 

^ Top ^