Jump to content

Recommended Posts

Hello. I do not want to work outside of the game files I set ip address. So you only need to run the ip address mentioned. Is there anyone who can help to do this? Or with knowledge.

 

 

g4Z60O.png

 

qmPv0R.png

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/4545-licence-system/
Share on other sites

Use strncmp for this but i don't recommend this because someone can change this via hxd or ida pro. You should pay to someone If you want to big things. (100% Work Perfectly)

 

Kind Regards

Zerelth ~ Ellie

Mehmet why you still need to sell something?

Link to comment
https://metin2.dev/topic/4545-licence-system/#findComment-28682
Share on other sites

  • Premium

It's easy to bind application to hardware.

#define _WIN32_WINNT 0x0400

#include <windows.h>
#include <stdio.h>

int main()
{
	HW_PROFILE_INFO hwProfileInfo;

	if(GetCurrentHwProfile(&hwProfileInfo) != NULL){
		printf("Hardware GUID: %sn",	 hwProfileInfo.szHwProfileGuid);
		printf("Hardware Profile: %sn", hwProfileInfo.szHwProfileName);
	}else{
		return 0;
	}

	getchar();
}

source:

http://skilinium.com/blog/?p=323

anyway, i have program which check your hardware id, connect to server on my ip, check version & licence and send information to client (everything via encrypted packet)

This is good way to check license i think.

Link to comment
https://metin2.dev/topic/4545-licence-system/#findComment-28684
Share on other sites

It's easy to bind application to hardware.

 

#define _WIN32_WINNT 0x0400

#include <windows.h>
#include <stdio.h>

int main()
{
	HW_PROFILE_INFO hwProfileInfo;

	if(GetCurrentHwProfile(&hwProfileInfo) != NULL){
		printf("Hardware GUID: %sn",	 hwProfileInfo.szHwProfileGuid);
		printf("Hardware Profile: %sn", hwProfileInfo.szHwProfileName);
	}else{
		return 0;
	}

	getchar();
}
source:

http://skilinium.com/blog/?p=323

anyway, i have program which check your hardware id, connect to server on my ip, check version & licence and send information to client (everything via encrypted packet)

This is good way to check license i think.

 

No Windows. FreeBSD 

Link to comment
https://metin2.dev/topic/4545-licence-system/#findComment-28686
Share on other sites

  • Premium

It's easy to bind application to hardware.

 

#define _WIN32_WINNT 0x0400

#include <windows.h>
#include <stdio.h>

int main()
{
	HW_PROFILE_INFO hwProfileInfo;

	if(GetCurrentHwProfile(&hwProfileInfo) != NULL){
		printf("Hardware GUID: %sn",	 hwProfileInfo.szHwProfileGuid);
		printf("Hardware Profile: %sn", hwProfileInfo.szHwProfileName);
	}else{
		return 0;
	}

	getchar();
}
source:

http://skilinium.com/blog/?p=323

anyway, i have program which check your hardware id, connect to server on my ip, check version & licence and send information to client (everything via encrypted packet)

This is good way to check license i think.

 

 

Never use GUID! It's not unique and every Windows 8+ computer have the same id.

  • Love 2
Link to comment
https://metin2.dev/topic/4545-licence-system/#findComment-28687
Share on other sites





It's easy to bind application to hardware.
#define _WIN32_WINNT 0x0400 #include <windows.h> #include <stdio.h> int main() { HW_PROFILE_INFO hwProfileInfo; if(GetCurrentHwProfile(&hwProfileInfo) != NULL){ printf("Hardware GUID: %sn", hwProfileInfo.szHwProfileGuid); printf("Hardware Profile: %sn", hwProfileInfo.szHwProfileName); }else{ return 0; } getchar(); }
source:
http://skilinium.com/blog/?p=323


anyway, i have program which check your hardware id, connect to server on my ip, check version & licence and send information to client (everything via encrypted packet)

This is good way to check license i think.


Never use GUID! It's not unique and every Windows 8+ computer have the same id.

It does not see my job. Because I use the Windows operating system.


+++
Link to comment
https://metin2.dev/topic/4545-licence-system/#findComment-28689
Share on other sites

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.