| View previous topic :: View next topic |
| Author |
Message |
Chaperonnoir
Little Pudding Boy
Joined: 26 Oct 2005
Posts: 170
|
|
|
| Code: |
//I want to do that quick crouch jump where you tap the duck key, while using secondary attack.
//So if I were awping. for example. I would press shift and it would zoom and do the crouch jump.
//== Installation ==
//Put this script in your userconfig.cfg OR autoexec.cfg OR valve.rc. They are automatically executed by Counter-Strike
//The toggle part is not necessary.
// Wait aliases
alias w "wait"
alias w2 "w;w"
alias w3 "w;w;w"
alias w4 "w;w;w;w"
alias w5 "w;w;w;w;w"
alias w6 "w;w;w;w;w;w"
alias w7 "w;w;w;w;w;w;w"
alias w8 "w;w;w;w;w;w;w;w"
alias w9 "w;w;w;w;w;w;w;w;w"
alias w10 "w;w;w;w;w;w;w;w;w;w"
//This part is a toggle, use it if you want to use shift for duck OR for the peek jump
alias dO6.crouchpeek.tog "dO6.crouchpeek.on"
alias dO6.crouchpeek.on "bind shift +dO6.gopeek; dO6.motd.on; alias dO6.crouchpeek.tog dO6.crouchpeek.off"
alias dO6.crouchpeek.off "bind shift +duck; dO6.motd.off; alias dO6.crouchpeek.tog dO6.crouchpeek.on"
//The crouch peek action
alias +dO6.gopeek "+attack2; +duck; w2; -duck"
alias -dO6.gopeek "-attack2"
//Messages on top of the screen
alias dO6.motd.on "motdfile quickpeek.txt; motd_write .:: Crouch peek is ON ::.; developer 1; motd; developer 0; motdfile motd.txt"
alias dO6.motd.off "motdfile quickpeek.txt; motd_write .:: Crouch peek is OFF ::.; developer 1; motd; developer 0; motdfile motd.txt"
//information for console
echo " crouch hop loaded"
echo " bind <key> +dO6.gopeek for the crouch peek action"
echo " bind <key> dO6.crouchpeek.tog for the toggle if you want to use shift for both"
//Uncomment this line if you want the console to pop-up :P
//toggleconsole
//scripted by ChaperonNoir |
The script doesnt do everything thought. You'll have to correct the crosshair vibration with the strafe buttons.
For example, if you peek to the left, press the button once, than once the peek is over, press right to correct the crosshair vibration.
This way, you can make 100 % accurate quick peeks.
Tried it with bots on lan, works great.
I personally have this binded for mouse3.
EDIT : I believe this second version of the script is more smooth :)
Last edited by Chaperonnoir on Sat Dec 31, 2005 11:23 pm; edited 1 time in total
|
|
| Posted on Sat Dec 31, 2005 12:08 am |
 |
J-[O_n]e
Little Pudding Boy
Joined: 02 Sep 2005
Posts: 456
Location: Finland
|
|
|
|
| Posted on Sat Dec 31, 2005 12:42 am |
 |
Chaperonnoir
Little Pudding Boy
Joined: 26 Oct 2005
Posts: 170
|
|
|
|
| Posted on Sat Dec 31, 2005 12:45 am |
 |
paN
Little Pudding Boy
Joined: 12 Apr 2005
Posts: 513
Location: USA, California, Stockton.
|
|
|
I saw some people doing this crouch peeky thing, they did it smooth, i mean really smooth and fast, i tried, its not smooth as they did. Is it because my keyboard or what?
|
|
| Posted on Sat Dec 31, 2005 6:43 pm |
 |
Chaperonnoir
Little Pudding Boy
Joined: 26 Oct 2005
Posts: 170
|
|
|
Alright try this one. I believe it's smoother than the other one.
I edited my initial post.
|
|
| Posted on Sat Dec 31, 2005 11:25 pm |
 |
inet
Little Pudding Boy
Joined: 03 May 2006
Posts: 91
|
|
|
this is shit :S
it isnt faster than a normal +left / +right peek
LOL
alias +OJQ.gopeek "+attack2; +duck; wait;wait; -duck"
alias -OJQ.gopeek "-attack2"
bind mouse3 "+OJQ.gopeek"
i tried this shit but it sux
Sry m8 :/
|
|
| Posted on Wed Aug 16, 2006 1:40 pm |
 |
Chaperonnoir
Little Pudding Boy
Joined: 26 Oct 2005
Posts: 170
|
|
|
Yea... I know.
The reason i made this in the first place is because i use "c" to duck. So, i can only do it manually if i peek to the right side. Doing a script, that does the same thing, allows me to do it for both sides
|
|
| Posted on Wed Aug 16, 2006 5:09 pm |
 |
x3
Little Pudding Boy
Joined: 19 May 2006
Posts: 15
|
|
|
Not very impressed with this, far too many un-necessary additions in there, too clogged up
Rating 4/10
The duck you are referring to can be done by simply adding the commands ontop of your current configs, so this will then represent a push sequence and automatically duck for you.
|
|
| Posted on Sat Aug 26, 2006 6:16 pm |
 |
b2k5
Little Pudding Boy
Joined: 25 Apr 2006
Posts: 1395
Location: Germany
|
|
|
x3... dont spam shit around here like u did on VacDisabled.
this dude put work in this script. and it´s better then all of ur scripts....
|
|
| Posted on Sat Aug 26, 2006 7:39 pm |
 |
ieatriceto
Little Pudding Boy
Joined: 16 Oct 2006
Posts: 125
|
|
|
do u have to edit anything in this config?
|
|
| Posted on Sun Feb 18, 2007 8:50 pm |
 |
hax
Little Pudding Boy
Joined: 06 Jul 2006
Posts: 417
|
|
|
ieatriceto wrote:do u have to edit anything in this config?
| Code: |
echo " bind <key> +dO6.gopeek for the crouch peek action"
echo " bind <key> dO6.crouchpeek.tog for the toggle if you want to
|
|
|
| Posted on Sun Feb 18, 2007 8:51 pm |
 |
|