Ссылка на Сообщение
#1
28.12.2009, 12:59
Author's Readme/Notes:
A modified strafe script for kzhack..
Required Stuff:
KZHack
Knowledge of how to execute a kzh config.
#####HowTo#####
1. Copy the strafes.
2. Make bast.cfg and paste the script in there.
3. Launch Counter-Strike 1.6.
4. Launch the kzhack executable.
5. Open console and write "kzh_exec bast.cfg" without "".
6. Join a server and have fun.
#####HowTo End#####
##OtHErS##
This script works to a 100% but XJ plugins and jumpstats plugins wont register it duo to the amount of strafes. Still great for longjumps.
A modified strafe script for kzhack..
Required Stuff:
KZHack
Knowledge of how to execute a kzh config.
#####HowTo#####
1. Copy the strafes.
2. Make bast.cfg and paste the script in there.
3. Launch Counter-Strike 1.6.
4. Launch the kzhack executable.
5. Open console and write "kzh_exec bast.cfg" without "".
6. Join a server and have fun.
#####HowTo End#####
##OtHErS##
This script works to a 100% but XJ plugins and jumpstats plugins wont register it duo to the amount of strafes. Still great for longjumps.
CODE
// 0 - 1
kzh_autoduck 0
// 0 - 1
kzh_autojump 0
// 0 - 20
kzh_autojump_units 20
// 0 - 1
kzh_bhop 1
// 0 - 1
kzh_bhop_standup 0
// 0 - 1
kzh_cam 0
// -89 - 89
kzh_fixedpitch 0
// 0 - 360
kzh_fixedyaw 0
// 0 - 1
kzh_noflash 0
// 0 - 1
kzh_nosmoke 0
// 0 - 20
kzh_speed 1
// 0 - 1
kzh_speed_method 1
// this is a command to toggle fullbright
// kzh_fullbright
// to execute .cfg files in this folder use i.e.
// kzh_exec kzh_strafe.cfg
// just some aliases
alias slowspeed "kzh_speed 0.3"
alias fastspeed "kzh_speed 20"
// some binds
// kzh_later 5 "bind mouse4 hang"
// kzh_later 5 "bind r cam_tog"
// kzh_later 5 "bind t +ramp"
kzh_later 5 "bind mouse4 +sw.str
bind mouse3 +sw23.str
// slowmo with keyholding
alias +slowmo "slowspeed"
alias -slowmo "kzh_speed 1"
// slowmo toggle
alias slowmo_toggle "slowmo_toggle_on"
alias slowmo_toggle_on "slowspeed; alias slowmo_toggle slowmo_toggle_off"
alias slowmo_toggle_off "kzh_speed 1; alias slowmo_toggle slowmo_toggle_on"
// ramping with keyholding
alias +ramp "fastspeed"
alias -ramp "kzh_speed 1"
// hand in midair toggle
alias hang "hang_on"
alias hang_on "kzh_speed 0.0001; alias hang hang_off"
alias hang_off "kzh_speed 1; alias hang hang_on"
// 3rd person toggle
alias cam_tog "cam_tog_on"
alias cam_tog_on "kzh_cam 1; alias cam_tog cam_tog_off"
alias cam_tog_off "kzh_cam 0; alias cam_tog cam_tog_on"
// gvd toggle (yaw 180 & pitch 89)
alias gvd "gvd_on"
alias gvd_on "kzh_fixedyaw 180; kzh_fixedpitch 89; alias gvd gvd_off"
alias gvd_off "kzh_fixedyaw 0; kzh_fixedpitch 0; alias gvd gvd_on"
//strafes
alias rightstrafe "-forward ; kzh_yawspeed -600; +moveright; +kzh_right; wait; kzh_yawspeed 600; -kzh_right; -moveright"
alias leftstrafe "-forward ; kzh_yawspeed -600; +moveleft; +kzh_left; wait; kzh_yawspeed 600; -kzh_left; -moveleft"
//alias rightstrafe "-forward; kzh_yawspeed -210; +moveright; +kzh_right; wait2; kzh_yawspeed //210; wait2; -forward; -kzh_right; -moveright; +forward; -forward"
//alias leftstrafe "-forward; kzh_yawspeed -210; +moveleft; +kzh_left; wait2; kzh_yawspeed 210; //wait2; -forward; -kzh_left; -moveleft; +forward; -forward"
alias +sw23.str "alias kzh_xtd @sw23.str;@sw23.str"
alias -sw23.str "alias kzh_xtd"
alias @sw23.str "leftstrafe;rightstrafe; kzh_loopx td"
//waits
alias wait3 "wait; wait; wait"
alias wait2 "wait; wait"
alias wait4 "wait2; wait2"
alias wait5 "wait4; wait"
alias wait6 "wait5; wait"
alias wait7 "wait5; wait2"
alias wait8 "wait7; wait"
alias wait9 "wait8; wait"
alias wait10 "wait9; wait"
kzh_autoduck 0
// 0 - 1
kzh_autojump 0
// 0 - 20
kzh_autojump_units 20
// 0 - 1
kzh_bhop 1
// 0 - 1
kzh_bhop_standup 0
// 0 - 1
kzh_cam 0
// -89 - 89
kzh_fixedpitch 0
// 0 - 360
kzh_fixedyaw 0
// 0 - 1
kzh_noflash 0
// 0 - 1
kzh_nosmoke 0
// 0 - 20
kzh_speed 1
// 0 - 1
kzh_speed_method 1
// this is a command to toggle fullbright
// kzh_fullbright
// to execute .cfg files in this folder use i.e.
// kzh_exec kzh_strafe.cfg
// just some aliases
alias slowspeed "kzh_speed 0.3"
alias fastspeed "kzh_speed 20"
// some binds
// kzh_later 5 "bind mouse4 hang"
// kzh_later 5 "bind r cam_tog"
// kzh_later 5 "bind t +ramp"
kzh_later 5 "bind mouse4 +sw.str
bind mouse3 +sw23.str
// slowmo with keyholding
alias +slowmo "slowspeed"
alias -slowmo "kzh_speed 1"
// slowmo toggle
alias slowmo_toggle "slowmo_toggle_on"
alias slowmo_toggle_on "slowspeed; alias slowmo_toggle slowmo_toggle_off"
alias slowmo_toggle_off "kzh_speed 1; alias slowmo_toggle slowmo_toggle_on"
// ramping with keyholding
alias +ramp "fastspeed"
alias -ramp "kzh_speed 1"
// hand in midair toggle
alias hang "hang_on"
alias hang_on "kzh_speed 0.0001; alias hang hang_off"
alias hang_off "kzh_speed 1; alias hang hang_on"
// 3rd person toggle
alias cam_tog "cam_tog_on"
alias cam_tog_on "kzh_cam 1; alias cam_tog cam_tog_off"
alias cam_tog_off "kzh_cam 0; alias cam_tog cam_tog_on"
// gvd toggle (yaw 180 & pitch 89)
alias gvd "gvd_on"
alias gvd_on "kzh_fixedyaw 180; kzh_fixedpitch 89; alias gvd gvd_off"
alias gvd_off "kzh_fixedyaw 0; kzh_fixedpitch 0; alias gvd gvd_on"
//strafes
alias rightstrafe "-forward ; kzh_yawspeed -600; +moveright; +kzh_right; wait; kzh_yawspeed 600; -kzh_right; -moveright"
alias leftstrafe "-forward ; kzh_yawspeed -600; +moveleft; +kzh_left; wait; kzh_yawspeed 600; -kzh_left; -moveleft"
//alias rightstrafe "-forward; kzh_yawspeed -210; +moveright; +kzh_right; wait2; kzh_yawspeed //210; wait2; -forward; -kzh_right; -moveright; +forward; -forward"
//alias leftstrafe "-forward; kzh_yawspeed -210; +moveleft; +kzh_left; wait2; kzh_yawspeed 210; //wait2; -forward; -kzh_left; -moveleft; +forward; -forward"
alias +sw23.str "alias kzh_xtd @sw23.str;@sw23.str"
alias -sw23.str "alias kzh_xtd"
alias @sw23.str "leftstrafe;rightstrafe; kzh_loopx td"
//waits
alias wait3 "wait; wait; wait"
alias wait2 "wait; wait"
alias wait4 "wait2; wait2"
alias wait5 "wait4; wait"
alias wait6 "wait5; wait"
alias wait7 "wait5; wait2"
alias wait8 "wait7; wait"
alias wait9 "wait8; wait"
alias wait10 "wait9; wait"