ProjectXsent

DMC3SE PC EZ Unlock Cheat Code AutoHotkey.ahk

Dec 29th, 2023 (edited)
930
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | Gaming | 1 0
  1. ;Save as .ahk file.
  2.  
  3. ;For DMC3SE PC 2006 Vanilla (Default Controls)
  4. ;Instructions: When in the title menu, hold "q".
  5. q::
  6. SEND, {q Down}{1 Down}{2 Down}{e Down}{s Down}{d Down}{n Down}{space Down}
  7. Return
  8. q Up::
  9. SEND, {q Up}{1 Up}{2 Up}{e Up}{s Up}{d Up}{n Up}{space Up}
  10. Return
  11.  
  12. ;For DMC3SE PC 2006 w/ Style Switcher and HDC PC 2018 (Default Controls)
  13. ;Instructions: When in the title menu, hold "e".
  14. e::
  15. SEND, {q Down}{e Down}{s Down}{d Down}{n Down}{space Down}{Up Down}{Left Down}
  16. Return
  17. e Up::
  18. SEND, {q Up}{e Up}{s Up}{d Up}{n Up}{space Up}{Up Up}{Left Up}
  19. Return
Advertisement
Add Comment
Please, Sign In to add comment