secureLogin requestCode: Difference between revisions

From OpenKore Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
: If your server uses secure login, Kore will use the code specified here to login to the master server.
: If your server uses secure login, Kore will use the code specified here to login to the master server.
: The '''<hex string>''' is a space-separated sequence of hex codes. For example: <code>04 02 22 37 D7 FC</code>.
: The '''<hex string>''' is a space-separated sequence of hex codes. For example: <code>04 02 22 37 D7 FC</code>.
<noinclude>
<noinclude>
[[Category:config.txt]]
[[Category:config.txt]]
[[Category:connection]]
[[Category:connection]]
</noinclude>
</noinclude>

Revision as of 07:01, 27 April 2021

secureLogin_requestCode [<hex string>]
If your server uses secure login, Kore will use the code specified here to login to the master server.
The <hex string> is a space-separated sequence of hex codes. For example: 04 02 22 37 D7 FC.