Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Documentation on fixing W8/w10 compatibility for v9x~12x

Newbie Spellweaver
Joined
Feb 15, 2016
Messages
27
Reaction score
0
Would this work with v97? I am trying to look for the function and cannot find it
 
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
Would this work with v97? I am trying to look for the function and cannot find it

This workaround (not fix) will work on any version because MapleStory has always used DirectInput. If you can't XREF any sub from the DirectInput8Create Import in IDA, then the function is virtualized. If the function is virtualized, then you'll have to use a debugger like Cheat Engine or something to find CInputSystem::Init in memory view. That's what I had to do to find it in v92, so I'm pretty sure you'll have to do the same for v97 if your client isn't unvmed.
 
Back
Top