|
|
@ -17,7 +17,6 @@ WrapperWindow:="Deep Rock Galactic " |
|
|
|
; Initialize variables |
|
|
|
FullAutoEnabled := [0,0,0,0] |
|
|
|
EquipState := 1 |
|
|
|
;Depositing := 0 |
|
|
|
|
|
|
|
ToggleFullAuto(Index) { |
|
|
|
global FullAutoEnabled |
|
|
@ -31,26 +30,6 @@ RemoveTooltip: |
|
|
|
ToolTip |
|
|
|
return |
|
|
|
|
|
|
|
; FastDeposit() { |
|
|
|
; global Depositing |
|
|
|
; If (Depositing) { |
|
|
|
; return |
|
|
|
; } else { |
|
|
|
; Depositing:=1 |
|
|
|
; While GetKeyState("E","P") { |
|
|
|
; Send, {Blind}{E down} |
|
|
|
; Sleep 25 |
|
|
|
; Send, {Blind}{E up} |
|
|
|
; Sleep 25 |
|
|
|
; Send, {Blind}{LCtrl down} |
|
|
|
; Sleep 25 |
|
|
|
; Send, {Blind}{LCtrl up} |
|
|
|
; Sleep 25 |
|
|
|
; } |
|
|
|
; Depositing:=0 |
|
|
|
; } |
|
|
|
; } |
|
|
|
|
|
|
|
; |
|
|
|
; Hotkeys |
|
|
|
; |
|
|
@ -73,6 +52,3 @@ RemoveTooltip: |
|
|
|
; Do full auto when caps lock is on for enabled weapons |
|
|
|
#If (GetKeyState("CapsLock","T") and FullAutoEnabled[EquipState]) |
|
|
|
*LButton::Turbo("LButton","LButton") |
|
|
|
|
|
|
|
; Shift + E does fast deposit |
|
|
|
;~*+E:: FastDeposit() |