Ссылка на Сообщение
#1
27.12.2009, 21:38
Author's Readme/Notes:
ZOMIGOOOOOD WASSSAT?!?! ANOTAR SCRIPT BAJ NAXIMUZ!!!11? NOOWAAAY!!!1!!1!!?!?
lo.
I decided to release a Lite version of my old FastWalk script. The idea still works, so I see no reason to why not
Again, I really didn't like the layout of the version I released a couple of years back, so this time, I made it from scratch... again, and I feel quite satisfied with the result as well!
So, why didn't I include all the weapons from the game? well, basically, most people simply don't use those weapons, and also, because the less options, the easier to swap speed configurations!
How does it work?
You bind a key to the menu, when you "hold down" that key, an "echo" styled menu pops up in the left upper corner, with numbers. hit one of the number keys to choose what setting fits your weapon, then let go of the menu key. If your weapon ain't one of them in the menu, well, then... it sucks to be you.
There is also a reset button for when you buy/pick up a weapon that isn't added to the speed configuration.
When you toggle from button 1-5 you can see in the upper left corner what speed configuration is currently active.
What does it do, actually?
It alters your walking speed so that it remains the same speed as the knife.
Anti-cheats? etc etc...
There are some servers that runs script blocking shit, and obviously this script wont work there.
What about proofed-for-life-draco-style? well... no, I'm lazy, not to mention that the servers whom has alias detection most often indeed also run script blocks.
ZOMIGOOOOOD WASSSAT?!?! ANOTAR SCRIPT BAJ NAXIMUZ!!!11? NOOWAAAY!!!1!!1!!?!?
lo.
I decided to release a Lite version of my old FastWalk script. The idea still works, so I see no reason to why not
Again, I really didn't like the layout of the version I released a couple of years back, so this time, I made it from scratch... again, and I feel quite satisfied with the result as well!
So, why didn't I include all the weapons from the game? well, basically, most people simply don't use those weapons, and also, because the less options, the easier to swap speed configurations!
How does it work?
You bind a key to the menu, when you "hold down" that key, an "echo" styled menu pops up in the left upper corner, with numbers. hit one of the number keys to choose what setting fits your weapon, then let go of the menu key. If your weapon ain't one of them in the menu, well, then... it sucks to be you.
There is also a reset button for when you buy/pick up a weapon that isn't added to the speed configuration.
When you toggle from button 1-5 you can see in the upper left corner what speed configuration is currently active.
What does it do, actually?
It alters your walking speed so that it remains the same speed as the knife.
Anti-cheats? etc etc...
There are some servers that runs script blocking shit, and obviously this script wont work there.
What about proofed-for-life-draco-style? well... no, I'm lazy, not to mention that the servers whom has alias detection most often indeed also run script blocks.
CODE
// FastWalk Lite v1.0
// Created: Jan. 08, 2003.
// Updated: Aug, 24, 2007.
// By: NaXiMuZ
echo "- FastWalk Lite v1.0 [ Loaded ]"
alias +fw.menu "fw.m_echo;bind 1 fw.t1;bind 2 fw.t2;bind 3 fw.t3;bind 4 fw.t4;bind 5 fw.t5"
alias -fw.menu "bind 1 fw.s1;bind 2 fw.s2;bind 3 fw.s3;bind 4 fw.s4;bind 5 fw.s5"
alias fw.m_echo "m+;motd_write Menu: [1] M4A1 - [2] AK47 - [3] MP5 - [4] AWP - [5] Galil/Famas;fw.e"
alias fw.reset "alias fw.value fw.m53;do.beep;m+;motd_write FastWalk Lite [ Reset ];fw.e;cl_movespeedkey .53"
alias fw.value "fw.m53"
alias do.beep "speak fvox/blip"
alias m+ "motdfile echo.txt"
alias m- "motdfile motd.txt"
alias d+ "developer 1"
alias d- "developer 0"
alias fw.e "d+;motd;d-;m-"
alias fw.m68 "cl_movespeedkey .68;fw.k4"
alias fw.m64 "cl_movespeedkey .64;fw.k2"
alias fw.m62 "cl_movespeedkey .62;fw.k1"
alias fw.m60 "cl_movespeedkey .60;fw.k5"
alias fw.m57 "cl_movespeedkey .57;fw.k3"
alias fw.m53 "cl_movespeedkey .53;fw.k6"
alias fw.s1 "slot1;fw.value"
alias fw.s2 "slot2;fw.m53"
alias fw.s3 "slot3;fw.m53"
alias fw.s4 "slot4;fw.m53"
alias fw.s5 "slot5;fw.m53"
alias fw.t1 "alias fw.value fw.m62;do.beep;fw.k1"
alias fw.t2 "alias fw.value fw.m64;do.beep;fw.k2"
alias fw.t3 "alias fw.value fw.m57;do.beep;fw.k3"
alias fw.t4 "alias fw.value fw.m68;do.beep;fw.k4"
alias fw.t5 "alias fw.value fw.m60;do.beep;fw.k5"
alias fw.k1 "m+;motd_write Walk speed set to: M4A1;fw.e"
alias fw.k2 "m+;motd_write Walk speed set to: AK47;fw.e"
alias fw.k3 "m+;motd_write Walk speed set to: MP5;fw.e"
alias fw.k4 "m+;motd_write Walk speed set to: AWP;fw.e"
alias fw.k5 "m+;motd_write Walk speed set to: Famas/Galil;fw.e"
alias fw.k6 "m+;motd_write Walk speed set to: Default;fw.e"
bind "" "+fw.menu" // The menu to set your walk speed.
bind "" "fw.reset" // To reset the script.
// Created: Jan. 08, 2003.
// Updated: Aug, 24, 2007.
// By: NaXiMuZ
echo "- FastWalk Lite v1.0 [ Loaded ]"
alias +fw.menu "fw.m_echo;bind 1 fw.t1;bind 2 fw.t2;bind 3 fw.t3;bind 4 fw.t4;bind 5 fw.t5"
alias -fw.menu "bind 1 fw.s1;bind 2 fw.s2;bind 3 fw.s3;bind 4 fw.s4;bind 5 fw.s5"
alias fw.m_echo "m+;motd_write Menu: [1] M4A1 - [2] AK47 - [3] MP5 - [4] AWP - [5] Galil/Famas;fw.e"
alias fw.reset "alias fw.value fw.m53;do.beep;m+;motd_write FastWalk Lite [ Reset ];fw.e;cl_movespeedkey .53"
alias fw.value "fw.m53"
alias do.beep "speak fvox/blip"
alias m+ "motdfile echo.txt"
alias m- "motdfile motd.txt"
alias d+ "developer 1"
alias d- "developer 0"
alias fw.e "d+;motd;d-;m-"
alias fw.m68 "cl_movespeedkey .68;fw.k4"
alias fw.m64 "cl_movespeedkey .64;fw.k2"
alias fw.m62 "cl_movespeedkey .62;fw.k1"
alias fw.m60 "cl_movespeedkey .60;fw.k5"
alias fw.m57 "cl_movespeedkey .57;fw.k3"
alias fw.m53 "cl_movespeedkey .53;fw.k6"
alias fw.s1 "slot1;fw.value"
alias fw.s2 "slot2;fw.m53"
alias fw.s3 "slot3;fw.m53"
alias fw.s4 "slot4;fw.m53"
alias fw.s5 "slot5;fw.m53"
alias fw.t1 "alias fw.value fw.m62;do.beep;fw.k1"
alias fw.t2 "alias fw.value fw.m64;do.beep;fw.k2"
alias fw.t3 "alias fw.value fw.m57;do.beep;fw.k3"
alias fw.t4 "alias fw.value fw.m68;do.beep;fw.k4"
alias fw.t5 "alias fw.value fw.m60;do.beep;fw.k5"
alias fw.k1 "m+;motd_write Walk speed set to: M4A1;fw.e"
alias fw.k2 "m+;motd_write Walk speed set to: AK47;fw.e"
alias fw.k3 "m+;motd_write Walk speed set to: MP5;fw.e"
alias fw.k4 "m+;motd_write Walk speed set to: AWP;fw.e"
alias fw.k5 "m+;motd_write Walk speed set to: Famas/Galil;fw.e"
alias fw.k6 "m+;motd_write Walk speed set to: Default;fw.e"
bind "" "+fw.menu" // The menu to set your walk speed.
bind "" "fw.reset" // To reset the script.