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 :  Don't Hop, when your opponents are experienced snipers, You are an easy target.   

Visits to CS Scripts

 970610 visitors

 33 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
 
 
by: AgeNt69 - Amazing Movement Script

AgeNt69 Amazing Movement, My Version, UpDated 09.13.10 
 
auto turn walk off when you jump, duck or Jump + Duck, 
will also unwalk when you shoot if using shoot+unwalk alias "+attack_uw"
 
After you jump or duck walk will auto back on, if walk botton is still on
 
[code]
////////// Agent69 Amazing Movement, My Version, UpDated o9.13.10, /////////
// Robert Richardson a.k.a. Agent69
// website: http://www.csload.com
// auto turn walk off when you jump, duck or Jump + Duck, 
// will also unwalk when you shoot if using shoot+unwalk alias "+attack_uw" 
// After you jump or duck, walk will auto back on, if walk botton is still on 
///////////////////////////////////////////////////////////////////////////
// Jump
//; alias +jdu1 "+jump; walk_off" 
//; alias -jdu1 "-jump; walk_do"
///////////////////////////////////////////////////////////////////////////
// Duck
//; alias +jdu2 "+duck; walk_off"
//; alias -jdu2 "-duck; walk_do"
///////////////////////////////////////////////////////////////////////////
// Jump + Duck 
//; alias +jdu3 "+jdu1; +jdu2"
//; alias -jdu3  "-jdu1; -jdu2"
///////////////////////////////////////////////////////////////////////////
// Jump for Mouse Wheel
//; alias +jdum1 "+jdu1; w1" 
//; alias -jdum1 "-jdu1; w0"
///////////////////////////////////////////////////////////////////////////
// Duck for Mouse Wheel
//; alias +jdum2 "+jdu2; w1"
//; alias -jdum2 "-jdu2; w0"
///////////////////////////////////////////////////////////////////////////
// Walk Toggle
//; alias walk_tg  "walk.1"
//; alias walk.1   "+speed; alias walk_tg walk.0; alias walk_do walk.1"
//; alias walk.0   "-speed; alias walk_tg walk.1; alias walk_do walk.0"
//; alias walk_off "-speed; alias walk_tg blank"
///////////////////////////////////////////////////////////////////////////
// Unwalk when shooting - Optional
//; alias +attack_uw "+attack; walk.0"
//; alias -attack_uw "-attack"
///////////////////////////////////////////////////////////////////////////
// Basic Aliases for wait and blank
//; alias blank ""
//; alias w1 "wait"
//; alias w0 "blank"
///////////////////////////////////////////////////////////////////////////
// Binds and Settings [Edit These to your preference!]
// put "//"  in front of a bind or alias to disable it. //
// put "//;" in front of a bind or alias to enable it. //
//
// bind mouse1 "+attack_uw" // Unwalk when shooting (Optional)
// bind anykey "walk_tg"    // Walk Toggle
//
// bind anykey "+jdu1" // Jump
// bind anykey "+jdu2" // Duck
// bind anykey "+jdu3" // Jump
// 
// For Mouse Wheel
// bind anykey "+jdum1" // Jump
// bind anykey "+jdum2" // Duck
///////////////////////////////////////////////////////////////////////////

Creation date : 06/09/2010 @ 6:22 PM
Last update : 02/12/2010 @ 10:26 PM
Category : by: AgeNt69
Page read 9473 times


Print the article Print the article

Reactions to this article

Nobody gave a comment yet.
Be the first to do so!

^ Top ^