ProjectXsent

DMC 1-4SE KBM.ahk

Jul 14th, 2024 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. A_HotkeyInterval := 0
  2. A_MaxHotkeysPerInterval := 99999
  3.  
  4. ; -----------------------------------------------------------------
  5. ; Devil May Cry 1 HD
  6. ; -----------------------------------------------------------------
  7. #HotIf WinActive("ahk_exe dmc1.exe")
  8. ;1::Up
  9. ;2::Right
  10. ;3::Down
  11. ;4::Left
  12. LButton::I ;Melee/Y
  13. RButton::J ;Shoot/X
  14. MButton::L ;Shoot/B
  15. Space::K ;Jump/A
  16. XButton1::Q ;Map/LT
  17. XButton2::E ;Taunt/RT
  18. LShift::Space ;Lock-on/RB
  19. Esc::M ;Menu Screen/Start
  20. Pause::Suspend ;Suspend Script
  21. #HotIf
  22.  
  23. ; -----------------------------------------------------------------
  24. ; Devil May Cry 2 HD
  25. ; -----------------------------------------------------------------
  26. #HotIf WinActive("ahk_exe dmc2.exe")
  27. ;1::Up
  28. ;2::Right
  29. ;3::Down
  30. ;4::Left
  31. LButton::I ;Melee/Y
  32. RButton::J ;Shoot/X
  33. MButton::L ;Style Action/B
  34. Space::K ;Jump/A
  35. XButton1::Q ;Change Guns/LT
  36. XButton2::E ;Disengage Lock-on/RT
  37. LShift::Space ;Lock-on/RB
  38. Esc::M ;Menu Screen/Start
  39. Pause::Suspend ;Suspend Script
  40. #HotIf
  41.  
  42. ; -----------------------------------------------------------------
  43. ; Devil May Cry 3 Special Edition HD
  44. ; -----------------------------------------------------------------
  45. #HotIf WinActive("ahk_exe dmc3.exe")
  46. 1::Up ;Item Screen/Trickster
  47. 2::Right ;Map Screen/Swordmaster
  48. 3::Down ;Equip Screen/Royalguard
  49. 4::Left ;File Screen/Gunslinger
  50. LButton::I ;Melee/Y
  51. RButton::J ;Shoot/X
  52. MButton::L ;Style Action/B
  53. Space::K ;Jump/A
  54. XButton1::Q ;Change Guns/LT
  55. XButton2::E ;Change Devil Arms/RT
  56. LShift::Space ;Lock-on/RB
  57. Esc::M ;Pause/Start
  58. Pause::Suspend ;Suspend Script
  59. #HotIf
  60.  
  61. ; -----------------------------------------------------------------
  62. ; Devil May Cry 3 Special Edition (PC 2006)
  63. ; -----------------------------------------------------------------
  64. #HotIf WinActive("ahk_exe dmc3se.exe")
  65. X::N ; [X] Devil Trigger (LB)
  66. LShift::Space ; [LShift] Lock-On (RB)
  67. XButton1::Q ; [MB4/Browser Back] Change Guns (LT)
  68. XButton2::E ; [MB5/Browser Forward] Change Devil Arms (RT)
  69. C::P ; [C] Reset Camera (RS)
  70. Tab::O ; [Tab] Change Targets (LS)
  71. LButton::I ; [LMB] Melee (Y)
  72. RButton::J ; [RMB] Shoot (X)
  73. MButton::L ; [MMB] Style Action (B)
  74. Space::K ; [Space] Jump (A)
  75. T::M ; [T] Taunt (Back/View)
  76. Pause::Suspend ; [Pause] Suspend Script
  77. #HotIf
  78.  
  79. ; -----------------------------------------------------------------
  80. ; Devil May Cry 4 (DX9)
  81. ; -----------------------------------------------------------------
  82. #HotIf WinActive("ahk_exe DevilMayCry4_DX9.exe")
  83. LButton::I ;Melee/Y
  84. RButton::J ;Shoot/X
  85. MButton::L ;Style Action/B
  86. Space::K ;Jump/A
  87. XButton1::Q ;Change Guns/LT
  88. XButton2::E ;Change Devil Arms/RT
  89. Pause::Suspend ;Suspend Script
  90. #HotIf
  91.  
  92. ; -----------------------------------------------------------------
  93. ; Devil May Cry 4 (DX10)
  94. ; -----------------------------------------------------------------
  95. #HotIf WinActive("ahk_exe DevilMayCry4_DX10.exe")
  96. LButton::I ;Melee/Y
  97. RButton::J ;Shoot/X
  98. MButton::L ;Style Action/B
  99. Space::K ;Jump/A
  100. XButton1::Q ;Change Guns/LT
  101. XButton2::E ;Change Devil Arms/RT
  102. Pause::Suspend ;Suspend Script
  103. #HotIf
  104.  
  105. ; -----------------------------------------------------------------
  106. ; Devil May Cry 4 Special Edition
  107. ; -----------------------------------------------------------------
  108. #HotIf WinActive("ahk_exe DevilMayCry4SpecialEdition.exe")
  109. LButton::I ;Melee/Y
  110. RButton::J ;Shoot/X
  111. MButton::L ;Style Action/B
  112. Space::K ;Jump/A
  113. XButton1::Q ;Change Guns/LT
  114. XButton2::E ;Change Devil Arms/RT
  115. Pause::Suspend ;Suspend Script
  116. #HotIf
Advertisement
Add Comment
Please, Sign In to add comment