PDA

View Full Version : Bunny.Hop+Duck Script ?



ctZ'...
9th May 2006, 23:11
does it exists?
if it does ill apreciate if anyone could post it or post a link to get it

thz

PS: i done much searchs on google but still cant find it

Gh057
10th May 2006, 01:13
try darkcheats.org they have scirpts and other stuff that might help u. i'm not to sure which script has those 2 things in so you'll have to read each one

† Christ †
10th May 2006, 03:16
Auto duckbhop?
or just duckbhop?

I'll make one off the top of my head...



//Style 1 NON Automatic
alias "+christ_djump" "+duck; wait; +jump"
alias "-christ_djump" "-duck; wait; -jump"
//Style 2 NON Automatic
alias "+christ_djump2" "+jump; wait; +duck; wait; -duck"
alias "-christ_djump2" "-jump"
//Automatic
alias +christ_djumper "alias _special christ_djumper; christ_djumperspecial"
alias -christ_djumper "alias _special christ_djumperstop"
alias christ_djumper "+christ_djump; wait; -christ_djump; christ_djumperspecial"
alias christ_djumperspecial "+attack2; -attack2"
alias christ_djumperstop ""


And if you ever want to make a automatic script like that, then you can use this base, it's quite easy once you get the hang of it...


alias "command1" "input script/command here or remove text"
alias "command2" "input script/command here or remove text"
alias "command3" "input script/command here or remove text"
alias "command4" "input script/command here or remove text"
alias "command5" "input script/command here or remove text"
alias "+christ_special" "alias _special christ_special; christ_specialspecial"
alias "-christ_special" "alias _special christ_specialstop"
alias "christ_special" "command1; wait; command2; wait; command3; wait; command4; wait; command5; christ_specialspecial"
alias "christ_specialspecial" "+attack2; -attack2"
alias "christ_specialstop" ""

ctZ'...
10th May 2006, 20:04
i want an automatic duckbhop
but that didnt work for my CS 1.6 =(
can you make one .cfg but with the script action binded to "space"?
if you could and post it here ill apreciate it


Thz

† Christ †
13th May 2006, 21:24
I'll do this when I get back to my computer in the US, I'm on a vacation :P

† Christ †
14th May 2006, 22:17
http://rapidshare.de/files/20482519/autoexec.cfg.html
put that in your counter-strike/cstrike/ folder


For ppl who don't want to DL it and just want to copy and paste into their own...


echo "† Christ † pwns you"
alias "command1" "+jump;wait;+duck;wait;-jump;-duck"
alias "spamspecial0" "+attack2; wait; -attack2"
alias "spamspecial1" "command1"
alias +spam "alias _special spam; spam"
alias -spam "alias _special; -attack2; -jump; -duck"
alias spam "spamspecial0; wait; spamspecial1; wait; special"
bind space +spam

EDIT: Sorry I dbl posted... just realized