DMC4: an advanced guide to TAS combo-making by D-module
This tutorial, presented by D-module, will guide you through the process of creating TAS combos in DMC4, other DMC games, and, in theory, any game.
A huge thanks to him for documenting this TAS-making method and translating the tutorial into English—I’m sure many players will find it invaluable.
Lastly, TAS combo-making lets you execute combos with near-perfect precision (99% as envisioned). To maintain transparency and avoid misunderstandings when sharing those combos, please always disclose the use of TAS. Thank you!
Now, with the disclaimers out of the way...
Here's the command referenced in the video:
#UseHook
press(key, duration) {
SendInput {%key% down}
Sleep duration
SendInput {%key% up}
}
As a bonus, you can automate the file-saving and reloading process by pasting this command into the .ahk file:
p::
IfWinExist, ahk_class Notepad ahk_exe notepad.exe
{
WinActivate
Send, ^s
Sleep, 500
}
Reload
Download AutoHotKey:
https://www.autohotkey.com/
Moves recorder program by D-module:
https://mega.nz/file/8g1VRLrQ#UfallwhjlJ4VwvLYCIfmSCg9YnPWw_KwTj28lxOKtHc
D-module's socials:
https://x.com/mumu43663912
https://space.bilibili.com/18224056
Original video (bilibili): https://www.bilibili.com/video/BV1yEw2ePEfj