Jump to content

Program Engelleme


CBarul
 Share

Recommended Posts

Merhaba arkadaşlar bir güvenlik sistemi yapıyorum oyunum için 
HideToolz,CheatEngine,MYKOHack,LoutLos HACK,KOXP,TSearch,prog test,KOHACK,AC TOOL,Ollydbg,Hex
şu isimdeki adlı hileleri engellemek istiyorum nasıl engelleyebilirim direk kapattırmak için yardım ederseniz çok makbule geçer dostlar.

Link to comment
Share on other sites

  • 1 ay sonra...
While 1
$AktifPencere = WinGetTitle("")
Tara()
Sleep(25)
WEnd
Func Tara()
$Karakter_Sayisi = StringLen($AktifPencere)
$x = 0
While ($x < $Karakter_Sayisi+1)
$Baslik = StringLeft($AktifPencere,$x)
If $Baslik = "HideToolz" or $Baslik = "CheatEngine" or $Baslik =  "MYKOHack" Or $Baslik = "LoutLos HACK" or $Baslik = "KOXP" or $Baslik = "TSearch" or $Baslik = "prog test" or $Baslik = "KOHACK" or $Baslik = "AC TOOL" or $Baslik = "Ollydbg" or $Baslik = "Hex" Then
;MsgBox(0,"","Engelli Program")
EngelliProgramlariKapat()
$x = 0
ExitLoop
EndIf
$x = $x + 1
WEnd
EndFunc

Func EngelliProgramlariKapat()
ProcessClose("HideToolz.exe")
ProcessClose("CheatEngine.exe")
ProcessClose("MYKOHack.exe")
ProcessClose("LoutLos HACK.exe")
ProcessClose("KOXP.exe")
ProcessClose("TSearch.exe")
ProcessClose("prog test.exe")
ProcessClose("KOHACK.exe")
ProcessClose("AC TOOL.exe")
ProcessClose("Ollydbg.exe")
ProcessClose("Hex.exe")
	EndFunc
GUICreate("CheatEngine")
GUISetState()
While 1
	Sleep(10)
	WEnd

Önce 2.kodu çalıştır sonra 1.kodu çalıştır mantığı anlarsın , birinci koddaki EngelliProgramlariKapat fonksiyonu biraz doğaçlama oldu onu kendine göre düzenleyebilrsin

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...