Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Battlefield 3 BETA AutoHotKey Script
- ;
- ; V0.2
- ;
- ; Since we can't really use the settings menu :P
- ; Key to enable
- F9::Suspend
- ; Chat binds
- j::
- SetKeyDelay -1
- Send {Blind}{j down}
- return
- j up::
- SetKeyDelay -1
- Send {Blind}{j up}
- Suspend
- return
- k::
- SetKeyDelay -1
- Send {Blind}{k down}
- return
- k up::
- SetKeyDelay -1
- Send {Blind}{k up}
- Suspend
- return
- l::
- SetKeyDelay -1
- Send {Blind}{l down}
- return
- l up::
- SetKeyDelay -1
- Send {Blind}{l up}
- Suspend
- return
- Enter::
- Suspend
- SetKeyDelay -1
- Send {Blind}{Enter}
- return
- ; Remap movement to ESDF
- e::w
- s::a
- d::s
- f::d
- ; Remap jump/parachute to mouse2
- RButton::Space
- ; Remap crouch(hold) to space
- Space::LCtrl
- ; Remap prone to v
- v::z
- LAlt::z
- ; Remap Zoom to LCtrl
- LCtrl::RButton
- ; Remap Reload to middlemouse
- MButton::r
- ; Remap melee to a
- a::f
- ; Remap firemode to z
- z::v
- ; Remap interact/enter/exit vehicle to r
- r::e
Advertisement
Add Comment
Please, Sign In to add comment