Browse Source

remove commented code

ahk-v1
Mar Alegre 3 years ago
parent
commit
ef7213a20d
  1. 24
      src/Deep Rock Galactic.ahk

24
src/Deep Rock Galactic.ahk

@ -17,7 +17,6 @@ WrapperWindow:="Deep Rock Galactic "
; Initialize variables ; Initialize variables
FullAutoEnabled := [0,0,0,0] FullAutoEnabled := [0,0,0,0]
EquipState := 1 EquipState := 1
;Depositing := 0
ToggleFullAuto(Index) { ToggleFullAuto(Index) {
global FullAutoEnabled global FullAutoEnabled
@ -31,26 +30,6 @@ RemoveTooltip:
ToolTip ToolTip
return 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 ; Hotkeys
; ;
@ -73,6 +52,3 @@ RemoveTooltip:
; Do full auto when caps lock is on for enabled weapons ; Do full auto when caps lock is on for enabled weapons
#If (GetKeyState("CapsLock","T") and FullAutoEnabled[EquipState]) #If (GetKeyState("CapsLock","T") and FullAutoEnabled[EquipState])
*LButton::Turbo("LButton","LButton") *LButton::Turbo("LButton","LButton")
; Shift + E does fast deposit
;~*+E:: FastDeposit()
Loading…
Cancel
Save