Jump to content

Winwait Okuma Sorunu


Amilo
 Share

Recommended Posts

[codebox]WinWait("On11")

Sleep (10)
MsgBox (0, "" , "Hile Algılandı Kapatılıyor",3)
Run ("hepsinikapat.exe")
Sleep(3000)
Run ("hilelog.exe") Sleep(3000)
Exit

WinWait("YANIX")

Sleep (10)
MsgBox (0, "" , "Hile Algılandı Kapatılıyor",3)
Run ("hepsinikapat.exe")
Sleep(3000)
Run ("hilelog.exe") Sleep(3000)
Exit

WinWait("YANIX TBL")

Sleep (10)
MsgBox (0, "" , "Hile Algılandı Kapatılıyor",3)
Run ("hepsinikapat.exe")
Sleep(3000)
Run ("hilelog.exe") Sleep(3000)
Exit

WinWait("Uzaktan Atack")

Sleep (10)
MsgBox (0, "" , "Hile Algılandı Kapatılıyor",3)
Run ("hepsinikapat.exe")
Sleep(3000)
Run ("hilelog.exe") Sleep(3000)
Exit[/codebox]

Kodlarım Bunlar Ancak Ben Bunların Karışık Okumasını İstiyorum Sadece En Üsttekini Acınca Mesaj Veriyor Digerlerini Acinca Mesaj Gelmiyor Hepsini Nasıl Kontrol Ettirebilirim
Link to comment
Share on other sites

@Amilo

Teorik olarak aşağıdaki gibi bir şey yapabilirsin..
[codebox]While 1
If WinExists("On11") <> 0 Then
_HILE_VAR()
Elseif WinExists("YANIX") <> 0 Then
_HILE_VAR()
Elseif WinExists("YANIX TBL") <> 0 Then
_HILE_VAR()
Elseif WinExists("Uzaktan Atack") <> 0 Then
_HILE_VAR()
EndIf
Sleep(100) ;Cpu Save
WEnd

Func _HILE_VAR()
MsgBox (0, "" , "Hile Algılandı Kapatılıyor",3)
Run ("hepsinikapat.exe")
Sleep(3000)
Run ("hilelog.exe")
Sleep(3000)
Exit 1
EndFunc[/codebox]

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...