You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x64/main.cpp
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ using namespace KeyAuth;
16
16
17
17
// copy and paste from https://keyauth.cc/app/ and replace these string variables
18
18
// 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
21
21
std::string version = skCrypt("1.0").decrypt(); // Application version. Used for automatic downloads see video here https://www.youtube.com/watch?v=kW195PLCBKs
22
22
std::string url = skCrypt("https://keyauth.win/api/1.3/").decrypt(); // change if using KeyAuth custom domains feature
23
23
std::string path = skCrypt("").decrypt(); // (OPTIONAL) see tutorial here https://www.youtube.com/watch?v=I9rxt821gMk&t=1s
0 commit comments