Hey guys,
since the window dragging is fixed, I wrote a C# tool to imitate the bombing of the WM_MOVE messages to the New World process.
I simply get the New World process and use PostMessage to send WM_MOVE in a while loop and I guess it works.
Just like with the window dragging, I am able to stay midflight when jumping down a mountain, however I am unable to test the invulnerability because my Hatchet skill is too low and I dont have a second account to duel me and test this.
The code is utter dirty shit and just thrown together to test if AGS really fixed the bug.
I don't wanted to post this in "Bots and Programs" as I am not sure if this works.
Download here if you want to try it out. (.NET Framework 4.0 required)
The code
Start New World first, then the Tool and everytime you restart New World, you need to restart the Tool aswell.
VirusTotal
Have fun
edit: rebuild binary against .NET Framework 4.0 instead of 4.7.2