alias +hook "hook action; 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 SHIFT +hook // hook on/off toggle bind w +grow // for sliding down the chain bind e +shrink // for climbing up the chain