|
|
@ -43,18 +43,24 @@ RemoveTooltip() { |
|
|
|
*F3::ToggleFullAuto(3) |
|
|
|
*F4::ToggleFullAuto(4) |
|
|
|
|
|
|
|
; Do full auto when caps lock is on for enabled weapons |
|
|
|
#HotIf (GetKeyState("CapsLock","T") and FullAutoEnabled[EquipState]) |
|
|
|
*LButton::TurboOn("LButton") |
|
|
|
*LButton UP::TurboOff("LButton") |
|
|
|
#HotIf |
|
|
|
|
|
|
|
; Alt + E holds E |
|
|
|
*!e UP::Hold("e",["w","a","s","d","Space","LButton","RButton"]) |
|
|
|
|
|
|
|
; Press shift to sprint, only toggles on |
|
|
|
*LShift::Send "{Blind}{LShift down}" |
|
|
|
*LShift::{ |
|
|
|
Send "{Blind}{LShift down}" |
|
|
|
if (KeyWait("LShift", "T0.1") and KeyWait("LShift", "D T0.1")) { |
|
|
|
Send "{LShift}{LShift}" |
|
|
|
} |
|
|
|
} |
|
|
|
*LShift UP::Hold("LShift",,["w"]) |
|
|
|
|
|
|
|
; Hold space rapidly jumps |
|
|
|
*Space::TurboOn("Space") |
|
|
|
*Space UP::TurboOff("Space") |
|
|
|
|
|
|
|
; Do full auto when caps lock is on for enabled weapons |
|
|
|
#HotIf (GetKeyState("CapsLock","T") and FullAutoEnabled[EquipState]) |
|
|
|
*LButton::TurboOn("LButton") |
|
|
|
*LButton UP::TurboOff("LButton") |