Hey guys,
I saw their was no topic for a zombie fast knife script.
(Maybe i just didn't look good enough)
But.. Here is the script i use
set sl_00 "set sl_f vstr sl_01; ut_echo ^7Human; vstr zom"
set sl_01 "set sl_f vstr sl_00; ut_echo ^3Zombie; vstr hum"
set sl_f "vstr sl_01" // Set Default
bind m "vstr sl_f" // Replace "m" with a key of choice
set zom "bind MOUSE1 +attack"
set hum "bind MOUSE1 vstr att"
set att "+attack; -attack; wait 5.5; +attack; -attack; wait 5.5; +attack; -attack"
just copy past it in your, autoexec.cfg, folder.
to use it in game, press: m
i tested it out for you. isnt your human/ zombie script mixed up?
Ermm.. Don't think so. Maybe you're fps is to low?
Btw I'm using another script now, this one is old.
i tested your script out. but when i went to zombie mode it appeared to have the scripts for humans. and when i went to human mode, i had the scripts for zombies. my suggestion is you should change the "zom" and "hum" around in the first two lines. and to everyone out there, this script is not for those who prefer to have their mwheels as attack.
but if u want it, i made another script for that.
set sl_00 "set sl_f vstr sl_01; ut_echo ^4Human ^7Mode Activated; vstr hum"
set sl_01 "set sl_f vstr sl_00; ut_echo ^1Zombie ^7Mode Activated; vstr zom"
set sl_f "vstr sl_01" // Set Default
bind x "vstr sl_f" // Replace "x" with a key of choice
set zom "bind MWHEELUP “+attack; -attack”; bind MWHEELDOWN “+attack; -attack”;”
set hum "bind MWHEELUP "weapnext"; bind MWHEELDOWN "weapprev";"
just press x to change from zombie mode to human. it wil say either "Zombie Mode Activated" or "human Mode Activated". in human mode, the scroll wheels will become weapon switching, and in zombie mode the wheels will be for attacking. enjoy