I have an issue with my AutoIT script for a private dark orbit server and it is that the bot clicks either on top left corner of my browser or on one of my opened tab windows
Thats my script and i have found the top left and top bottom right coordinates in game as it follows here -
MouseMove(Random(337,105,1), Random(586,970,1), 0)
but it clicks on the top left browser not on coordinates which i have set by autoit window info..
Any suggestions? :)
Thats my script and i have found the top left and top bottom right coordinates in game as it follows here -
MouseMove(Random(337,105,1), Random(586,970,1), 0)
but it clicks on the top left browser not on coordinates which i have set by autoit window info..
Any suggestions? :)