Hey,the captcha system is out .
So the ecsro minimised autologin script works on iSro too,now :)
Source:
Global $Paused
$hWnd = WinGetHandle ("SRO_Client")
HotKeySet ("{F10}","Start")
HotKeySet ("{F9}","Pause")
While 1
Sleep (50)
WEnd
Func Start()
While 1
ControlSend ($hWnd,"","Edit1","{enter}")
Sleep (5000)
WEnd
EndFunc
Func Pause()
$Pause = NOT $Pause
While $Pause
Sleep (10)
WEnd
EndFunc
Add that to notepad and open it with autoit.
[Only registered and activated users can see links. Click Here To Register...]
F10-start
F9-stop/pause
Edit:improved script (Credits :theoneofgod)
So the ecsro minimised autologin script works on iSro too,now :)
Source:
Global $Paused
$hWnd = WinGetHandle ("SRO_Client")
HotKeySet ("{F10}","Start")
HotKeySet ("{F9}","Pause")
While 1
Sleep (50)
WEnd
Func Start()
While 1
ControlSend ($hWnd,"","Edit1","{enter}")
Sleep (5000)
WEnd
EndFunc
Func Pause()
$Pause = NOT $Pause
While $Pause
Sleep (10)
WEnd
EndFunc
Add that to notepad and open it with autoit.
[Only registered and activated users can see links. Click Here To Register...]
F10-start
F9-stop/pause
Edit:improved script (Credits :theoneofgod)