ggirf14
Joined: 01 Nov 2005 Posts: 108 Location: Ottawa
|
Posted: Thu Jan 03, 2008 2:35 pm Post subject: |
|
|
Try this:
| Code: | Run, C:\Program Files\Internet Explorer\IEXPLORE.EXE http://www.ogame.de/
WinWait, OGame.de - Microsoft Internet Explorer,
IfWinNotActive, OGame.de - Microsoft Internet Explorer, WinActivate, OGame.de - Microsoft Internet Explorer,
WinWaitActive, OGame.de - Microsoft Internet Explorer,
Loop, 3
{
StatusBarWait , Done, , 1, OGame.de - Microsoft Internet Explorer, , , ,
sleep, 100
}
Sleep, 100
Send, {TAB}username{TAB}password{ENTER} |
|
|