If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
I am trying to set up a script to release every player on the DB and this is the script to re;ease 2 players. Is there any way to keep this going? I would want a short one if possible. Cheers.
Loop{
WinWait, FM 2008 Data Editor v8.0.1 - Search - People,
IfWinNotActive, FM 2008 Data Editor v8.0.1 - Search - People, , WinActivate, FM 2008 Data Editor v8.0.1 - Search - People,
WinWaitActive, FM 2008 Data Editor v8.0.1 - Search - People,
MouseClick, left, 266, 625
MouseClick, left, 266, 625
Sleep, 100
MouseClick, left, 52, 105
Sleep, 100
MouseClick, left, 280, 93
Sleep, 100
MouseClick, left, 43, 339
Sleep, 100
WinWait, FM 2008 Data Editor v8.0.1 - Search - People,
IfWinNotActive, FM 2008 Data Editor v8.0.1 - Search - People, , WinActivate, FM 2008 Data Editor v8.0.1 - Search - People,
WinWaitActive, FM 2008 Data Editor v8.0.1 - Search - People,
MouseClick, left, 79, 631
Sleep, 100
MouseClick, left, 873, 630
Sleep, 100
}
#p:ause
Press windows key and p to pause the script, only thing is that the script starts at the bottom of the Search - People dialog so you'll have to do the first ~40 entries manually