Using the PS4 Remote Play and AutoHotkey for Windows you can automate leveling up the Legend styles for Kiryu (Dragon of Dojima), and Majima (Mad Dog of Shimano). The PS4 Remote Play app allows keyboard emulation for the D-Pad, and "X" button only, but that's all that's necessary for leveling up your skill tree!
It will take approximately 5 minutes per level, anything faster can cause the script to fail
- Download
legend.ahk
- Use remote play to open the Legend style in game.
- Move the cursor to the first red skill point.
- Run the script, right click -> "Run Script", or drag the file onto
AutoHotkeyU64.exe
. - Click in the Remote Play app before two seconds have passed.
- Pressing the Escape key will stop the script.
You've got 2 seconds from when you run the script to click into the Remote Play app.
If this isn't enough, change the number on line 120
to give yourself more time.
You can't use your computer whilst the script is running, because the key
presses are sent to the foreground window. (If anyone can get ControlSend
to work rather than just Send
, that'd be good!)
If you've partially filled out a talent tree already, I recommend that you upgrade it to the next level.
Increase the number 5
on line 122
to the number of levels to
acquire before the script needs to be restarted.
If the script is interrupted for any reason, there's a good chance the Remote Play app will stop responding to the D-Pad or the "X" button. Test them out in game before restarting the script. If they don't work, restarting the Remote Play app will fix it.
It's recommended the machine you're remote playing from, and the PS4 are connected to the same network with a cable. Random spikes in latency can mess up the automation. This version of the script is slowed down a little bit compared to what sBaildon provides as these are the times that caused it to work flawlessly for me for about 100 levels straight.