Browse Source

remove bhop from script (will just use mod)

master
Mar Alegre 1 year ago
parent
commit
60a7eda10e
  1. 4
      scripts/Deep Rock Galactic.ahk

4
scripts/Deep Rock Galactic.ahk

@ -61,9 +61,6 @@ RemoveTooltip() {
; ;
#HotIf FullAutoEnabled[5] #HotIf FullAutoEnabled[5]
; Hold space rapidly jumps
*Space::Turbo("Space")
; Hold f to rapidly deposit ; Hold f to rapidly deposit
*f::{ *f::{
While GetKeyState("f","P") { While GetKeyState("f","P") {
@ -76,7 +73,6 @@ RemoveTooltip() {
} }
} }
; ;
; Non-disruptive macros ; Non-disruptive macros
; ;

Loading…
Cancel
Save