Jump to content

[ Dead Download Link ] [RLS]Safe Launcher Argument System [ We Need You ]


Koray

Recommended Posts

  • Active Member
  • Initialization;
#include "LauncherCheck.h"
#pragma comment(lib, "LauncherCheck.lib")
using namespace LauncherCheck;

 

  • Encryption example (You should use from your launcher process);
	if (false == CLauncherCheck::ProcessEncryption("YOUR_SUPER_SECRET_KEY")) {
		printf("Encryption fail! Error code: %d", CLauncherCheck::GetErrorCode());
		return; /* Error, exit or what do you want. */
	}

 

  • Decryption example (You should use from game client process);
	if (false == CLauncherCheck::ProcessDecryption("YOUR_SUPER_SECRET_KEY")) {
		printf("Decryption fail! Error code: %d", CLauncherCheck::GetErrorCode());
		return; /* Error, exit or what do you want. */
	}

 

The lib file is compatible with Visual studio 2015.

 

This is the hidden content, please

  • Metin2 Dev 2
  • Good 1
  • muscle 1
  • Love 7
Link to comment
Share on other sites

  • 8 months later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.