I have recorded a macro and want to add a random number to the "MouseMove" coordinates.
This is part of my script:
Code: Select all
//Recorded Events
CapsOff
MouseMove>360,673
Wait>2.912
LClick
Wait>1.265
MouseMove>443,729
Wait>0.916
LClick
Wait>0.875
MouseMove>532,668
Wait>0.898
LClick
The app i try to use is looking for bots and by pressing the exact same place twice it restarts the app (even if i click elsewhere in between).
I'm guessing this is how it is detecting it.
Anyhow. I just want to add a random number to the coordinates.
Can anyone help out and show me directly in the script? I just dont understand the posts i found about this on the forum.
Thanks in advance.