• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

HD Maple Client? v62 / v83

Junior Spellweaver
Joined
Dec 24, 2010
Messages
138
Reaction score
7
Hey guys,

I'm looking for client developer who can make HD client or Where to find the packet code to put on MapleServerHandler to get in-game. I tried to use select character it's doesn't want me to get in the game.

V9AWhsO - HD Maple Client? v62 / v83 - RaGEZONE Forums


Thanks!
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
lmao you clearly stole the client from MapleMS. Even has the same photoshopped UI

You guys should consider modifying the OnConnect region and the IGcipher (IV transformation) keys so that people who try stealing your client can't even reach the login screen.

@OP You're better off setting up your own HD client. I would start learning IDA and reference this thread for the addresses so that you can update them to v83. The most important functions are CWvsApp::InitializeGr2D, CWvsApp::CreateWndManager, CWndMan::CWndMan, and CInputSystem::SetCursorPos/CInputSystem::SetCursorVectorPos. Just find where it uses 800x600 dimensions (or dim/2) and change them to 1024x768.
 
Upvote 0
Newbie Spellweaver
Joined
Aug 30, 2017
Messages
7
Reaction score
0
You guys should consider modifying the OnConnect region and the IGcipher (IV transformation) keys so that people who try stealing your client can't even reach the login screen.

@OP You're better off setting up your own HD client. I would start learning IDA and reference this thread for the addresses so that you can update them to v83. The most important functions are CWvsApp::InitializeGr2D, CWvsApp::CreateWndManager, CWndMan::CWndMan, and CInputSystem::SetCursorPos/CInputSystem::SetCursorVectorPos. Just find where it uses 800x600 dimensions (or dim/2) and change them to 1024x768.

Could Eric tell us where we got this data? And where should we change them at the source?
 
Upvote 0
Back
Top