小太's Mabinogi Logout Tool

Download

Readme

========
Overview
========
Logs you off from the character selection screen in such a way that
it presents the log-in form instead of the "Start Game" button and
doesn't disconnect your internet. (Good for wireless connections!)

=======
Running
=======
When you are at the character selection screen, run logout.exe as
administrator and you should be moved to the login screen shortly.

============
Return value
============
logout.exe returns 0 on success. It returns 1 when it could not find
Mabinogi's character selection TCP connection or returns 2 when it
could not close the connection.

=========
Compiling
=========
MinGW must be properly installed and configured.
Compile with:
	g++ main.cpp -liphlpapi -static-libgcc -static-libstdc++ -o logout.exe