[Help] AutoLogin Script (auto It)

03/31/2010 15:27 Marcandal#1
I'd like an autologin that work with more than 1 client at the same time...

the script that I have is this (Auto It):
Code:
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 (4000)
WEnd
EndFunc

Func Pause()
$Pause = NOT $Pause
While $Pause
Sleep (10)
WEnd
EndFunc
but work only with 1 client :\

does anyone know what I have to add the script to work with more than 1 client?
or anyone have an autologin that work with more than 1 client at the same time?
03/31/2010 18:52 magic128#2
just use sro login tool
[Only registered and activated users can see links. Click Here To Register...]
04/02/2010 00:40 Marcandal#3
ty
04/04/2010 16:26 macman507#4
Is this tool working? ([Only registered and activated users can see links. Click Here To Register...])

EDIT: for me not..
04/07/2010 14:37 Marcandal#5
its work for me...
1 - open clients,
2 - put your acc/pass in all clients,
3 - open login manager,
4 - press alt+s and wait for login :)