Captcha Sniper - Restart every 30 mins
Why do you remove this cool feature ? It was working very well for me ..and I really missing it, because after 6000 - 7000 captchas I need to reset my CS..that sucks (its about 3 or 4x per day)
Tagged:
Comments
YES IT IS! If you make money with the tools you should at least pay for them! I hate this behavior.
Well people had problems with it as the license checker on CS somehow blocked there lic. I don't know what exactly happened but it produced more trouble than good. So I removed it again. Ask CS support for details.
While True
While ProcessExists("CaptchaSniper.exe")
Sleep(1000)
_NotResponding("Captcha Sniper", "", 1)
WEnd
Sleep(10000)
WEnd
Func _NotResponding($title, $text, $closeIfHung = 0)
$hWnd = WinGetHandle($title, $text)
If $hWnd <> "" Then
$retArr = DllCall("user32.dll", "int", "IsHungAppWindow", "hwnd", $hWnd)
If @error == 0 Then
If $retArr[0] == 1 Then
If $closeIfHung Then
ProcessClose(WinGetProcess($title, $text))
EndIf
Return 1
EndIf
Else
Return 0
EndIf
EndIf
EndFunc
Are your setting on retries set to anything above 0?
The more retries you set, the more calls to csx
Set retries to 0 and see if that kills the lock ups