Net4Hack Posted April 9, 2014 Share Posted April 9, 2014 So if i want to make my program click randomly in a box like x1,y1,x2,y2. I need to use the MouseInBox function ? Can someone give a examplecode thx. Quote Link to comment Share on other sites More sharing options...
Net4Hack Posted April 12, 2014 Author Share Posted April 12, 2014 Bump, can someone help me ? Quote Link to comment Share on other sites More sharing options...
slacky Posted April 12, 2014 Share Posted April 12, 2014 (edited) SCAR has autocompletion, open scar and write "Move", and press "CTRL+SPACE", then you get all functions starting with Move. MoveMouseBox(Box:TBox); {or} MoveMouseBoxEx(Box:TBox; MouseSpeed: Integer); EG: begin MoveMouseBox(Box(10,40,20,50)); end. Edited April 12, 2014 by slacky Quote Link to comment Share on other sites More sharing options...
Wanted Posted April 13, 2014 Share Posted April 13, 2014 http://wiki.scar-divi.com/Category:Mouse_Functions Quote Link to comment Share on other sites More sharing options...
Net4Hack Posted April 14, 2014 Author Share Posted April 14, 2014 (edited) Thx for help, guys, it works, but if i want to late my mouse also click, cause now its only move . (x,y, mbleft); ? Ok , guys, i made it like that and it works thanks for all help ^^ Edited April 14, 2014 by Net4Hack Quote Link to comment Share on other sites More sharing options...