Jakob Posted September 23, 2019 Posted September 23, 2019 Hi everyone, I have a problem with my random mouseclick is not working properly Mouseclick ("left",Random (592,651,1),Random(617,689,1),1) works on my 1920*1080 screen and moves to the right area that i want the random mouseclick However, some of the value will never get to the right place, for example, Mouseclick ("left",Random (1631,940,1),Random(1797,990,1),1). This command will always make my mouse go to the most top left corner. Same as some other value that makes my mouse go to a certain corner on the screen. But the wired thing is there are some coordinate working really accurate such as the one of the example I gave on the top
Nine Posted September 23, 2019 Posted September 23, 2019 First number of random must be smaller than the second... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
Jakob Posted September 23, 2019 Author Posted September 23, 2019 2 hours ago, Nine said: First number of random must be smaller than the second... Ohh, thank you so much, because I thought it was like this. Mouseclick ("left",Random (x1,y1,1),Random(x2,y2,1),1). So i put my value y1 instead of x2
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