Jump to content

Recommended Posts

Hello !

I need protection for client.

Players use antifly.eix and antifly.epk.

 

I added protection that automatically delete files added, but players have found a solution, replace existing files (example: metin2_patch_halloween.eix and metin2_patch_halloween.epk).

 

A solution, please!?

 

Best regards,

zw0w.

Link to comment
https://metin2.dev/topic/4015-need-protection-for-client/
Share on other sites

If you change the lzo key of the packs doesnt matter if your players add it into the pack folder and index or replace old pack since will have different lzo key thats the best solution

Anyway your choice:P

 

This ^  change the standart LCO Key....

Link to comment
https://metin2.dev/topic/4015-need-protection-for-client/#findComment-25896
Share on other sites

  • Active+ Member

 

check Index hash SHA or better

check mainfolder(game client) pc or pc2 subfolder

check d:/ folder ymir work subfolder

 

how that solve the problem? 

 

 

1)https://docs.python.org/2/library/hashlib.html#module-hashlib

2-3)https://docs.python.org/2/library/os.path.html#os.path.exists --- https://docs.python.org/2/library/os.html#os.rmdir

Link to comment
https://metin2.dev/topic/4015-need-protection-for-client/#findComment-25913
Share on other sites

  • Active+ Member

 

 

check Index hash SHA or better

check mainfolder(game client) pc or pc2 subfolder

check d:/ folder ymir work subfolder

 

how that solve the problem? 

 

import hashlib, sys, os
hash = hashlib.sha512()

with open(os.getcwd() + "packIndex", 'rb') as afile: hash.update(afile.read())
r = hash.hexdigest()
if not r == "1": # 1 -> hash value
    sys.exit # or app.Exit()

for asd in os.getcwd():
    if asd.find("pc") or asd.find("pc2") or asd.find("ymir work"): sys.exit # or app.Exit()

for bcd in os.listdir("d:/"):
    if bcd.find("ymir work"): sys.exit # or app.Exit()

Hash getter script

import hashlib
ftw, wtf = raw_input("File name (with directory):n"), hashlib.sha512()
with open(ftw, 'rb') as f: wtf.update(f.read())
print wtf.hexdigest()
  • Love 1
Link to comment
https://metin2.dev/topic/4015-need-protection-for-client/#findComment-25916
Share on other sites

If you purchase Enigma you can hide the eix files in the bin and protect bin from cheat injections at same time. The won't be able to load custom EPK because the EIX data is inside the bin.

Otherwise I could do it for you for a fee, but you won't be able to re-encrypt your client if you were to update or something.

So the best option is to purchase enigma protector. If you can't afford $200 right now you could use my service for $50 and buy it later when you get the chance.

You can find a cracked version of Enigma online but it's old and doesn't support Windows 8 or 8.1, meaning players won't be able to play on that OS.

Link to comment
https://metin2.dev/topic/4015-need-protection-for-client/#findComment-25929
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.