Bot help

05/24/2011 11:49 hoocrax#1
Hello all !,

I made this simple script that open broowser , do a few mouseclicks with fixed intervals etc. So I made a GUI in whic u can enter the x/y coords for each click and when u press start , another script will run which contains mouseclicks , sleeps etc. But im unable to do it, in the previous versions i just kep fixed mouseclicks for 2 resolutions.. now i want the mouseclick value SAME as the one entered in the test box by the user . Please help me :(

[Only registered and activated users can see links. Click Here To Register...]



Like,

$onex = GUICtrlCreateInput("", 216, 64, 65, 21)
$ony = GUICtrlCreateInput("", 320, 64, 65, 21)

(the values entered in those should be in the mouseclick below in place of 816 and 191).
How do i do that ?

MouseClick("left", 816,191)

Help me please :handsdown: