March 26, 201016 yr 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. 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. Change Log 2.0.3: - fixed crouch bug that occurred when using "EnableAimHoldToggle=1" with "EnableCrouchToggle=0" - changed default "ScriptToggle" hotkey to "F12" 2.0.2: - reworked "AimHold" to prevent key autorepeat while held down - added "SuspendOnChat" setting which disables the script until "ENTER" is pressed; this should let you chat in-game without having to issue the ScriptToggle hotkey before/after - added "ChatAll", "ChatTeam", "ChatSquad" settings so you can specify the in-game keybinds for use with "SuspendOnChat" 2.0.1: - only allow hotkeys if BFBC2 window is active - added "AimHold" hotkey setting which allows "AimHold" key to be different than the "Aim" keybind - added setting for beep on script toggle 2.0: reworked release; reads user settings from settings.ini 1.0: initial release Download here: http://bunchafunk.googlecode.com/files/crouch_aim_toggle_v2.zip http://dl.dropbox.com/u/47468/crouch_aim_toggle_v2.zip Edit: I've added a second download link. Users have reported that Google Code may cache downloads that have the same filename; so when I upload an updated version of the script, some users still may be downloading the older version(s). Be sure to read the README file for instructions. this is from http://forum.ea.com/eaforum/posts/list/421736.page
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.