DCONSULTING Posted May 28, 2009 Posted May 28, 2009 Dear all, I'm starting to develop a bot for magic online. I have created a very simple script =================================================================== Logon() ; Func Logon() WinActivate("Magic Online v3.0.83.2") Sleep(5000) MouseMove(1,1) Sleep(100) MouseClick("primary") EndFunc ===================================================================== The activation of the magic online windows works but after nothing happen, move do not move... What i do not understant is that if i change the winActivate target for an another application (notepad or google) it works!!! Can someone help me with this issue ? Many thanks by advance.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now