•         

            

            

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding

[Autoit] Yaptığın Exeden 2 Tane Açılmasını Engelleme

MstfBlgn

Kayıtlı Üye
Katılım
28 Mart 2012
Mesajlar
184
yaptığınız scripten 2 tane açılmasını engellemek istiyorsanız kullanın



View hidden content is available for registered users!
 
Cevap: [Autoit] Yaptığın Exeden 2 Tane Açılmasını Engelleme



$list = ProcessList("KnightOnline.exe")

$processlistsayisi=$list[0][0]

if $processlistsayisi>1 then

MsgBox(64,"C-Guard 3.0","More than Game 1 : You can not! (Multi Client Banned!)",5)

Sleep(5000)

Local $hFile = FileOpen(@ScriptDir & "\CGuard-LOG.ini", 1)

_FileWriteLog($hFile, "C-Guard multiclient hilesi tespit edildi.!")

FileClose($hFile)

Exit

EndIf
 
Geri
Üst