Skip to content

Commit 73909b3

Browse files
Update main.cpp
1 parent ce9c491 commit 73909b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x64/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ using namespace KeyAuth;
1616

1717
// copy and paste from https://keyauth.cc/app/ and replace these string variables
1818
// Please watch tutorial HERE https://www.youtube.com/watch?v=5x4YkTmFH-U
19-
std::string name = skCrypt("name").decrypt(); // App name
20-
std::string ownerid = skCrypt("ownerid").decrypt(); // Account ID
19+
std::string name = skCrypt("Phamvannghia2345678's Application").decrypt(); // App name
20+
std::string ownerid = skCrypt("eIdsOe4J0j").decrypt(); // Account ID
2121
std::string version = skCrypt("1.0").decrypt(); // Application version. Used for automatic downloads see video here https://www.youtube.com/watch?v=kW195PLCBKs
2222
std::string url = skCrypt("https://keyauth.win/api/1.3/").decrypt(); // change if using KeyAuth custom domains feature
2323
std::string path = skCrypt("").decrypt(); // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s

0 commit comments

Comments
 (0)