Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- A_HotkeyInterval := 0
- A_MaxHotkeysPerInterval := 99999
- ; -----------------------------------------------------------------
- ; Devil May Cry 1 HD
- ; -----------------------------------------------------------------
- #HotIf WinActive("ahk_exe dmc1.exe")
- ;1::Up
- ;2::Right
- ;3::Down
- ;4::Left
- LButton::I ;Melee/Y
- RButton::J ;Shoot/X
- MButton::L ;Shoot/B
- Space::K ;Jump/A
- XButton1::Q ;Map/LT
- XButton2::E ;Taunt/RT
- LShift::Space ;Lock-on/RB
- Esc::M ;Menu Screen/Start
- Pause::Suspend ;Suspend Script
- #HotIf
- ; -----------------------------------------------------------------
- ; Devil May Cry 2 HD
- ; -----------------------------------------------------------------
- #HotIf WinActive("ahk_exe dmc2.exe")
- ;1::Up
- ;2::Right
- ;3::Down
- ;4::Left
- LButton::I ;Melee/Y
- RButton::J ;Shoot/X
- MButton::L ;Style Action/B
- Space::K ;Jump/A
- XButton1::Q ;Change Guns/LT
- XButton2::E ;Disengage Lock-on/RT
- LShift::Space ;Lock-on/RB
- Esc::M ;Menu Screen/Start
- Pause::Suspend ;Suspend Script
- #HotIf
- ; -----------------------------------------------------------------
- ; Devil May Cry 3 Special Edition HD
- ; -----------------------------------------------------------------
- #HotIf WinActive("ahk_exe dmc3.exe")
- 1::Up ;Item Screen/Trickster
- 2::Right ;Map Screen/Swordmaster
- 3::Down ;Equip Screen/Royalguard
- 4::Left ;File Screen/Gunslinger
- LButton::I ;Melee/Y
- RButton::J ;Shoot/X
- MButton::L ;Style Action/B
- Space::K ;Jump/A
- XButton1::Q ;Change Guns/LT
- XButton2::E ;Change Devil Arms/RT
- LShift::Space ;Lock-on/RB
- Esc::M ;Pause/Start
- Pause::Suspend ;Suspend Script
- #HotIf
- ; -----------------------------------------------------------------
- ; Devil May Cry 3 Special Edition (PC 2006)
- ; -----------------------------------------------------------------
- #HotIf WinActive("ahk_exe dmc3se.exe")
- X::N ; [X] Devil Trigger (LB)
- LShift::Space ; [LShift] Lock-On (RB)
- XButton1::Q ; [MB4/Browser Back] Change Guns (LT)
- XButton2::E ; [MB5/Browser Forward] Change Devil Arms (RT)
- C::P ; [C] Reset Camera (RS)
- Tab::O ; [Tab] Change Targets (LS)
- LButton::I ; [LMB] Melee (Y)
- RButton::J ; [RMB] Shoot (X)
- MButton::L ; [MMB] Style Action (B)
- Space::K ; [Space] Jump (A)
- T::M ; [T] Taunt (Back/View)
- Pause::Suspend ; [Pause] Suspend Script
- #HotIf
- ; -----------------------------------------------------------------
- ; Devil May Cry 4 (DX9)
- ; -----------------------------------------------------------------
- #HotIf WinActive("ahk_exe DevilMayCry4_DX9.exe")
- LButton::I ;Melee/Y
- RButton::J ;Shoot/X
- MButton::L ;Style Action/B
- Space::K ;Jump/A
- XButton1::Q ;Change Guns/LT
- XButton2::E ;Change Devil Arms/RT
- Pause::Suspend ;Suspend Script
- #HotIf
- ; -----------------------------------------------------------------
- ; Devil May Cry 4 (DX10)
- ; -----------------------------------------------------------------
- #HotIf WinActive("ahk_exe DevilMayCry4_DX10.exe")
- LButton::I ;Melee/Y
- RButton::J ;Shoot/X
- MButton::L ;Style Action/B
- Space::K ;Jump/A
- XButton1::Q ;Change Guns/LT
- XButton2::E ;Change Devil Arms/RT
- Pause::Suspend ;Suspend Script
- #HotIf
- ; -----------------------------------------------------------------
- ; Devil May Cry 4 Special Edition
- ; -----------------------------------------------------------------
- #HotIf WinActive("ahk_exe DevilMayCry4SpecialEdition.exe")
- LButton::I ;Melee/Y
- RButton::J ;Shoot/X
- MButton::L ;Style Action/B
- Space::K ;Jump/A
- XButton1::Q ;Change Guns/LT
- XButton2::E ;Change Devil Arms/RT
- Pause::Suspend ;Suspend Script
- #HotIf
Advertisement
Add Comment
Please, Sign In to add comment