git clone https://github.com/Nopparatz1238/imgui-keyauth.gitสร้างโปรเจค KeyAuth แล้ว นำ private key มาใส่ https://keyauth.cc/
std::string name = skCrypt(" ").decrypt(); // Application Name
std::string ownerid = skCrypt(" ").decrypt(); // Account Owner ID
std::string version = skCrypt("1.0").decrypt(); // Application Version
std::string url = skCrypt("https://keyauth.win/api/1.3/").decrypt();
std::string path = skCrypt("").decrypt();
KeyAuth::api KeyAuthApp(name, ownerid, version, url, path);