// !!Do not modlify the following!! // alias +hook "hook action; wait; hook shrink" alias -hook "hook stop" alias +shrink "hook shrink" alias -shrink "hook stop" alias +grow "hook grow" alias -grow "hook stop" // here is where you set your keys // only change 'SHIFT', 'w', or 'r' to whatever key you desire // bind g +hook // hook on/off toggle bind f +grow // for sliding down the chain bind r +shrink // for climbing up the chain // change these all you like bind j "use jetpack" bind l "cmd laser" bind s "cmd lsight" // bind MWHEELDOWN "cmd push" // bind MWHEELUP "cmd pull" bind KP_INS "cmd pull" bind p "cmd push" bind PGUP "cmd kamikaze" bind f11 "cmd zoom 1" bind f10 "cmd zoom 0" // bind x "cmd chasecam" bind w "cmd scanner" bind d "cmd decoy" bind m "cmd firemode" bind n "cmd nightvision" set rate 4000 set cl_maxfps 25 bind KP_SLASH "cmd laser" bind KP_DEL "cmd push" unbind KP_DOWNARROW bind KP_DOWNARROW +grow bind RIGHTARROW "cmd decoy" unbind * bind * "use napalm grenade;use bazooka" bind UPARROW +shrink bind DOWNARROW +grow //best weapon on delete key alias wod1 "use Super Shotgun;use Chaingun;use Streetsweeper;use Machinegun" alias wod2 "use Plasma Rifle;use Bazooka;use Homing Rocket Launcher;use BFG10K" alias +wod "use blaster" alias -wod "msg 3; wod1; wod2; msg 1" unbind DEL bind DEL +wod unbind KP_MINUS bind KP_MINUS "use plasma grenade;use bazooka" // toggle to switch between walking (quieter) and running alias run "set cl_run 1; bind SHIFT walk; echo Movement set to Running" alias walk "set cl_run 0; bind SHIFT run; echo Movement set to Walking" bind SHIFT walk unbind leftarrow //toggle the annoying hook shit on fire key //couldnt get the attack and hook to nest in a bind in an alias bind leftarrow hookon2 alias hookeroff "bind mouse1 +attack; bind leftarrow hookon2" alias hookeron exec hookon.cfg alias hookon2 hookeron