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!

flyff v15 source disconnect/quit function

Newbie Spellweaver
Joined
Jul 9, 2015
Messages
9
Reaction score
0
Hello guys, I am working over the v15 clean source and I would like to disconnect or quit the game of my clients if they use cheating software. Does anyone know what are the disconnect/quit functions/booleans?
So far, what I have found in Neuz.cpp are: g_WndMng.m_bConnect = FALSE; and g_Neuz.m_bQuit = TRUE;
Can anyone confirm? :):
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
g_UserMng.RemoveUser();
g_DPCoreClient.SendKillPlayer( pUser->m_idPlayer, idPlayer );

Theres prolly more, you just need to check the source.
 
Back
Top