Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > 4Story
You last visited: Today at 12:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Md5 Of Files .

Discussion on Md5 Of Files . within the 4Story forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2013
Posts: 431
Received Thanks: 254
Question Md5 Of Files .

#Edit
NightProfit is offline  
Old 08/19/2015, 02:21   #2
 
elite*gold: 0
Join Date: Oct 2010
Posts: 546
Received Thanks: 152
The client doesn't use MD5, see the checksum fonction in the tclient
Replace this

Code:
ifstream file(".\\Tcd\\TSkill.tcd"); // your tcd file
		MD5 context(file); //md5 checksum
	
		char* pstr = context.hex_digest();
		CString strRESULT( pstr );
		delete [] pstr;
		if (strRESULT != "25f731335c35547f04383a33cecf3e71")
		{
			AfxMessageBox("TCD HACK DETECTED !", MB_OK, NULL);
			exit(0);
		}
per this


Code:
ifstream file(".\\Tcd\\TSkill.tcd"); // your tcd file
		MD5 context(file); //md5 checksum
	
		char* pstr = context.hex_digest();
		CString strRESULT( pstr );
		delete [] pstr;
		if (strRESULT != "25f731335c35547f04383a33cecf3e71")
		{
			AfxMessageBox("TCD HACK DETECTED !" + strRESULT, MB_OK, NULL); //put the hash key of your tcd file in messagebox
			exit(0);
		}
julianjl is offline  
Thanks
1 User
Old 08/19/2015, 02:44   #3
 
elite*gold: 0
Join Date: Nov 2013
Posts: 431
Received Thanks: 254
Quote:
Originally Posted by julianjl View Post
The client doesn't use MD5, see the checksum fonction in the tclient
Replace this

Code:
ifstream file(".\\Tcd\\TSkill.tcd"); // your tcd file
		MD5 context(file); //md5 checksum
	
		char* pstr = context.hex_digest();
		CString strRESULT( pstr );
		delete [] pstr;
		if (strRESULT != "25f731335c35547f04383a33cecf3e71")
		{
			AfxMessageBox("TCD HACK DETECTED !", MB_OK, NULL);
			exit(0);
		}
per this


Code:
ifstream file(".\\Tcd\\TSkill.tcd"); // your tcd file
		MD5 context(file); //md5 checksum
	
		char* pstr = context.hex_digest();
		CString strRESULT( pstr );
		delete [] pstr;
		if (strRESULT != "25f731335c35547f04383a33cecf3e71")
		{
			AfxMessageBox("TCD HACK DETECTED !" + strRESULT, MB_OK, NULL); //put the hash key of your tcd file in messagebox
			exit(0);
		}

Ty for help
NightProfit is offline  
Reply


Similar Threads Similar Threads
[WTT]Rohan Hero files+DB=Dekaron 11classes+accesarry upgrade server files.
07/10/2013 - Rohan - 0 Replies
Deal collapsed.
[Biete] FinalMT2 Server Files + Patcher + (Neue)Homepage Files vom 22.04.2012
07/10/2012 - Metin2 Private Server - 11 Replies
Biete hier gegen einen kleinen Obolus die obengenannten Dinge an, als Dankbarkeit von 25€ PSC werde ich euch die files zukommen lassen, sendet mir eine E-Mail an : [email protected] Alle neuen Corefixxes ect. von FinalMT2 berreits enthalten.! Inclusive Testserverfiles von der Devilscatacombe + Quest.



All times are GMT +1. The time now is 12:43.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.