This is my bhop script .
Copy/Paste the script code to a emtry text file and rename it to userconfig.cfg .
Copy/Paste the file to C:\Program Files\Valve\cstrike .
Enter CS and press Z to turn on the script and C to turn off the script :] .
Код:
//Script //By Notepad echo "Script loaded" echo "Press Z to turn on the script" echo "Press C to turn off the script" alias +jumpy "alias _special jump; jump" alias -jumpy "alias _special" alias jumpytoggle "jumpyon" alias jump "special; wait; +jump; wait; -jump" alias jumpyon "bind space +jumpy; speak on; alias jumpytoggle jumpyoff" alias jumpyoff "unbind space; bind space +jump; speak off; alias jumpytoggle jumpyon" bind space +jump alias "on" "bind space +jumpy" alias "off" "bind space +jump" bind "z" "on" bind "c" "off"