what is this?

05/14/2012 19:15 coragss#1
can some one tell me how to install this anticheat plz
PHP Code:
import w32pdh,win32api,win32con,sys,app,dbg,os,marshal,imp,pack,string,exception,time
"""
Metin2 AntiCheat Engine
by [TM]Lucifer, for Metin2AeternA.
"""
class sec_check:
    
def __init__:
        
self.buildlist()
        
self.warn 0

    def GetProcessID
self,name ) :
        
object "Process"
        
instances win32pdh.EnumObjectItemsNoneNoneobjectwin32pdh.PERF_DETAIL_WIZARD )
        
val None
        
if name in instances :
            
hq win32pdh.OpenQuery()
            
hcs = [ ]
            
item "ID Process"
            
path win32pdh.MakeCounterPath( ( NoneobjectnameNone0item ) )
            
hcs.appendwin32pdh.AddCounterhqpath ) )
            
win32pdh.CollectQueryDatahq )
            
time.sleep0.01 )
            
win32pdh.CollectQueryDatahq )

        for 
hc in hcs:
            
typeval win32pdh.GetFormattedCounterValuehcwin32pdh.PDH_FMT_LONG )
            
win32pdh.RemoveCounterhc )
    
win32pdh.CloseQueryhq )
    return 
val

    def parse_banned_list
(self):
        for 
prg in self.list
            
pid self.GetProcessIDprg )
            
handle win32api.OpenProcesswin32con.PROCESS_TERMINATE0pid )
            
win32api.TerminateProcesshandle)
            
win32api.CloseHandlehandle )
            
self.warnself.warn +1
        
if self.warn 0:
            
dbg.LogBox 'Proramm Nicht erlaubt!' )
            
exception.Abort('[Hack VERSUCH] Illegale Programmablauf.')

    
def buildlist(self):
        
fopen(banned_apps.txt)
        
fl=f.readlines()
        for 
line in fl:
            
line line[:-1]
            
self.list.append(line)

    
def startcheck(self):
        
buildlist()
        while 
:
            
parse_banned_list()
            
time.sleep(60
05/20/2012 18:46 coragss#2
up
05/24/2012 10:02 coragss#3
up
05/27/2012 07:39 coragss#4
up
05/27/2012 10:09 .αpeх'#5
It seems to be an Security System from Metin2 Aetaerna..
05/28/2012 18:47 coragss#6
ok thx but how do i put this in my client?
06/03/2012 19:05 coragss#7
up
06/07/2012 18:43 coragss#8
up
06/13/2012 07:30 coragss#9
up