![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Member
Terrorist
Join Date: Feb 2008
Posts: 63
|
These are the only two scripts that I have ever used and I continue to use them today: walk toggle enhanced and crouch-jump. These are nothing new or secretive, but they are a must IMO nonetheless.
I hope there aren't people who will say that scripts are cheating, for the simple reason that everything done in these scripts can EASILY be done by a human. This isn't a bhop script or anything of the sort, it basically automates some tasks giving you more time to devote to strategy. Walk Toggle enhanced - uses SHFT key to toggle walking, or turn off walking when attacking. Code:
// Walk Toggle enhanced alias "walktoggle" "walk" alias run "-speed; bind mouse1 +attack; alias walktoggle walk" alias walk "+speed; bind mouse1 +wakeup; alias walktoggle run" alias +wakeup "+attack; -speed" alias -wakeup "-attack; bind mouse1 +attack; alias walktoggle walk" bind "SHIFT" "walktoggle" bind "CTRL" "+duck" Code:
// Crouch Jump Alias alias +cjump "+jump; wait; +duck" alias -cjump "-jump; wait; -duck" // (DON'T FORGET TO BIND A KEY TO CJUMP. IT CAN BE DIFFERENT THAT YOUR REGULAR JUMP) |
|
|
|
|
|
#3 (permalink) |
|
Member
Terrorist
Join Date: Feb 2008
Posts: 63
|
There's no reason why you shouldn't be able to use them anywhere. You add them by adding the scripts to autoexec,cfg or the like... and to remove them, you can manual rebind the keys through the console (not for newbies) OR conversely, and this is what I'd recommend, you can copy your config file over but leave the scripts out of it; name it config-noscript.cfg, and enter this in the console:
exec config-noscripts.cfg That will cause the settings and binds/aliases to be overwritten to whatever the last config file contains (ie no scripts). |
|
|
|
|
|
#4 (permalink) |
|
Member
Hostage
Join Date: Feb 2008
Posts: 10
|
Thanks, they're really helpful. will be using now..
__________________
http://counterforge.net - dont come in if you're not 18 |
|
|
|
|
|
#6 (permalink) |
|
Member
Hostage
Join Date: Apr 2008
Posts: 10
|
// Crouch Jump Alias
alias +cjump "+jump; wait; +duck" alias -cjump "-jump; wait; -duck" I added script this and cannot get it to work... my other scripts work fine so can someone explain how I do this ??? do I crouch then simply press my jump key and it should jump higher ??? Above it says // (DON'T FORGET TO BIND A KEY TO CJUMP. IT CAN BE DIFFERENT THAT YOUR REGULAR JUMP) How and where do I do that.... its not under my options menu there I just have duck which is crouch and reg jump . So where is Cjump?? Thanks Last edited by Bob765; 04-18-2008 at 03:25 PM. |
|
|
|
|
|
#7 (permalink) |
|
Member
Terrorist
Join Date: Feb 2008
Posts: 63
|
If you use the space bar to jump, somehwere in the same config file you would add the following line:
bind space +cjump This way, when you press the space bar, it will autoatically crouch and then jump for you. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| bot-player | niklas gyulai | New Members | 0 | 11-04-2007 01:14 PM |
| Pls Help a new player | thajoker | Mapping | 1 | 07-04-2007 10:34 AM |
| new cs:S player | carnator | New Members | 0 | 03-16-2007 01:20 PM |
| New But Old Player | noname | New Members | 0 | 02-16-2007 10:59 PM |
| New Player | Virus | New Members | 0 | 12-29-2006 10:37 PM |