Jump to content
Spartans Home

Crouch/aim toggle


Recommended Posts

Found this while cruising the official forums (was stickied by the forum moderators):

 

 

 

During the beta, I wrote a small AutoHotkey script to make crouch and sprint a toggle. Since it's not yet implemented in the retail game, I figured I'd share.

 

It works like this:

While holding "w", press and release "LShift" to start sprinting. You'll continue to sprint until either: "w" is released, "LShift" is pressed again, or crouch is toggled (see below).

 

To toggle crouch, press "c". This will basically hold down the "LCtrl" key until you: press "c" again to disengage, press "Space" to jump, or start sprinting.

 

Download here: http://bunchafunk.googlecode.com/files/cro..._autohotkey.zip

 

The zip contains both the source (for those who have AutoHotkey installed already or want to make modifications) and compiled version (can be used without having AutoHotkey installed).

 

Let me know if you have any feedback.

 

P.S. As far as I know, AutoHotkey scripts of this nature are not considered cheating.

 

Update!

I added the requested "hold RMB to aim down sight" feature in an alternate version of the script.

 

This message was edited 2 times. Last update was at 03/07/2010 13:40:20

Link to comment
Share on other sites

 Share

×
×
  • Create New...