Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Save as .ahk file.
- ;For DMC3SE PC 2006 Vanilla (Default Controls)
- ;Instructions: When in the title menu, hold "q".
- q::
- SEND, {q Down}{1 Down}{2 Down}{e Down}{s Down}{d Down}{n Down}{space Down}
- Return
- q Up::
- SEND, {q Up}{1 Up}{2 Up}{e Up}{s Up}{d Up}{n Up}{space Up}
- Return
- ;For DMC3SE PC 2006 w/ Style Switcher and HDC PC 2018 (Default Controls)
- ;Instructions: When in the title menu, hold "e".
- e::
- SEND, {q Down}{e Down}{s Down}{d Down}{n Down}{space Down}{Up Down}{Left Down}
- Return
- e Up::
- SEND, {q Up}{e Up}{s Up}{d Up}{n Up}{space Up}{Up Up}{Left Up}
- Return
Advertisement
Add Comment
Please, Sign In to add comment