Hey wondering if somebody could fill in the missing line of code for me!
CMouse(585, 227, 11, 11, False);
Wait(250+random(250));
MMouse(0, 82, 4, 2);
Wait(250+random(250));
TypeSend('2000' +chr(13));
I just want it to click at the position that the mouse is at. I know I could do this by making variables and adding 82+random number to the y but is there a way I can do this in 1 line?
Thanks! Boonce!
![]()



Reply With Quote


