Jump to content

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


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 3
  • Good 2
  • muscle 1
  • Love 8
  • 8 months later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.